When I was looking at fixing the reload bug last week, I found that there are some deprecated calls in Rails Console in 3.0. railties/lib/rails/console/app.rb - app = ActionController::Dispatcher.new - session = ActionController::Integration::Session.new(app) This is just a simple patch and it passes all the tests. I guess someone in the Core team might have just overlooked it. https://rails.lighthouseapp.com/projects/8994/tickets/4072-patch-deprecated-calls-in-rails-console#ticket-4072-1 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.