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
Godfrey Chan 945dd254ae Ensure we are returning either true or false for #==
460eb83d cused `ActiveRecord::Base#==` to sometimes return `nil` in some cases,
this ensures we always return a boolean value. Also fixed a similar problem in
AR reflections.
2014-03-29 04:34:20 -07:00
..
active_record/connection_adapters
assets
cases Ensure we are returning either true or false for #== 2014-03-29 04:34:20 -07:00
fixtures Extend fixture label replacement to allow string interpolation 2014-03-15 22:11:36 -04:00
migrations activerecord: Initialize Migration with version from MigrationProxy. 2014-01-06 10:46:35 -05:00
models Merge pull request #14154 from al2o3cr/issue12770 2014-03-27 21:00:06 -07:00
schema Test microsecond on mysql 5.6 2014-03-12 09:06:12 -04:00
support Extract with_example_table into helper method. 2014-03-20 11:48:17 -07:00
.gitignore
config.example.yml
config.rb