aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* replacing "let" with "tap"Aaron Patterson2010-07-258-13/+9
|
* removing unused fileAaron Patterson2010-07-252-33/+0
|
* the rest of the unfactoring!Aaron Patterson2010-07-251-3/+12
|
* removing more metaprogrammingAaron Patterson2010-07-251-2/+13
|
* unfactoring metaprogrammingAaron Patterson2010-07-251-2/+3
|
* more unfactoringAaron Patterson2010-07-251-2/+13
|
* 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-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-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
|