1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
Ryuta Kamizono 18abe37aa8 Restore the ability that SQL with binds for insert, update, and delete (#29944)
Since 213796f, it was lost the ability that SQL with binds for `insert`,
`update`, and `delete` (like `select_all`). This restores the ability
because `insert`, `update`, and `delete` are public API, so it should
not be removed without deprecation.
2017-08-18 15:17:07 +09:00
..
active_record Restore the ability that SQL with binds for insert, update, and delete (#29944) 2017-08-18 15:17:07 +09:00
rails/generators Fix RuboCop offenses 2017-08-16 17:55:25 +09:00
active_record.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00