Bola Ahmed Buari
|
93932055dd
Fixes #3917 - Multiselect field support.
|
2 лет назад |
Martin Gruner
|
24c3bdfd87
Maintenance: Update copyright header.
|
2 лет назад |
Rolf Schmidt
|
eea67c1774
Performance: Added mysql helper to do strategy: reset manually for mysql.
|
3 лет назад |
Martin Gruner
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 лет назад |
Rolf Schmidt
|
0b09063197
Maintenance: Improve performance for db_strategy reset on postgresql.
|
3 лет назад |
Thorsten Eckel
|
b538b05209
Switched over to DB reset strategy in tests and removed DatabaseCleaner because it can't guarantee a clean DB state for all test scenarios.
|
6 лет назад |
Thorsten Eckel
|
02ba0e455e
Added db_strategy (:truncaction) meta helper to switch to DB cleanup via truncation (from transaction) for single examples. We choose to stick to Rails/RSpec transactional cleanup over DatabaseCleaner transaction strategy because of performance reasons. Rails default performs between 30 and 50% better.
|
6 лет назад |