discourse/spec/components/concern
Robin Ward a075fd46fd FIX: Don't use exceptions to catch conflicts
If a database exception is raised ActiveRecord will always rollback
even if caught.

Instead we build the query in manual SQL and DO NOTHING when there's a
conflict. If we detect nothing was done, perform an update.
2019-07-06 14:43:56 -04:00
..
category_hashtag_spec.rb DEV: Prefabrication (test optimization) (#7414) 2019-05-07 13:12:20 +10:00
has_custom_fields_spec.rb FIX: Don't use exceptions to catch conflicts 2019-07-06 14:43:56 -04:00
has_search_data_spec.rb DEV: Add support for Rails 6 2019-05-02 16:23:25 +10:00
positionable_spec.rb DEV: Add support for Rails 6 2019-05-02 16:23:25 +10:00
searchable_spec.rb DEV: Add support for Rails 6 2019-05-02 16:23:25 +10:00
second_factor_manager_spec.rb FEATURE: add ability to have multiple totp factors (#7626) 2019-06-26 16:58:06 -07:00