Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some tests for functionality in JoinAssociation which already exists but ↵ | Jon Leighton | 2010-10-13 | 1 | -0/+6 |
| | | | | was previously untested | ||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -2/+2 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | Remove duplicate fixture entry in comments.yml. Closes #4923. [Blair Zajac ↵ | Marcel Molina | 2006-04-29 | 1 | -6/+0 |
| | | | | | | <blair@orcaware.com>] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4305 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Wrap :conditions in parentheses to prevent problems with OR's #1871 | Jamis Buck | 2005-09-24 | 1 | -0/+6 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2324 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fixed that single-table inheritance sub-classes couldn't be used to limit ↵ | David Heinemeier Hansson | 2005-07-03 | 1 | -1/+43 |
| | | | | | | the result set with eager loading #1215 [Chris McGrath] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1619 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Made eager loading work with inheritance hierarchies #1065 [Ryan Carver] | David Heinemeier Hansson | 2005-04-10 | 1 | -2/+5 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1131 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added new Base.find API and deprecated find_all, find_first. Added ↵ | David Heinemeier Hansson | 2005-04-03 | 1 | -0/+14 |
preliminary support for eager loading of associations git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1077 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |