I have a Rails app running under 2.0.2. I created the app with 2.1, but eventually ran into some bugs and set the app to run at 2.0.2, and commented out the 2.1 initializers. I''ve created and dropped the database a few times so I could have a clean slate. The issue is the version number migrations dumps into schema_info doesn''t seem to help at all. Anytime I run rake db:migrate, it wants to run all the migrations. Also as a side effect, you can''t rollback or do much else. I tried re-installing rake and that made no difference. Is there a 2.1 setting in my 2.0.2 app that I missed? Thanks. -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Brandon Casci wrote:> I have a Rails app running under 2.0.2. I created the app with 2.1, but > eventually ran into some bugs and set the app to run at 2.0.2, and > commented out the 2.1 initializers.Did you run rake rails:update? --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Phlip wrote:> Brandon Casci wrote: > >> I have a Rails app running under 2.0.2. I created the app with 2.1, but >> eventually ran into some bugs and set the app to run at 2.0.2, and >> commented out the 2.1 initializers. > > Did you run rake rails:update?Not yet. I went back to too 2.1 for now, but I will try going back down to 2.0.2 and updating config files. -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---