Commit History

Author SHA1 Message Date
  Florian Liebe 9dfc232536 Maintenance: Update copyright information. 1 year ago
  Martin Gruner d7b8b3662f Maintenance: Updated to Rails 6.1. 2 years ago
  Bola Ahmed Buari 93932055dd Fixes #3917 - Multiselect field support. 2 years ago
  Martin Gruner 24c3bdfd87 Maintenance: Update copyright header. 2 years ago
  Rolf Schmidt eea67c1774 Performance: Added mysql helper to do strategy: reset manually for mysql. 3 years ago
  Martin Gruner 5df98684da Maintenance: Update copyright information and add a new rubocop cop to watch over it. 3 years ago
  Rolf Schmidt 0b09063197 Maintenance: Improve performance for db_strategy reset on postgresql. 3 years ago
  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 years ago
  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 years ago