aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/config/initializers
Commit message (Collapse)AuthorAgeFilesLines
* docs, remove getting started guide sample application. [ci skip]Yves Senn2014-06-148-70/+0
| | | | | | | | This application always gets out of sync and doesn't add much value. Closes #15721 /cc @rafaelfranca
* Update documentation to use Rails.application insteadMarcel Morgan2014-04-132-2/+2
| | | | | | | References to ``AppName::Application` removed in favour of ``Rails.application`` as generated with a new rails 4.1 app. [ci skip]
* 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-226-14/+31
| | | | | | | 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.
* Rename secret_token_key to secret_key_baseSantiago Pastorino2012-11-031-1/+1
|
* Sign cookies using key deriverSantiago Pastorino2012-11-031-1/+1
|
* 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-176-0/+58