| Commit message (Expand) | Author | Age | Files | Lines |
* | Speeded up eager loading a whole bunch | David Heinemeier Hansson | 2005-04-18 | 1 | -0/+4 |
* | Updated documentation here and there | David Heinemeier Hansson | 2005-04-18 | 1 | -5/+6 |
* | Dont prefix on updates and deletes, only selects | David Heinemeier Hansson | 2005-04-17 | 1 | -1/+1 |
* | Honor the order in the new finder | David Heinemeier Hansson | 2005-04-15 | 1 | -0/+1 |
* | Order by is no longer a guarentee | David Heinemeier Hansson | 2005-04-14 | 1 | -1/+1 |
* | Qualify the ids used such that eager loading can avoid ambigious keys | David Heinemeier Hansson | 2005-04-13 | 3 | -5/+5 |
* | Removed the default order by id on has_and_belongs_to_many queries as it coul... | David Heinemeier Hansson | 2005-04-13 | 1 | -7/+13 |
* | Moved build_association and create_association for has_one and belongs_to out... | David Heinemeier Hansson | 2005-04-12 | 1 | -1/+0 |
* | No conditions relevant here | David Heinemeier Hansson | 2005-04-11 | 1 | -1/+1 |
* | More eager fixes | David Heinemeier Hansson | 2005-04-03 | 1 | -3/+1 |
* | Made eager loading work even more | David Heinemeier Hansson | 2005-04-03 | 2 | -14/+10 |
* | Added new Base.find API and deprecated find_all, find_first. Added preliminar... | David Heinemeier Hansson | 2005-04-03 | 1 | -0/+5 |
* | Added that model.items.delete(child) will delete the child, not just set the ... | David Heinemeier Hansson | 2005-04-02 | 1 | -5/+9 |
* | Dont load the target before the proxy has had a chance to answer the respond_... | David Heinemeier Hansson | 2005-03-29 | 1 | -2/+1 |
* | Added destruction of dependent objects in has_one associations when a new ass... | David Heinemeier Hansson | 2005-03-06 | 2 | -2/+11 |
* | Fixed that HasManyAssociation#count was using :finder_sql rather than :counte... | David Heinemeier Hansson | 2005-03-06 | 1 | -1/+3 |
* | Fixed that association#count would produce invalid sql when called sequential... | David Heinemeier Hansson | 2005-02-28 | 1 | -3/+3 |
* | Optimized the SQL used to generate has_and_belongs_to_many queries by listing... | David Heinemeier Hansson | 2005-02-22 | 1 | -1/+1 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 1 | -1/+1 |
* | Added the option of supplying an array of ids and attributes to Base#update, ... | David Heinemeier Hansson | 2005-01-25 | 2 | -8/+16 |
* | Added that has_and_belongs_to_many associations with additional attributes al... | David Heinemeier Hansson | 2005-01-24 | 1 | -13/+24 |
* | Fixed that find_all would produce invalid sql when called sequentialy #490 [S... | David Heinemeier Hansson | 2005-01-20 | 1 | -1/+1 |
* | Fixed that the belongs_to and has_one proxy would fail a test like 'if projec... | David Heinemeier Hansson | 2005-01-18 | 4 | -23/+8 |
* | Only remember that an association was loaded if it was found | David Heinemeier Hansson | 2005-01-17 | 1 | -1/+1 |
* | belongs_to association should always honor a present foreign key and conditio... | David Heinemeier Hansson | 2005-01-17 | 3 | -23/+33 |
* | Added support for associating unsaved objects #402 [Tim Bates] | David Heinemeier Hansson | 2005-01-15 | 6 | -101/+272 |
* | Remove length alias of size | David Heinemeier Hansson | 2005-01-11 | 1 | -2/+0 |
* | Added a differenciation between AssociationCollection#size and -length. Now A... | David Heinemeier Hansson | 2005-01-11 | 1 | -1/+10 |
* | Fixed that conditions in has_many and has_and_belongs_to_many should be inter... | David Heinemeier Hansson | 2005-01-07 | 2 | -2/+2 |
* | Fixed that the overwritten respond_to? method didn't take two parameters like... | David Heinemeier Hansson | 2005-01-03 | 1 | -2/+2 |
* | Fixed the last details to please DB2 | David Heinemeier Hansson | 2005-01-03 | 1 | -1/+1 |
* | Added HasManyAssociation#count that works like Base#count #413 [intinig] | David Heinemeier Hansson | 2005-01-02 | 1 | -0/+11 |
* | Added that Base#find takes an optional options hash, including :conditions. B... | David Heinemeier Hansson | 2005-01-01 | 3 | -56/+93 |
* | Fixed that options[:counter_sql] was overwritten with interpolated sql rather... | David Heinemeier Hansson | 2004-12-22 | 1 | -1/+2 |
* | Fixed that Base.table_name would expect a parameter when used in has_and_belo... | David Heinemeier Hansson | 2004-12-22 | 1 | -1/+1 |
* | Added automatic transaction block around AssociationCollection.<<, Associatio... | David Heinemeier Hansson | 2004-12-15 | 1 | -8/+17 |
* | Fixed that has_and_belongs_to_many would generate bad sql when naming convent... | David Heinemeier Hansson | 2004-12-14 | 1 | -4/+4 |
* | Fixed value quoting in all generated SQL statements, so that integers are not... | David Heinemeier Hansson | 2004-12-07 | 3 | -14/+18 |
* | Fixed has_and_belongs_to_many guessing of foreign key so that keys are genera... | David Heinemeier Hansson | 2004-12-07 | 1 | -1/+1 |
* | Added counter_sql option for has_many associations [bitsweat] | David Heinemeier Hansson | 2004-12-07 | 1 | -6/+12 |
* | Silence errors occurring when reloading classes | David Heinemeier Hansson | 2004-11-30 | 1 | -2/+2 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 3 | -0/+338 |