aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | Add some API documentation about nested through associationsJon Leighton2010-10-191-8/+52
* | Remove various comments and code which were just being used during the develo...Jon Leighton2010-10-191-8/+0
* | Small refactoringJon Leighton2010-10-191-6/+2
* | Bugfix/refactoringJon Leighton2010-10-191-6/+6
* | Support for :primary_key option on the source reflection of a through associa...Jon Leighton2010-10-191-6/+4
* | Properly support conditions on any of the reflections involved in a nested th...Jon Leighton2010-10-191-6/+9
* | Make sure nested through associations are read onlyJon Leighton2010-10-151-0/+6
* | Fix small bug which was shown by the last commitJon Leighton2010-10-151-1/+1
* | First bit of support for habtm in through assocs - test_has_many_through_has_...Jon Leighton2010-10-131-10/+35
* | Some small tweaks on the last commitJon Leighton2010-10-121-17/+5
* | Extract aliasing code from JoinDependency and JoinAssociation into a separate...Jon Leighton2010-10-121-41/+15
* | Refactoring to remove duplication introduced by the last commitJon Leighton2010-10-101-160/+145
* | Add support for nested through associations in JoinAssociation. Hence Foo.joi...Jon Leighton2010-10-091-89/+85
* | Refactoring JoinDependency and friends. This improves the code (IMO) includin...Jon Leighton2010-10-061-183/+307
* | Initial nested_has_many_through support [#1152]Bodaniel Jeanes2010-09-261-0/+1
|/
* avoid a proc objectAaron Patterson2010-09-221-1/+1
* avoid creating a range objectAaron Patterson2010-09-221-1/+1
* drying up construct_associationAaron Patterson2010-09-211-15/+15
* dry up some conditionalsAaron Patterson2010-09-211-3/+4
* fixing case / when indentationAaron Patterson2010-09-211-19/+19
* fix case / when indentationAaron Patterson2010-09-211-18/+18
* avoid a hash lookupAaron Patterson2010-09-211-2/+2
* refacoring duplicate code. <3 <3 <3Aaron Patterson2010-09-211-2/+3
* this reject can be replaced with compactAaron Patterson2010-09-211-1/+1
* removing unused codeAaron Patterson2010-09-211-2/+1
* remove some repeated codeAaron Patterson2010-09-211-2/+2
* break up giant methodAaron Patterson2010-09-211-62/+72
* removing lolinjectAaron Patterson2010-09-211-1/+1
* remove join table rows before removing owner row for habtm associations, fixe...Hemant Kumar2010-09-211-1/+1
* providing arel with column information when possible [#5392 state:resolved]Aaron Patterson2010-09-211-3/+10
* Use new finders syntax in docs.Emilio Tagua2010-09-011-1/+1
* lifecycle should be two words, life cycleJaime Iniesta2010-08-261-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-172/+172
* converting to a symbol is not necessaryAaron Patterson2010-08-131-1/+1
* Removing most of the symbol to proc usage in Active RecordPrem Sichanugrist2010-08-131-6/+6
* be more precise re :validate and :autosaveXavier Noria2010-08-121-4/+4
* revises some autosave docs, style and contentXavier Noria2010-08-121-2/+1
* adding more documentation for autosave optionNeeraj Singh2010-08-091-1/+2
* updating documentation for method configure_dependency_for_has_manyNeeraj Singh2010-08-061-8/+5
* Merge remote branch 'docrails/master' into 3-0-stableXavier Noria2010-08-031-182/+269
|\
| * ensuring that documentation does not exceed 100 columnsNeeraj Singh2010-08-011-180/+267
| * fixing documentation just a little bitNeeraj Singh2010-07-311-2/+2
* | Remove duplicated logic.José Valim2010-08-021-7/+9
* | Eager loading an association should not change the count of childrenNeeraj Singh2010-08-021-0/+4
* | Tidy up previous commit.José Valim2010-08-021-3/+3
* | test and fix collection_singular_ids= with string primary keys [#5125 state:r...Robert Pankowecki2010-08-021-1/+3
* | Add an internal (private API) after_touch callback. [#5271 state:resolved]José Valim2010-08-021-0/+1
|/
* removed ambiguity from autosave descriptionSimon Tokumine2010-07-281-1/+1
* Added missing require of remove_methodŁukasz Strzałkowski2010-07-191-0/+1
* Make use of redefine_method, removed some more redefining warningsŁukasz Strzałkowski2010-07-191-27/+12