Removed environment.rb to avoid overwriting it on update.

This commit is contained in:
Robert Waltemath 2012-11-13 10:12:06 +01:00
parent c032fdca6e
commit a8d61d2591
2 changed files with 2 additions and 74 deletions

View file

@ -38,12 +38,11 @@ Edit app_config.yml to suit your needs or just keep the defaults for now.
(4) Secret Token
-------------------
The user session are stored in cookies. Do avoid misusing the cookies and its sensitive information, rails
will encrypt it with a token. So copy the config file
The user session is stored in a cookie. To avoid misusing the cookies and its sensitive information, rails will encrypt it with a token. So copy the config file
cp config/environment.rb.SAMPLE config/environment.rb
and modify the token "config.action_controller.session"!!!
and modify the token "config.action_controller.session"!
(5) Required ruby and gems