Skip to content

Commit

Permalink
Add documentation for secret_token to config guide
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Nov 29, 2010
1 parent fbdd72e commit dc4dcb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions railties/guides/source/configuring.textile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ h4. Rails General Configuration


* +config.root+ configures the root path of the application. * +config.root+ configures the root path of the application.


* +config.secret_token+ used for specifying a key which allows sessions for the application to be verified against a known secure key to prevent tampering.

* +config.serve_static_assets+ configures Rails to serve static assets. Defaults to _true_, but in the production environment is turned off. The server software used to run the application should be used to serve the assets instead. * +config.serve_static_assets+ configures Rails to serve static assets. Defaults to _true_, but in the production environment is turned off. The server software used to run the application should be used to serve the assets instead.


* +config.time_zone+ sets the default time zone for the application and enables time zone awareness for Active Record. * +config.time_zone+ sets the default time zone for the application and enables time zone awareness for Active Record.
Expand Down

0 comments on commit dc4dcb1

Please sign in to comment.