aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/post.rb
Commit message (Expand)AuthorAgeFilesLines
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Eager loading :through associations will join the :source model if there are ...Grant Ammons2010-07-081-0/+1
* Fix for get_ids when including a belongs_to association on a has_many associa...Diego Algorta2010-05-151-0/+1
* Add Relation extensionsPratik Naik2010-04-021-0/+6
* Make default_scope work with RelationsPratik Naik2010-01-231-0/+5
* Simplify calculation scope building. Remove :order from associations as it is...Pratik Naik2010-01-181-1/+1
* Rename named_scope to scopePratik Naik2010-01-181-7/+7
* Make relations work as scopesPratik Naik2010-01-171-4/+4
* Make sure named_scope names are not used as method names alreadyPratik Naik2010-01-171-2/+2
* Ensure hm:t#create respects source associations hash conditions [#2090 state:...mattbauer2009-06-211-0/+2
* Fixed bug that makes named_scopes _forgot_ current scopeDiego Algorta2009-02-251-0/+6
* Make sure inner scope conditions get a preference over the outer onesPratik Naik2009-01-241-0/+6
* explicitly including child associations that are also included in the parent ...Will Bryant2008-10-101-0/+1
* Fix has_many :through when the source is a belongs_to association. [#323 stat...Zach Dennis2008-10-041-0/+2
* Revert "Add :accessible option to Associations for allowing mass assignments ...Pratik Naik2008-09-101-6/+0
* Add :accessible option to Associations for allowing mass assignments using ha...David Dollar2008-07-141-0/+6
* Fix column collision with named_scope and :joins. [#46 state:resolved]Mark Catley2008-06-221-1/+6
* Ensure correct record is returned when preloading has_one where more than one...Frederick Cheung2008-05-061-0/+2
* Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ...Pratik Naik2008-04-061-0/+14
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-241-0/+2
* Make dynamic finders respect the :include on HasManyThrough associations. Cl...Michael Koziarski2008-02-181-1/+1
* Introduce preload query strategy for eager :includes. Closes #9640.Jeremy Kemper2008-01-191-0/+3
* move assets and modelsJeremy Kemper2008-01-181-0/+59