rails/activerecord/lib
Ryuta Kamizono 5e86ee1195 Refactor attributes_for_{create,update} to avoid an extra allocation
Use `delete_if` instead of `reject` to avoid an extra allocation.
2018-08-31 00:06:12 +09:00
..
active_record Refactor attributes_for_{create,update} to avoid an extra allocation 2018-08-31 00:06:12 +09:00
arel Fix: Arel Postgresql visitor generates invalid SQL for GROUPING SETS. 2018-05-28 12:11:57 +02:00
rails/generators Rails 6 requires Ruby 2.3+ 2018-02-17 10:03:37 -08:00
active_record.rb Remove ForeignKeys module which was introduced at #32299 2018-04-02 17:54:26 +09:00
arel.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30