This project is archived and is in readonly mode.
Rails generators does not take into consideration ActiveRecord::SessionStore::Session.table_name
Reported by José Valim | August 8th, 2009 @ 05:47 PM | in 3.0.2
The patch applied on #2745 should also be ported and applied on current edge.
Comments and changes to this ticket
-
Elad Meidar August 8th, 2009 @ 10:52 PM
patched to use AR::SessionStore::Session.table_name and still consider pluralization options if name is still set as default ("sessions")
-
José Valim August 8th, 2009 @ 11:20 PM
- State changed from new to resolved
-
Repository August 9th, 2009 @ 05:18 AM
(from [3ea091e1cc4deab1410676d080dc1fcdc572d65f]) Improved coverage for session_migration generator. [#3008 status:resolved]
Signed-off-by: Pratik Naik pratiknaik@gmail.com
http://github.com/rails/rails/commit/3ea091e1cc4deab1410676d080dc1f... -
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Medium
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>
People watching this ticket
Attachments
Referenced by
- 3008 Rails generators does not take into consideration ActiveRecord::SessionStore::Session.table_name (from [3ea091e1cc4deab1410676d080dc1fcdc572d65f]) Improve...