This project is archived and is in readonly mode.

#5434 ✓resolved
Willem van Bergen

Small generator issue for generator in config/initializers/session_store.rb (Rails 3.0.0.rc2)

Reported by Willem van Bergen | August 24th, 2010 @ 10:14 AM

When running rake rails:update using Rails 3.0.0.rc2, it will not generate the correct session key. It generates:

MyApp::Application.config.session_store :cookie_store, :key => '_config_session'

Instead of:

MyApp::Application.config.session_store :cookie_store, :key => '_my_app_session'

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Referenced by

Pages