aboutsummaryrefslogtreecommitdiffstats
path: root/spec/algebra
Commit message (Expand)AuthorAgeFilesLines
* stripping the spec helperAaron Patterson2010-08-121-38/+0
* unfactoring module inclusionAaron Patterson2010-08-061-1/+1
* add an operator to inequalityAaron Patterson2010-08-061-0/+6
* 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
* removing module for faster method lookupAaron Patterson2010-07-301-1/+1
* 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
* speed up method lookup and reduce API footprintAaron Patterson2010-07-281-1/+1
* #hash #eql? and #== were only used in tests. removed them and wrote better testsAaron Patterson2010-07-282-12/+17
* fixing spec case for method lookup improvementAaron Patterson2010-07-271-1/+1
* PERF: *args is slow. also removing a non-featureAaron Patterson2010-07-271-2/+2
* inequality is a special case of equalityAaron Patterson2010-07-202-0/+48
* CRUD is not being reused, so we should not expose itAaron Patterson2010-07-201-1/+1
* use Session.instance rather than Session.new for easier codeAaron Patterson2010-07-202-12/+12
* a short inspect is not helpfulAaron Patterson2010-07-202-12/+0
* 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
* Move the relation "integration" specs to specs/relationsCarl Lerche2010-03-121-31/+0
* Organize the matchers a bit moreCarl Lerche2010-03-121-87/+0
* Add support for a NOT predicateCarl Lerche2010-03-121-0/+33
* We're obviously writing specs for arel. No need for a sub directory.Carl Lerche2010-03-1221-0/+883