aboutsummaryrefslogtreecommitdiffstats
path: root/spec/algebra/unit/relations
Commit message (Collapse)AuthorAgeFilesLines
* stripping the spec helperAaron Patterson2010-08-121-38/+0
|
* removing test code from implementationAaron Patterson2010-08-061-1/+4
|
* removing test code from implementationAaron Patterson2010-08-061-4/+17
|
* unfactoring more module inclusionAaron Patterson2010-08-061-1/+1
|
* separating test code from implementation codeAaron Patterson2010-08-041-1/+4
|
* adding a spec for Group#to_sqlAaron Patterson2010-08-041-0/+2
|
* removing Group#==, improving Group testAaron Patterson2010-08-041-1/+4
|
* better tests for Taken constructor, removing Take#==Aaron Patterson2010-07-301-1/+3
|
* better tests for Where construction, removing Where#==Aaron Patterson2010-07-301-2/+11
|
* PERF: removing many splatsAaron Patterson2010-07-292-7/+7
|
* refactor for faster method lookupAaron Patterson2010-07-281-1/+1
|
* initializing variables, removing ==Aaron Patterson2010-07-281-2/+4
|
* Enumerable implements #firstAaron Patterson2010-07-281-1/+1
|
* #hash #eql? and #== were only used in tests. removed them and wrote better testsAaron Patterson2010-07-282-12/+17
|
* PERF: *args is slow. also removing a non-featureAaron Patterson2010-07-271-2/+2
|
* use Session.instance rather than Session.new for easier codeAaron Patterson2010-07-201-6/+6
|
* 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-0/+1
|
* We're obviously writing specs for arel. No need for a sub directory.Carl Lerche2010-03-1213-0/+397