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/schema
Ujjwal Thaakar e8d1d84837
Don't try to get the subclass if the inheritance column doesn't exist
The `subclass_from_attrs` method is called even if the column specified by
the `inheritance_column` setting doesn't exist. This prevents setting associations
via the attributes hash if the association name clashes with the value of the setting,
typically `:type`. This worked previously in Rails 3.2.
2014-01-14 18:53:45 +05:30
..
mysql2_specific_schema.rb fix detect column type of enum 2013-04-01 17:09:20 +09:00
mysql_specific_schema.rb fix detect column type of enum 2013-04-01 17:09:20 +09:00
oracle_specific_schema.rb Do not create synonym named subjects 2013-11-27 23:43:51 +01:00
postgresql_specific_schema.rb extract PG range tests from datatype_test.rb into range_test.rb 2013-12-13 14:17:21 +01:00
schema.rb Don't try to get the subclass if the inheritance column doesn't exist 2014-01-14 18:53:45 +05:30
sqlite_specific_schema.rb Remove sqlite specificsupports_autoincrement? which always defaults to true 2013-08-10 22:21:25 +05:30