Skip to content

Commit

Permalink
Update railties/lib/rails/generators/rails/app/templates/config/appli…
Browse files Browse the repository at this point in the history
…cation.rb

Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
homakov authored and josevalim committed May 14, 2012
1 parent 9199ddf commit 4588684
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -49,6 +49,9 @@ class Application < Rails::Application
# Configure sensitive parameters which will be filtered from the log file. # Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters += [:password] config.filter_parameters += [:password]
# Enable escaping HTML in JSON. The default is false.
# config.active_support.escape_html_entities_in_json = true
# Use SQL instead of Active Record's schema dumper when creating the database. # Use SQL instead of Active Record's schema dumper when creating the database.
# This is necessary if your schema can't be completely dumped by the schema dumper, # This is necessary if your schema can't be completely dumped by the schema dumper,
# like if you have constraints or database-specific column types # like if you have constraints or database-specific column types
Expand Down

0 comments on commit 4588684

Please sign in to comment.