Monthly Archives: May 2010

Rails 2.3.8 Deprecation Warning

If you happen to come across the following deprecation warning: DEPRECATION WARNING: Giving :session_key to SessionStore is deprecated, please use :key instead. (called from new at /Users/dshimy/.rvm/gems/ruby-1.8.7-p249/gems/actionpack-2.3.8/lib/action_controller/middleware_stack.rb:72) Take a look at your config/environment.rb file for the following: config.action_controller.session = { … Continue reading

Posted in Everything Else | 3 Comments