aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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-254-4/+3
* custom inspect is not helpfulAaron Patterson2010-07-211-4/+0
* reuse our superclassAaron Patterson2010-07-211-5/+8
* fixing incompatibilities with ARAaron Patterson2010-07-215-14/+23
* unfactoring more meta programmingAaron Patterson2010-07-201-3/+9
* take advantage of inheritence for easier codesAaron Patterson2010-07-203-18/+20
* removing more meta programmingAaron Patterson2010-07-201-2/+10
* refactor to use inheritenceAaron Patterson2010-07-201-2/+6
* inheritence meow meow meowAaron Patterson2010-07-202-3/+4
* inequality is a special case of equalityAaron Patterson2010-07-203-10/+4
* superclass == works great!Aaron Patterson2010-07-201-4/+0
* comparing children directlyAaron Patterson2010-07-201-8/+1
* partial unfuckAaron Patterson2010-07-201-5/+2
* use OO instead of meta programmingAaron Patterson2010-07-201-10/+16
* remove useless metaprogrammingAaron Patterson2010-07-201-1/+1
* use OO to avoid meta programmingAaron Patterson2010-07-201-6/+5
* classify is not needed, so removingAaron Patterson2010-07-201-2/+5
* CRUD is not being reused, so we should not expose itAaron Patterson2010-07-201-17/+14
* use Session.instance rather than Session.new for easier codeAaron Patterson2010-07-202-25/+9
* delegate and call cached connectionAaron Patterson2010-07-201-3/+4
* a short inspect is not helpfulAaron Patterson2010-07-201-4/+0
* use object id as the weak ref keyAaron Patterson2010-07-201-3/+4
* avoid shadowing a variableAaron Patterson2010-07-201-2/+2
* avoid double call to to_s, avoid present?Aaron Patterson2010-07-201-1/+5
* Use block_given? instead defining block.Emilio Tagua2010-06-241-2/+6
* Performance: use blocks only when needed.Emilio Tagua2010-06-241-2/+6
* Improve blocks usage.Emilio Tagua2010-06-245-6/+6
* Allow externally defined AR adapters to define their own compiler.Myron Marston2010-06-231-2/+8
* Speed up Header#each by avoiding &block creationJeremy Kemper2010-06-231-2/+2
* Don't use a subquery when there are joins. Use a required alias for the subqu...Emilio Tagua2010-06-231-3/+4
* Add support for counting rows with conditions or limit using a subquery.Emilio Tagua2010-06-231-6/+17
* fixed having clause for Oracle compilerRaimonds Simanovskis2010-06-191-2/+2
* use subquery to get first records if DISTINCT is used (in Oracle compiler)Raimonds Simanovskis2010-06-191-2/+2
* Bump version to 0.4.0Emilio Tagua2010-06-081-1/+1
* Remove unnecessary code since AS beta1 is out.Emilio Tagua2010-05-311-13/+0
* Merge branch 'master' of github.com:brynary/arelEmilio Tagua2010-05-2714-83/+83
|\
| * Whitespace fixesBryan Helmkamp2010-05-2614-83/+83
* | Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in mem...Ernie Miller2010-05-213-10/+14
|/
* No longer define predications using metaprogramming.Ernie Miller2010-05-141-36/+116
* Removal of operator overridesErnie Miller2010-05-071-19/+1
* noteq -> not_eq, notmatches -> not_matches, notin -> not_inErnie Miller2010-05-071-3/+3
* Inequality shouldn't descend from equality, due to Rails type checks, and res...Ernie Miller2010-05-076-15/+9
* Alternate syntax for Predicate#and and Predicate#or, using & and |Ernie Miller2010-05-071-0/+8