diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-11-30 15:54:44 -0600 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-11-30 15:54:44 -0600 |
commit | 668872efd85291895d3e68f3a5af312973a1be74 (patch) | |
tree | dfa8aa887aed8ec2b5e6ca89a82118f078420cd2 /railties/configs/initializers | |
parent | 6e66e7d6460b99bb0877a891aa3fbb789b563123 (diff) | |
download | rails-668872efd85291895d3e68f3a5af312973a1be74.tar.gz rails-668872efd85291895d3e68f3a5af312973a1be74.tar.bz2 rails-668872efd85291895d3e68f3a5af312973a1be74.zip |
Add restart notice where missing
Diffstat (limited to 'railties/configs/initializers')
-rw-r--r-- | railties/configs/initializers/new_rails_defaults.rb | 2 | ||||
-rw-r--r-- | railties/configs/initializers/session_store.rb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/railties/configs/initializers/new_rails_defaults.rb b/railties/configs/initializers/new_rails_defaults.rb index 78e0117cc4..8ec3186c84 100644 --- a/railties/configs/initializers/new_rails_defaults.rb +++ b/railties/configs/initializers/new_rails_defaults.rb @@ -1,3 +1,5 @@ +# Be sure to restart your server when you modify this file. + # These settings change the behavior of Rails 2 apps and will be defaults # for Rails 3. You can remove this initializer when Rails 3 is released. diff --git a/railties/configs/initializers/session_store.rb b/railties/configs/initializers/session_store.rb index 29bfbe68a8..40179e0aa3 100644 --- a/railties/configs/initializers/session_store.rb +++ b/railties/configs/initializers/session_store.rb @@ -1,3 +1,5 @@ +# Be sure to restart your server when you modify this file. + # Your secret key for verifying cookie session data integrity. # If you change this key, all old sessions will become invalid! # Make sure the secret is at least 30 characters and all random, |