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
Prathamesh Sonpatki 8da936a5d3 Fix lookup of fixtures with non-string label
- Fixtures with non-string labels such as integers should be accessed
   using integer label as key. For eg. pirates(1) or pirates(42).
 - But this results in NotFound error because the label is converted into string before
   looking up into the fixtures hash.
 - After this commit, the label is converted into string only if its a
   symbol.
 - This issue was fount out while adding a test case for
   https://github.com/rails/rails/commit/7b910917.
2015-01-06 17:15:39 +05:30
..
active_record/connection_adapters
assets
cases Fix lookup of fixtures with non-string label 2015-01-06 17:15:39 +05:30
fixtures Fix lookup of fixtures with non-string label 2015-01-06 17:15:39 +05:30
migrations
models remove deprecated support to preload instance-dependent associaitons. 2015-01-05 11:44:14 +01:00
schema Add firebird support to test suite 2015-01-05 13:34:59 -03:00
support Reset ActiveRecord::SchemaDumper.ignore_tables value after changed in tests 2014-09-03 11:30:36 +09:00
.gitignore
config.example.yml remove the last traces of OpenBase from our codebase. [ci skip] 2014-11-07 10:12:01 +01:00
config.rb