mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
Remove best standards support for Rails 4 since it's been removed from ActionDispatch
This commit is contained in:
parent
0eaf32db45
commit
69460b8f9b
@ -18,7 +18,7 @@ Discourse::Application.configure do
|
|||||||
config.active_support.deprecation = :log
|
config.active_support.deprecation = :log
|
||||||
|
|
||||||
# Only use best-standards-support built into browsers
|
# 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
|
# Do not compress assets
|
||||||
config.assets.compress = false
|
config.assets.compress = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user