Skip to content
Snippets Groups Projects

Draft: Introduce Gitlab.next_rails? to run Rails 7.1 tests

Closed Igor Drozdov requested to merge id-next-rails-7.1 into id-next-rails
All threads resolved!
Compare and Show latest version
5 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -8,7 +8,7 @@ def initialize(projects, current_user)
end
def execute
return if projects.is_a?(ActiveRecord::Relation) && projects.null_relation?
return if projects.none?
ActiveRecord::Associations::Preloader.new(
records: projects,
Loading