aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/alias_tracker.rb
Commit message (Expand)AuthorAgeFilesLines
* The join_nodes must be passed to the JoinDependency initializer and therefore...Jon Leighton2011-08-291-6/+12
* a few minor performance improvements: fewer strings, fewer range objects, few...Aaron Patterson2011-07-011-20/+12
* remove unused codesAaron Patterson2011-07-011-4/+0
* AliasTracker.pluralize use pluralize_table_names of modelGuillermo Iguaran2011-05-201-2/+2
* Fixing has_many association when ActiveRecord::Base.pluralize_table_names is ...Guillermo Iguaran2011-05-151-1/+1
* Resolve some TODO comments which I decided did not need anything doneJon Leighton2011-03-121-1/+1
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-24/+28
* Merge branch 'master' into nested_has_many_throughJon Leighton2010-12-121-13/+21
* Fix naughty trailing whitespaceJon Leighton2010-10-311-13/+13
* Some small tweaks on the last commitJon Leighton2010-10-121-2/+7
* Extract aliasing code from JoinDependency and JoinAssociation into a separate...Jon Leighton2010-10-121-0/+68