gitlab-org--gitlab-foss/spec/rubocop/cop
Yorick Peterse a004f9ec8c
Added cop to blacklist the use of hash indexes
These indexes are not recorded in the WAL (at least until PostgreSQL
10) and this isn't worth the minor performance improvement over btree
indexes.
2017-07-14 13:19:00 +02:00
..
migration Added cop to blacklist the use of hash indexes 2017-07-14 13:19:00 +02:00
rspec
active_record_dependent_spec.rb Added Cop to blacklist the use of `dependent:` 2017-07-06 12:01:36 +02:00
active_record_serialize_spec.rb Rename ActiverecordSerialize cop 2017-07-06 12:01:36 +02:00
custom_error_class_spec.rb
gem_fetcher_spec.rb
in_batches_spec.rb Added EachBatch for iterating tables in batches 2017-07-07 16:39:36 +02:00
polymorphic_associations_spec.rb
project_path_helper_spec.rb
redirect_with_status_spec.rb