Hi all,
I set up a constant in an initializer file (under /config/initializers/ myfile.rb) like this: MYCONST = Model.find(:all).size The problem is that rake fails to run some operations like db:migrate or db:reset, due to the fact that my Model table doesn't exist at some stages. Even with a "unless Model.nil?" it fails. How can I test if the model exists to avoid error during rake? I don't need this constant for rake tasks but only for normal execution of my app. Read you, Jej --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

