After running 'down' some migrations using 'rake db:migrate:down', I am
unable to performs any tests. The message received is:

You have 3 pending migrations:
 1. blah
 2. blahblah
 3. blahblahblah
Run "rake db:migrate" to update your database then try again.


How can I remove (undo) migrations and run tests?
Interestingly, 'similar actions' are working on a different machine. I
remember having the same problem and it disappeared after I experimented
few things with rake:db:migrate. Is there any procedure for removing
migrations?

Thanks,
Shantanu.
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to