| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed counter_sql when no records exist in database for PostgreSQL (would giv... | David Heinemeier Hansson | 2005-04-07 | 1 | -0/+4 |
* | Made eager loading work even more | David Heinemeier Hansson | 2005-04-03 | 1 | -26/+1 |
* | Allow order, conditions, and joins in finds that include associations | David Heinemeier Hansson | 2005-04-03 | 1 | -0/+4 |
* | Added new Base.find API and deprecated find_all, find_first. Added preliminar... | David Heinemeier Hansson | 2005-04-03 | 1 | -1/+23 |
* | Added that model.items.delete(child) will delete the child, not just set the ... | David Heinemeier Hansson | 2005-04-02 | 1 | -4/+16 |
* | Added destruction of dependent objects in has_one associations when a new ass... | David Heinemeier Hansson | 2005-03-06 | 1 | -1/+2 |
* | Remove outdated dev-utils | David Heinemeier Hansson | 2005-02-23 | 1 | -1/+0 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 1 | -19/+19 |
* | Dont call id explicitly to do reloading that way we get rid of the warnings #... | David Heinemeier Hansson | 2005-02-07 | 1 | -10/+10 |
* | Added the option of supplying an array of ids and attributes to Base#update, ... | David Heinemeier Hansson | 2005-01-25 | 1 | -0/+13 |
* | Added that has_and_belongs_to_many associations with additional attributes al... | David Heinemeier Hansson | 2005-01-24 | 1 | -0/+21 |
* | Fixed that association proxies would fail === tests like PremiumSubscription ... | David Heinemeier Hansson | 2005-01-23 | 1 | -0/+4 |
* | Fixed that the belongs_to and has_one proxy would fail a test like 'if projec... | David Heinemeier Hansson | 2005-01-18 | 1 | -5/+22 |
* | Added test_forgetting_the_load_when_foreign_key_enters_late | David Heinemeier Hansson | 2005-01-17 | 1 | -0/+8 |
* | Test for #489 | David Heinemeier Hansson | 2005-01-17 | 1 | -1/+8 |
* | Added support for associating unsaved objects #402 [Tim Bates] | David Heinemeier Hansson | 2005-01-15 | 1 | -21/+211 |
* | Fixed that foreign keys named the same as the association would cause stack o... | David Heinemeier Hansson | 2005-01-11 | 1 | -1/+7 |
* | Added HasManyAssociation#count that works like Base#count #413 [intinig] | David Heinemeier Hansson | 2005-01-02 | 1 | -0/+4 |
* | Added that Base#find takes an optional options hash, including :conditions. B... | David Heinemeier Hansson | 2005-01-01 | 1 | -3/+34 |
* | Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru... | David Heinemeier Hansson | 2005-01-01 | 1 | -1/+1 |
* | Attempted to capture #286 in a unit test, but couldnt get it to fail | David Heinemeier Hansson | 2004-12-12 | 1 | -0/+8 |
* | Added counter_sql option for has_many associations [bitsweat] | David Heinemeier Hansson | 2004-12-07 | 1 | -0/+5 |
* | Added reverse order of deleting fixtures, so referential keys can be maintain... | David Heinemeier Hansson | 2004-12-01 | 1 | -4/+4 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+549 |