Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3324b9c5a | ||
|
|
a450ee4f34 |
@@ -32,7 +32,9 @@ Fetsite::Application.configure do
|
|||||||
# Log the query plan for queries taking more than this (works
|
# Log the query plan for queries taking more than this (works
|
||||||
# with SQLite, MySQL, and PostgreSQL)
|
# with SQLite, MySQL, and PostgreSQL)
|
||||||
# config.active_record.auto_explain_threshold_in_seconds = 0.5
|
# config.active_record.auto_explain_threshold_in_seconds = 0.5
|
||||||
|
|
||||||
config.active_record.raise_in_transactional_callbacks=true
|
config.active_record.raise_in_transactional_callbacks=true
|
||||||
|
|
||||||
# Do not compress assets
|
# Do not compress assets
|
||||||
config.assets.compress = false
|
config.assets.compress = false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user