gitlab-org--gitlab-foss/spec/rubocop/cop
Sean McGivern 1ab33b15d1 Add cop for use of remove_column
remove_column should only be used in the up (or change) step of a migration if
it's a post-deployment migration. Otherwise there will be downtime due to the
ActiveRecord column cache, which we can avoid by using the IgnorableColumn
concern in combination with a post-deployment migration.
2017-12-11 16:34:51 +00:00
..
migration Add cop for use of remove_column 2017-12-11 16:34:51 +00:00
rspec Add a new RSpec::EnvAssignment cop to prevent assigning to ENV in specs 2017-10-18 18:42:09 +02:00
active_record_dependent_spec.rb
active_record_serialize_spec.rb
custom_error_class_spec.rb
gem_fetcher_spec.rb
in_batches_spec.rb
line_break_after_guard_clauses_spec.rb Adds Rubocop rule for line break after guard clause 2017-11-16 17:58:29 +01:00
polymorphic_associations_spec.rb
project_path_helper_spec.rb
redirect_with_status_spec.rb