aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | more class organizationAaron Patterson2010-07-263-21/+17
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | more class organizingAaron Patterson2010-07-268-39/+27
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | reducing filesAaron Patterson2010-07-263-11/+5
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | initializing ivarsAaron Patterson2010-07-261-0/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | removing unused codeAaron Patterson2010-07-261-15/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | better organizing classesAaron Patterson2010-07-264-14/+8
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | removing more duplicationAaron Patterson2010-07-269-118/+90
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | removing unhelful organizationAaron Patterson2010-07-263-104/+66
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | removing more useless filesAaron Patterson2010-07-263-6/+2
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | removing useless fileAaron Patterson2010-07-262-5/+0
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | removing unhelpful organizationAaron Patterson2010-07-263-101/+58
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | speed up method lookup by not mixing in modulesAaron Patterson2010-07-252-31/+21
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | inject is slow, lets use Hash[] and map {}Aaron Patterson2010-07-251-3/+3
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | do not use a module as it slows down method lookupAaron Patterson2010-07-251-8/+4
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | |