Rails beta 2 Session Store Config Deprecation
Reported by Brian Michalski | June 6th, 2010 @ 03:11 PM
DEPRECATION WARNING: ActionController::Base.cookie_verifier_secret= is deprecated. Please configure it on your application with config.secret_token=. (called from /config/initializers/cookie_verification_secret.rb:7)
DEPRECATION WARNING: ActionController::Base.session= is deprecated. Please configure it on your application with config.session_store :cookie_store, :key => '....'. (called from /config/initializers/session_store.rb:7)
Looks like this happened after we scaffolded in Rails 3 beta 1 and upgraded to beta 3.
Comments and changes to this ticket
-
Brian Michalski June 6th, 2010 @ 05:43 PM
- State changed from new to resolved
- Assigned user set to Brian Michalski
(from [8dd4463dfbfb5abff141ae40e9f83e59ef9b500e]) Fixing deprecated session store config. [#95 state:resolved responsible:"Brian Michalski"] http://github.com/wtg/concerto/commit/8dd4463dfbfb5abff141ae40e9f83...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Concerto is an open source digital signage system that makes it easy to engage a large community of people with graphical and text-based announcements, bulletins, and other messages... but enough about us, you came here to get involved.
<br />
If you think you've <b>found a bug in Concerto</b>, please click 'Create new ticket' and let us know about it.
<br />
Looking to peek at our source code? Head to <a href="https://github.com/concerto/concerto_v1">https://github.com/concerto/concerto_v1</a> (Concerto version 1) or <a href="https://github.com/concerto/concerto">https://github.com/concerto/concerto</a> (Concerto version 2).
<br />
Our getting started guide is available here: <a href="https://github.com/concerto/concerto/wiki/Getting-Involved">https://github.com/concerto/concerto/wiki/Getting-Involved</a>.
People watching this ticket
Referenced by
- 95 Rails beta 2 Session Store Config Deprecation (from [8dd4463dfbfb5abff141ae40e9f83e59ef9b500e]) Fixing ...