aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixing incompatibilities with ARAaron Patterson2010-07-216-14/+50
|
* Also remove submodule link, otherwise it will cause massive pain for people ↵José Valim2010-07-211-6/+0
| | | | pulling out ARel.
* 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-205-10/+52
|
* 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-202-18/+15
|
* gitmodules are not needed anymore, AR is on Gemfile for testing purposes ↵Santiago Pastorino2010-07-212-5/+0
| | | | only and AS is on gemspec
* use Session.instance rather than Session.new for easier codeAaron Patterson2010-07-204-37/+21
|
* delegate and call cached connectionAaron Patterson2010-07-201-3/+4
|
* a short inspect is not helpfulAaron Patterson2010-07-203-16/+0
|
* use object id as the weak ref keyAaron Patterson2010-07-201-3/+4
|
* avoid shadowing a variableAaron Patterson2010-07-202-7/+7
|
* using vendor/rails if the environment variable is not setAaron Patterson2010-07-201-2/+2
|
* avoid double call to to_s, avoid present?Aaron Patterson2010-07-201-1/+5
|
* add active support to the load pathAaron Patterson2010-07-201-1/+2
|
* 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 ↵Emilio Tagua2010-06-232-7/+8
| | | | subquery.
* Add support for counting rows with conditions or limit using a subquery.Emilio Tagua2010-06-232-6/+35
|
* 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-192-2/+10
|
* Bump version to 0.4.0Emilio Tagua2010-06-082-2/+2
|
* Remove unnecessary code since AS beta1 is out.Emilio Tagua2010-05-311-13/+0
|
* Merge remote branch 'ernie/master'Emilio Tagua2010-05-272-3/+3
|\
| * Whitespace cleanupErnie Miller2010-05-272-3/+3
| |
| * Merge branch 'brynary'Ernie Miller2010-05-2632-116/+116
| |\
* | \ Merge branch 'master' of github.com:brynary/arelEmilio Tagua2010-05-2732-116/+116
|\ \ \ | |/ / |/| / | |/
| * Whitespace fixesBryan Helmkamp2010-05-2632-116/+116
| |
* | Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in ↵Ernie Miller2010-05-2110-28/+93
|/ | | | memory engine, and make having clauses behave like where clauses in SQL engine (join with AND, allow multiple calls to having to add predicates)
* No longer define predications using metaprogramming.Ernie Miller2010-05-141-36/+116
|
* Removal of operator overridesErnie Miller2010-05-071-19/+1
|
* Tests for ranges with excluded ends and complementsErnie Miller2010-05-072-5/+82
|
* noteq -> not_eq, notmatches -> not_matches, notin -> not_inErnie Miller2010-05-072-7/+7
|
* Inequality shouldn't descend from equality, due to Rails type checks, and ↵Ernie Miller2010-05-077-18/+12
| | | | resolve conflicts from rebase
* Alternate syntax for Predicate#and and Predicate#or, using & and |Ernie Miller2010-05-071-0/+8
|
* Support predicate complements and alternate not syntax (overload BasicObject#!)Ernie Miller2010-05-077-51/+166
|
* Tests for notmatches and notin, and fixes for issues found in testsErnie Miller2010-05-076-21/+106
|