aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/relations/operations
Commit message (Expand)AuthorAgeFilesLines
* removing test code from implementationAaron Patterson2010-08-062-13/+0
* separating test code from implementation codeAaron Patterson2010-08-041-7/+0
* removing Group#==, improving Group testAaron Patterson2010-08-041-7/+0
* unfactoring JOIN to_sqlAaron Patterson2010-08-021-0/+4
* unfactoring WHERE to_sqlAaron Patterson2010-08-021-0/+4
* changing default value to TrueClassAaron Patterson2010-07-301-7/+1
* PERF: removing another def engineAaron Patterson2010-07-301-11/+0
* PERF: removing another def engineAaron Patterson2010-07-301-11/+0
* PERF: removing another def engineAaron Patterson2010-07-301-11/+0
* PERF: removing def engineAaron Patterson2010-07-301-11/+0
* better tests for Taken constructor, removing Take#==Aaron Patterson2010-07-301-7/+0
* better tests for Where construction, removing Where#==Aaron Patterson2010-07-301-7/+0
* PERF: pushing christener down for faster method lookup and callingAaron Patterson2010-07-291-1/+2
* PERF: removing many splatsAaron Patterson2010-07-295-5/+5
* call map to make perftools reports more niceAaron Patterson2010-07-281-1/+1
* PERF: fewer objects, using attr_reader for faster method lookupAaron Patterson2010-07-281-6/+2
* initializing variables, removing ==Aaron Patterson2010-07-281-7/+1
* #hash #eql? and #== were only used in tests. removed them and wrote better testsAaron Patterson2010-07-281-14/+0
* block not usedAaron Patterson2010-07-271-1/+1
* PERF: dead code is deadAaron Patterson2010-07-271-1/+0
* 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
* 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
* more class organizationAaron Patterson2010-07-262-0/+17
* more class organizingAaron Patterson2010-07-266-6/+23
* removing useless fileAaron Patterson2010-07-261-4/+0
* 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-252-2/+1
* unfactoring more meta programmingAaron Patterson2010-07-201-3/+9
* refactor to use inheritenceAaron Patterson2010-07-201-2/+6
* inheritence meow meow meowAaron Patterson2010-07-201-3/+0
* Improve blocks usage.Emilio Tagua2010-06-243-3/+3
* Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in mem...Ernie Miller2010-05-211-7/+11
* Create an Arel::Header class representing a relation's attributesCarl Lerche2010-04-022-3/+2
* 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-221-2/+4
* Add shared tests for skipCarl Lerche2010-03-121-1/+2
* Add full stack tests for #takeCarl Lerche2010-03-121-1/+2