aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Remove now unused quote_table_name, ARel does that quoting now.Emilio Tagua2009-08-181-7/+0
| * | | | | | | | | | | | habtm insertion with ARel integration.Emilio Tagua2009-08-181-8/+5
| * | | | | | | | | | | | habtm delete method integrated with ARel.Emilio Tagua2009-08-181-4/+5
| * | | | | | | | | | | | Call to_sql method on ActiveRecord::Relation instance not it's relationEmilio Tagua2009-08-181-1/+1
| * | | | | | | | | | | | Override respond_to? in ActiveRecord::Relation to go withEmilio Tagua2009-08-181-0/+8
| * | | | | | | | | | | | Cache arel_table when possible, use class method arel_table insteadEmilio Tagua2009-08-182-12/+13
| * | | | | | | | | | | | Cache #arel_able when possible.Emilio Tagua2009-08-181-2/+5
| * | | | | | | | | | | | Inline initializer setup.Emilio Tagua2009-08-181-2/+1
| * | | | | | | | | | | | Use immutable relation objects to generate queries.Emilio Tagua2009-08-184-81/+76
| * | | | | | | | | | | | Use explicit method definition instead of metaprogramming.Emilio Tagua2009-08-181-11/+16
| * | | | | | | | | | | | Relation#joins! should know what to join instead of delegating toEmilio Tagua2009-08-181-7/+13
| * | | | | | | | | | | | Use finder options as relation method names to provide more familiarEmilio Tagua2009-08-184-50/+65
| * | | | | | | | | | | | Clean up relation joins when finding records with included associations.Emilio Tagua2009-08-171-12/+12
| * | | | | | | | | | | | Merge commit 'rails/master'Emilio Tagua2009-08-172-42/+3
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Remove group when building the relation, it will be added later ifEmilio Tagua2009-08-161-1/+0
| * | | | | | | | | | | | | Don't use regular rinder on calculations since scoping order blowsEmilio Tagua2009-08-141-1/+7
| * | | | | | | | | | | | | Merge commit 'rails/master'Emilio Tagua2009-08-143-64/+49
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Use ARel's joins when building a query for finding records with includedEmilio Tagua2009-08-144-74/+88
| * | | | | | | | | | | | | | Merge commit 'rails/master'Emilio Tagua2009-08-102-150/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'rails/master'Emilio Tagua2009-08-1021-51/+240
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'rails/master'Emilio Tagua2009-08-102-14/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'rails/master'Emilio Tagua2009-08-083-1/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Removed unused methods.Emilio Tagua2009-08-071-70/+56
| * | | | | | | | | | | | | | | | | | Removed useless OR.Emilio Tagua2009-08-071-1/+1
| * | | | | | | | | | | | | | | | | | Don't scope order in calculations.'Emilio Tagua2009-08-071-1/+1
| * | | | | | | | | | | | | | | | | | More work on removing plain SQL from associations and use ARel instead.Emilio Tagua2009-08-072-31/+39
| * | | | | | | | | | | | | | | | | | Merge commit 'rails/master'Emilio Tagua2009-08-061-2/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'rails/master'Emilio Tagua2009-08-059-188/+79
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Added collection iteration to AR::Relation.Emilio Tagua2009-08-031-0/+4
| * | | | | | | | | | | | | | | | | | | | Don't use local vars before testing its conditional.Emilio Tagua2009-08-031-6/+6
| * | | | | | | | | | | | | | | | | | | | Merge commit 'rails/master'Emilio Tagua2009-08-035-36/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'rails/master'Emilio Tagua2009-07-3123-556/+757
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Added ActiveRecord::Relation tests. Allow Relation to accept conditionalEmilio Tagua2009-07-312-3/+20
| * | | | | | | | | | | | | | | | | | | | | | Performance: cache/reload arel relation when possible to speed up things.Emilio Tagua2009-07-212-6/+7
| * | | | | | | | | | | | | | | | | | | | | | Removed unused local variable.Emilio Tagua2009-07-211-1/+0
| * | | | | | | | | | | | | | | | | | | | | | Introduced ActiveRecord::Relation, a layer between an ARel relation and an AR...Emilio Tagua2009-07-214-45/+68
| * | | | | | | | | | | | | | | | | | | | | | Merge commit 'rails/master'Emilio Tagua2009-07-212-8/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'rails/master'Emilio Tagua2009-07-201-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Performance boost for AR#createEmilio Tagua2009-07-201-3/+4
| * | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'rails/master'Emilio Tagua2009-07-164-9/+35
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Added ActiveRecord::Base#(where|join|project|group|order|take|skip) methods.Emilio Tagua2009-07-162-40/+59
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'rails/master'Emilio Tagua2009-07-144-115/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'rails/master'Emilio Tagua2009-07-063-141/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'rails/master'Emilio Tagua2009-07-011-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Create is now powered by Arel. Removed methods that are no longer used.Emilio Tagua2009-07-013-18/+19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Small refactor to update_all.Emilio Tagua2009-07-011-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'rails/master'Emilio Tagua2009-06-304-28/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'rails/master'Emilio Tagua2009-06-302-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'rails/master'Emilio Tagua2009-06-305-1/+59
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactoring: Calculations now use construct_finder_sql instead they own method.Emilio Tagua2009-06-232-25/+8