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
Jon Leighton 2e9e647fee Raise an exception on unknown primary key inside AssociationReflection.
An association between two models cannot be made if a relevant key is
unknown, so fail fast rather than generating invalid SQL. Fixes #3207.
2011-10-05 20:21:21 +01:00
..
active_record/connection_adapters
assets
cases Raise an exception on unknown primary key inside AssociationReflection. 2011-10-05 20:21:21 +01:00
fixtures restores the API docs of AR::Fixtures, made a quick pass over them, revises link in fixture template [closes #2840] 2011-09-03 15:20:30 -07:00
migrations
models Raise error when using write_attribute with a non-existent attribute. 2011-09-13 00:01:58 +01:00
schema Raise error when using write_attribute with a non-existent attribute. 2011-09-13 00:01:58 +01:00
support
.gitignore
config.example.yml To support ActiveRecord unit tests for IBM DB2 2011-10-02 22:51:01 -04:00
config.rb