rails/activerecord/lib
Sam Ruby 8eafbc1b19 make "g scaffold" with no field produce rubocop compliant code
When there are no fields:
  * Omit blank line in migration prior to "t.timestamps"
  * Omit leading and trailing spaced in empty hashes in
    create and update controller and api functional tests

Co-authored-by: zzak <zzakscott@gmail.com>
2024-06-20 22:11:09 -04:00
..
active_record Fix ActiveRecord::Relation#exists? with no conditions for loaded relations and updated records 2024-06-19 12:15:20 +03:00
arel Explictly take a block in Arel add_bind 2024-05-28 08:53:30 +02:00
rails/generators make "g scaffold" with no field produce rubocop compliant code 2024-06-20 22:11:09 -04:00
active_record.rb Fix typo in global_executor_concurrency error message (#52103) 2024-06-12 12:53:40 -07:00
arel.rb Retry known idempotent SELECT queries on connection-related exceptions 2024-03-26 09:25:55 -04:00