Skip to content

Commit

Permalink
experimental update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
progressbarsk committed Sep 24, 2012
1 parent 9bfe2f5 commit 546a70e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions config/application.rb
Expand Up @@ -75,6 +75,9 @@ class Application < Rails::Application
# Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters += [:password, :password_confirmation]

# Enable escaping HTML in JSON.
config.active_support.escape_html_entities_in_json = true

# 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,
# like if you have constraints or database-specific column types
Expand Down
4 changes: 2 additions & 2 deletions config/initializers/refinery/pages.rb
Expand Up @@ -30,10 +30,10 @@
config.use_custom_slugs = true

# Set this to true if you want backend pages to be cached
# config.cache_pages_backend = false
config.cache_pages_backend = true

# Set this to true to activate full-page-cache
# config.cache_pages_full = false
config.cache_pages_full = true

# Set this to true to fully expand the page hierarchy in the admin
# config.auto_expand_admin_tree = true
Expand Down

0 comments on commit 546a70e

Please sign in to comment.