| Commit message (Expand) | Author | Age | Files | Lines |
* | Added extension capabilities to has_many and has_and_belongs_to_many proxies ... | David Heinemeier Hansson | 2005-11-04 | 1 | -0/+8 |
* | Made more tests for SQLServer pass (closes #2486) [Tom Ward] | David Heinemeier Hansson | 2005-10-28 | 1 | -3/+3 |
* | Refactor DB exceptions and deal more with DB2 (closes #2624) | David Heinemeier Hansson | 2005-10-27 | 1 | -3/+3 |
* | Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560. | Jeremy Kemper | 2005-10-22 | 1 | -0/+16 |
* | Fix Associations#clear for not-yet-loaded associations (Patrick Lenz) | Tobias Lütke | 2005-10-20 | 1 | -0/+9 |
* | Fixed a few sqlserver test case errors. Closes #2486 | Tobias Lütke | 2005-10-17 | 1 | -3/+3 |
* | r3616@asus: jeremy | 2005-09-26 23:09:28 -0700 | Jeremy Kemper | 2005-10-16 | 1 | -2/+5 |
* | Adds :nullify option to :depends. Closes #2015 (Robby Russell) | Tobias Lütke | 2005-10-15 | 1 | -6/+25 |
* | DRYed up Associations#clear. Closes #1906 [Caleb] | Tobias Lütke | 2005-10-14 | 1 | -1/+3 |
* | Fix errors caused by assigning a has-one or belongs-to property to itself | Jamis Buck | 2005-10-13 | 1 | -0/+10 |
* | Association validation does not belong in a before_save callback: move it int... | Jeremy Kemper | 2005-10-02 | 1 | -1/+2 |
* | r3657@asus: jeremy | 2005-09-28 00:32:33 -0700 | Jeremy Kemper | 2005-09-28 | 1 | -1/+3 |
* | r3653@asus: jeremy | 2005-09-28 00:23:49 -0700 | Jeremy Kemper | 2005-09-28 | 1 | -12/+53 |
* | Fixed that the create_x method from belongs_to wouldn't save the association ... | David Heinemeier Hansson | 2005-09-20 | 1 | -0/+3 |
* | Fixed saving a record with two unsaved belongs_to associations pointing to th... | Jamis Buck | 2005-09-20 | 1 | -0/+45 |
* | Fixed various problems with has_and_belongs_to_many when using customer finde... | David Heinemeier Hansson | 2005-09-13 | 1 | -0/+13 |
* | Fixed that the SQL Server adapter would sometimes return DBI::Timestamp objec... | David Heinemeier Hansson | 2005-09-09 | 1 | -4/+4 |
* | Refactored away all the legacy validate_options calls and replaced them with ... | David Heinemeier Hansson | 2005-09-09 | 1 | -1/+1 |
* | Revert [2040], caused assignment of belongs_to associations to fail in some c... | Jamis Buck | 2005-08-24 | 1 | -6/+17 |
* | Add a failing test | Jamis Buck | 2005-08-24 | 1 | -0/+9 |
* | Saving a record with two unsaved belongs_to associations pointing to the same... | Jamis Buck | 2005-08-23 | 1 | -0/+41 |
* | Allow unspecified join-table columns to use to their default values when addi... | Jamis Buck | 2005-07-18 | 1 | -0/+20 |
* | Fixed that has_and_belongs_to_many didn't respect single table inheritance ty... | David Heinemeier Hansson | 2005-07-03 | 1 | -0/+14 |
* | Added support for ODBC connections to MS SQL Server so you can connect from a... | David Heinemeier Hansson | 2005-07-01 | 1 | -4/+24 |
* | Updated all references to the old find_first and find_all to use the new styl... | David Heinemeier Hansson | 2005-06-26 | 1 | -24/+24 |
* | Pass association finder arguments through to the association class exactly as... | Jeremy Kemper | 2005-06-24 | 1 | -1/+1 |
* | Removed the AR::Recursion module--it broke more code than it fixed | Jamis Buck | 2005-06-21 | 1 | -0/+38 |
* | Fixed that adding a record to a has_and_belongs_to collection would always sa... | David Heinemeier Hansson | 2005-06-18 | 1 | -0/+16 |
* | Added actual database-changing behavior to collection assigment for has_many ... | David Heinemeier Hansson | 2005-06-16 | 1 | -0/+59 |
* | r1307@iwill: jeremy | 2005-06-13 19:05:00 -0700 | Jeremy Kemper | 2005-06-13 | 1 | -4/+7 |
* | Be sure to use the @finder_sql in the has_many association's #find method, ev... | Jamis Buck | 2005-06-13 | 1 | -6/+12 |
* | r1294@iwill: jeremy | 2005-06-13 02:17:42 -0700 | Jeremy Kemper | 2005-06-13 | 1 | -2/+11 |
* | Don't expect fixtures to be returned in the order they were inserted. | Jeremy Kemper | 2005-06-12 | 1 | -2/+2 |
* | Do not use instantiated fixtures (in general) in tests. Also, support the use... | Jamis Buck | 2005-06-10 | 1 | -2/+3 |
* | Eager loading of dependent has_one associations won't delete the association ... | Jamis Buck | 2005-06-10 | 1 | -105/+93 |
* | Added a second parameter to the build and create method for has_one that cont... | David Heinemeier Hansson | 2005-06-06 | 1 | -0/+29 |
* | Fixed that :delete_sql in has_and_belongs_to_many associations couldn't acces... | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+19 |
* | Updated documentation here and there | David Heinemeier Hansson | 2005-04-18 | 1 | -10/+13 |
* | Moved build_association and create_association for has_one and belongs_to out... | David Heinemeier Hansson | 2005-04-12 | 1 | -0/+37 |
* | 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 |