here's a video blog of someone going through the problems they found: http://teachmetocode.com/screencasts/upgrading-rails-3-0-beta4-to-rails-3-0-release-candidate
--nahum On Tue, Jul 27, 2010 at 23:44, Nahum Wild <[email protected]> wrote: > Thanks for that > > -nahum > > On Tuesday, July 27, 2010, Richard Hulse <[email protected]> > wrote: > > These are the one I had: > > > > > > In Rakefile: > > > > Rails::Application.load_tasks > > > > replace with- > > > > AppName::Application.load_tasks > > > > and also in secret_token.rb > > > > Rails.application.config.secret_token > > > > AppName.application.config.secret_token > > > > === > > > > config.load_paths > > > > is now config.autoload_paths > > > > (There is no warning for this) > > > > === > > > > config.action_controller.consider_all_requests_local > > > > gets shortened to: > > > > config.consider_all_requests_local > > > > in the environment files. > > > > === > > > > And don't forget to update your Gemfile to: > > > > gem "rails", "3.0.0.rc" > > > > > > cheers, > > Richard > > > > -- > > You received this message because you are subscribed to the Google Groups > "WellRailed" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]<wellrailed%[email protected]> > . > > For more options, visit this group at > http://groups.google.com/group/wellrailed?hl=en. > > > > > -- You received this message because you are subscribed to the Google Groups "WellRailed" 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/wellrailed?hl=en.
