aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/relations
Commit message (Expand)AuthorAgeFilesLines
* reorganizing more classesAaron Patterson2010-07-261-0/+16
* reorganizing classesAaron Patterson2010-07-262-10/+70
* more class organizationAaron Patterson2010-07-262-0/+17
* more class organizingAaron Patterson2010-07-267-6/+27
* reducing filesAaron Patterson2010-07-261-1/+5
* initializing ivarsAaron Patterson2010-07-261-0/+1
* removing unused codeAaron Patterson2010-07-261-15/+1
* removing useless fileAaron Patterson2010-07-261-4/+0
* 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-253-3/+2
* unfactoring more meta programmingAaron Patterson2010-07-201-3/+9
* take advantage of inheritence for easier codesAaron Patterson2010-07-201-14/+16
* refactor to use inheritenceAaron Patterson2010-07-201-2/+6
* inheritence meow meow meowAaron Patterson2010-07-202-3/+4
* classify is not needed, so removingAaron Patterson2010-07-201-2/+5
* use Session.instance rather than Session.new for easier codeAaron Patterson2010-07-201-1/+1
* Improve blocks usage.Emilio Tagua2010-06-245-6/+6
* Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in mem...Ernie Miller2010-05-211-7/+11
* Return nil when looking up an attribute by name that does not exist instead o...Carl Lerche2010-04-031-8/+1
* Create an Arel::Header class representing a relation's attributesCarl Lerche2010-04-025-26/+27
* Restrictions should be able to contain multiple predicates.Carl Lerche2010-03-231-5/+5
* Switch Arel::Relation to a module. This will allow for classes with Relation ...Carl Lerche2010-03-225-7/+11
* Fix uninitialized ivar warningEmilio Tagua2010-03-221-0/+1
* Add shared tests for skipCarl Lerche2010-03-121-1/+2
* Add full stack tests for #takeCarl Lerche2010-03-121-1/+2
* Support in memory ordering better.Carl Lerche2010-03-123-11/+21
* Merge branch 'master' of github.com:brynary/arelEmilio Tagua2010-03-121-0/+9
|\
| * Start writing integration specs for arel.Carl Lerche2010-03-111-0/+9
* | Add accessibility to projections applied to the relation.Emilio Tagua2010-03-122-1/+2
|/
* Arel doesn't has to know if a table or column exists.Emilio Tagua2010-03-101-2/+3
* Make sure string join relations can be chainedPratik Naik2010-01-131-0/+4
* Add support for table aliasingPratik Naik2010-01-011-1/+1
* Attributes may be an Arel value which doesn't respond to aggregation?, don't ...Emilio Tagua2009-12-291-1/+1
* Added having to use in combination with group to filter records.Emilio Tagua2009-12-283-2/+16
* Added lock to Arel, allowing a locking read if required.Emilio Tagua2009-12-273-1/+18
* Added "from" method, allowing to specify custom from clauses.Emilio Tagua2009-12-273-2/+9
* Accept Arel::Value in hash values and treat them properly.Emilio Tagua2009-08-141-1/+1
* Expand usages of #hash_on. The #hash definition it produces looks broken, but...Bryan Helmkamp2009-05-182-3/+18
* Removing two unused externalizable? methodsBryan Helmkamp2009-05-172-8/+0
* WhitespaceBryan Helmkamp2009-05-179-21/+21