aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/relations
Commit message (Expand)AuthorAgeFilesLines
* PERF: NERD RAGE. never called with a block, so no need to testAaron Patterson2010-07-271-3/+2
* PERF: again. never called with a block, so no need to test :-(Aaron Patterson2010-07-271-2/+1
* PERF: never called with a block, so no need to testAaron Patterson2010-07-271-3/+2
* never called with a block, so no reason to testAaron Patterson2010-07-271-1/+0
* constantize is not requiredAaron Patterson2010-07-271-1/+1
* PERF: fewer objectsAaron Patterson2010-07-271-1/+8
* PERF: a block is never given to this method, so stop checkingAaron Patterson2010-07-262-3/+4
* PERF: symbol to proc is slow, lets remove itAaron Patterson2010-07-261-1/+1
* PERF: removing *args calls, do not call send on protected methods then they a...Aaron Patterson2010-07-261-20/+18
* PERF: cache christener, initialize hash in initializeAaron Patterson2010-07-261-0/+1
* more class reorganizationAaron Patterson2010-07-261-0/+4
* more class reorganizationAaron Patterson2010-07-261-2/+28
* reorganizing classes moreAaron Patterson2010-07-261-0/+11
* reorganizing more classesAaron Patterson2010-07-261-0/+16
* reorganizing classesAaron Patterson2010-07-262-10/+70
* more class organizationAaron Patterson2010-07-262-0/+17
* more class organizingAaron Patterson2010-07-267-6/+27
* reducing filesAaron Patterson2010-07-261-1/+5
* initializing ivarsAaron Patterson2010-07-261-0/+1
* removing unused codeAaron Patterson2010-07-261-15/+1
* removing useless fileAaron Patterson2010-07-261-4/+0
* unfactoring metaprogrammingAaron Patterson2010-07-251-2/+3
* more unfactoringAaron Patterson2010-07-251-2/+13
* more unfactoringAaron Patterson2010-07-251-4/+20
* initializing variablesAaron Patterson2010-07-251-0/+1
* more unfactoring before we refactorAaron Patterson2010-07-251-3/+24
* more unfactoring before we refactorAaron Patterson2010-07-251-3/+24
* unfactoring more metaprogrammingAaron Patterson2010-07-251-3/+9
* moving engine to the child class for future refactoringAaron Patterson2010-07-251-1/+11
* removing more meta programmingAaron Patterson2010-07-251-3/+9
* removing more metaprogrammingAaron Patterson2010-07-251-4/+8
* removing more metaprogrammingAaron Patterson2010-07-252-11/+26
* fixing warningsAaron Patterson2010-07-253-3/+2
* unfactoring more meta programmingAaron Patterson2010-07-201-3/+9
* take advantage of inheritence for easier codesAaron Patterson2010-07-201-14/+16
* refactor to use inheritenceAaron Patterson2010-07-201-2/+6
* inheritence meow meow meowAaron Patterson2010-07-202-3/+4
* classify is not needed, so removingAaron Patterson2010-07-201-2/+5
* use Session.instance rather than Session.new for easier codeAaron Patterson2010-07-201-1/+1
* Improve blocks usage.Emilio Tagua2010-06-245-6/+6
* Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in mem...Ernie Miller2010-05-211-7/+11
* Return nil when looking up an attribute by name that does not exist instead o...Carl Lerche2010-04-031-8/+1
* Create an Arel::Header class representing a relation's attributesCarl Lerche2010-04-025-26/+27
* Restrictions should be able to contain multiple predicates.Carl Lerche2010-03-231-5/+5
* Switch Arel::Relation to a module. This will allow for classes with Relation ...Carl Lerche2010-03-225-7/+11
* Fix uninitialized ivar warningEmilio Tagua2010-03-221-0/+1
* Add shared tests for skipCarl Lerche2010-03-121-1/+2
* Add full stack tests for #takeCarl Lerche2010-03-121-1/+2
* Support in memory ordering better.Carl Lerche2010-03-123-11/+21
* Merge branch 'master' of github.com:brynary/arelEmilio Tagua2010-03-121-0/+9
|\