aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/speedometers.yml
Commit message (Collapse)AuthorAgeFilesLines
* If a has_many goes :through a belongs_to, and the foreign key of the ↵Jon Leighton2010-12-231-1/+5
| | | | belongs_to changes, then the has_many should be considered stale.
* string IDs are now quoted correctly [#5064 state:resolved]Will St. Clair + Neeraj Singh2010-07-131-0/+4
Signed-off-by: José Valim <jose.valim@gmail.com>