Skip to content

Commit

Permalink
Include the standard reminder that you need to restart for changes in…
Browse files Browse the repository at this point in the history
… config/initializers to take effect
  • Loading branch information
dhh committed Jan 6, 2013
1 parent 253cdc8 commit 26365d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
@@ -1,2 +1,4 @@
# Be sure to restart your server when you modify this file.

# Configure sensitive parameters which will be filtered from the log file. # Configure sensitive parameters which will be filtered from the log file.
Rails.application.config.filter_parameters += [:password] Rails.application.config.filter_parameters += [:password]
@@ -1,3 +1,5 @@
# Be sure to restart your server when you modify this file.

# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
# Rails.application.config.time_zone = 'Central Time (US & Canada)' # Rails.application.config.time_zone = 'Central Time (US & Canada)'
Expand Down

0 comments on commit 26365d0

Please sign in to comment.