mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
Epp contact tests now 10x faster
This commit is contained in:
parent
4e7b0e6104
commit
4401d8495e
9 changed files with 361 additions and 324 deletions
|
@ -40,6 +40,10 @@ Rails.application.configure do
|
|||
# Raises error for missing translations
|
||||
# config.action_view.raise_on_missing_translations = true
|
||||
|
||||
# The available log levels are: :debug, :info, :warn, :error, :fatal, and :unknown,
|
||||
# corresponding to the log level numbers from 0 up to 5 respectively
|
||||
config.log_level = :fatal
|
||||
|
||||
# for finding database optimization
|
||||
config.after_initialize do
|
||||
Bullet.enable = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue