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 be0f3179d4 Remove no need binds.empty? checking
`#exec_stmt` is private method and only called in `#exec_query`. it
means `binds` is provided always. No need `binds.empty?` checking.
2015-10-23 15:00:02 +09:00
..
active_record Remove no need binds.empty? checking 2015-10-23 15:00:02 +09:00
rails/generators Set active_record config for always creating uuids in generators 2015-10-20 14:25:06 -07:00
active_record.rb Add #cache_key to ActiveRecord::Relation. 2015-07-20 01:46:03 +01:00