aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/config/initializers/session_store.rb
Commit message (Collapse)AuthorAgeFilesLines
* Allow transparent upgrading of legacy signed cookies to encrypted cookies; ↵Trevor Turk2013-03-281-1/+1
| | | | Automatically configure cookie-based sessions to use the best cookie jar given the app's config
* Re-do Getting Started application with Rails 4.Steve Klabnik2013-01-221-1/+1
| | | | | | | The sample application with the Getting Started Guide was very out of date. I've re-done it on edge (as of 51b9def5bf108fb566e) so it should be good to go with Rails 4. It's also in synch with what the guide actually says.
* Extract ActiveRecord::SessionStore from RailsPrem Sichanugrist2012-08-241-5/+0
| | | | | This functionality will be available from gem `active_record-session_store` instead.
* moves the guides up to the root directoryXavier Noria2012-03-171-0/+8