1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Benjamin Quorning e292ce8a4f Add ActiveRecord::Result#first
When you only need the first element of a result set, you shouldn't need to
instantiate all of hash_rows.
2016-06-24 11:43:22 +02:00
..
active_record/connection_adapters
assets
cases Add ActiveRecord::Result#first 2016-06-24 11:43:22 +02:00
fixtures Fixed where for polymorphic associations when passed an array containing different types. 2016-02-16 10:41:26 -08:00
migrations Fix migration class names in tests 2016-05-28 14:16:43 +09:00
models Ensure hashes can be passed to attributes using composed_of 2016-05-31 10:03:26 -04:00
schema Add Expression Indexes and Operator Classes support for PostgreSQL 2016-04-24 14:56:29 -07:00
support
.gitignore
config.example.yml
config.rb