How do I make my application work in 2.3.2 when it was created in 2.0.2? Thanks Mitch -- Posted via http://www.ruby-forum.com/.
You create yourself a development environment, get your application, make sure every test passes in 2.0.2. Then, go to 2.3.2, start your tests and correct the ones that doesn''t work anymore. When they''ll all pass, your application will be on 2.3.2. On 18 mai, 12:35, Mitchell Gould <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> How do I make my application work in 2.3.2 when it was created in 2.0.2? > > Thanks > > Mitch > -- > Posted viahttp://www.ruby-forum.com/.
Set the version of Rails that you want to use in environment.rb RAILS_GEM_VERSION = ''2.3.2'' unless defined? RAILS_GEM_VERSION use rake rails:update to update scripts etc 2009/5/18 Mitchell Gould <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>> > How do I make my application work in 2.3.2 when it was created in 2.0.2? > > Thanks > > Mitch > -- > 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 -~----------~----~----~----~------~----~------~--~---