Hi group,

I have a line of code in environment.rb that cannot be run during a
rake db:migrate, as it depends on some tables being present.

I need to find a way to enclose this line in a check for db:migrate. I
know how to check if we're in a rake task with:

unless defined?(Rake)
  # do stuff, but skip when run from rake tasks
end

How can I take this further to make check if I'm running the rake
db:migrate task?

Thanks,

-H
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to