mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 20:45:35 +08:00
REFACTOR: Move javascript tests inside discourse app
This is where they should be as far as ember is concerned. Note this is a huge commit and we should be really careful everything continues to work properly.
This commit is contained in:
@ -13,7 +13,7 @@ Discourse::Application.configure do
|
||||
config.public_file_server.enabled = true
|
||||
|
||||
# don't consider reqs local so we can properly handle exceptions like we do in prd
|
||||
config.consider_all_requests_local = false
|
||||
config.consider_all_requests_local = false
|
||||
|
||||
# disable caching
|
||||
config.action_controller.perform_caching = false
|
||||
|
Reference in New Issue
Block a user