discourse/config/environments
Martin Brennan 3ae1f98dc8
DEV: Add env var to disable ActiveRecord logging in development (#10979)
If RAILS_DISABLE_ACTIVERECORD_LOGS=1 is passed when starting Rails, none of the query log output will show. This is very useful for debugging with breakpoints because logs are not flooding in constantly.
2020-10-21 12:06:12 +10:00
..
development.rb DEV: Add env var to disable ActiveRecord logging in development (#10979) 2020-10-21 12:06:12 +10:00
production.rb DEV: Re-enable uglifier for non-precompiled assets 2019-05-14 10:28:18 +01:00
profile.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
test.rb REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00