rails/activerecord/lib
Sean Griffin b63701e272 `update_columns` raises if the column is unknown
Previosly, `update_columns` would just take whatever keys you gave it
and tried to run the update query. Most likely this would result in an
error from the database. However, if the column actually did exist, but
was in `ignored_columns`, this would result in the method returning
successfully when it should have raised, and an attribute that should
not exist written to `@attributes`.
2018-10-30 12:52:23 -06:00
..
active_record `update_columns` raises if the column is unknown 2018-10-30 12:52:23 -06:00
arel Fix odd indentation 2018-10-10 08:03:06 +09:00
rails/generators Refactor migrations_path command option to database 2018-09-28 14:24:36 -04:00
active_record.rb Refactors Active Record connection management 2018-08-30 10:06:45 -04:00
arel.rb Extract `Arel.arel_node?` helper method 2018-09-28 04:57:12 +09:00