mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
Merge pull request #1537 from fny/master
Remove best standards support for Rails 4 (Removed from ActionDispatch)
This commit is contained in:
commit
9f1edd4c7a
@ -18,7 +18,7 @@ Discourse::Application.configure do
|
||||
config.active_support.deprecation = :log
|
||||
|
||||
# Only use best-standards-support built into browsers
|
||||
config.action_dispatch.best_standards_support = :builtin
|
||||
config.action_dispatch.best_standards_support = :builtin unless rails4?
|
||||
|
||||
# Do not compress assets
|
||||
config.assets.compress = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user