index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
arel
/
algebra
/
relations
Commit message (
Expand
)
Author
Age
Files
Lines
*
reorganizing more classes
Aaron Patterson
2010-07-26
1
-0
/
+16
*
reorganizing classes
Aaron Patterson
2010-07-26
2
-10
/
+70
*
more class organization
Aaron Patterson
2010-07-26
2
-0
/
+17
*
more class organizing
Aaron Patterson
2010-07-26
7
-6
/
+27
*
reducing files
Aaron Patterson
2010-07-26
1
-1
/
+5
*
initializing ivars
Aaron Patterson
2010-07-26
1
-0
/
+1
*
removing unused code
Aaron Patterson
2010-07-26
1
-15
/
+1
*
removing useless file
Aaron Patterson
2010-07-26
1
-4
/
+0
*
unfactoring metaprogramming
Aaron Patterson
2010-07-25
1
-2
/
+3
*
more unfactoring
Aaron Patterson
2010-07-25
1
-2
/
+13
*
more unfactoring
Aaron Patterson
2010-07-25
1
-4
/
+20
*
initializing variables
Aaron Patterson
2010-07-25
1
-0
/
+1
*
more unfactoring before we refactor
Aaron Patterson
2010-07-25
1
-3
/
+24
*
more unfactoring before we refactor
Aaron Patterson
2010-07-25
1
-3
/
+24
*
unfactoring more metaprogramming
Aaron Patterson
2010-07-25
1
-3
/
+9
*
moving engine to the child class for future refactoring
Aaron Patterson
2010-07-25
1
-1
/
+11
*
removing more meta programming
Aaron Patterson
2010-07-25
1
-3
/
+9
*
removing more metaprogramming
Aaron Patterson
2010-07-25
1
-4
/
+8
*
removing more metaprogramming
Aaron Patterson
2010-07-25
2
-11
/
+26
*
fixing warnings
Aaron Patterson
2010-07-25
3
-3
/
+2
*
unfactoring more meta programming
Aaron Patterson
2010-07-20
1
-3
/
+9
*
take advantage of inheritence for easier codes
Aaron Patterson
2010-07-20
1
-14
/
+16
*
refactor to use inheritence
Aaron Patterson
2010-07-20
1
-2
/
+6
*
inheritence meow meow meow
Aaron Patterson
2010-07-20
2
-3
/
+4
*
classify is not needed, so removing
Aaron Patterson
2010-07-20
1
-2
/
+5
*
use Session.instance rather than Session.new for easier code
Aaron Patterson
2010-07-20
1
-1
/
+1
*
Improve blocks usage.
Emilio Tagua
2010-06-24
5
-6
/
+6
*
Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in mem...
Ernie Miller
2010-05-21
1
-7
/
+11
*
Return nil when looking up an attribute by name that does not exist instead o...
Carl Lerche
2010-04-03
1
-8
/
+1
*
Create an Arel::Header class representing a relation's attributes
Carl Lerche
2010-04-02
5
-26
/
+27
*
Restrictions should be able to contain multiple predicates.
Carl Lerche
2010-03-23
1
-5
/
+5
*
Switch Arel::Relation to a module. This will allow for classes with Relation ...
Carl Lerche
2010-03-22
5
-7
/
+11
*
Fix uninitialized ivar warning
Emilio Tagua
2010-03-22
1
-0
/
+1
*
Add shared tests for skip
Carl Lerche
2010-03-12
1
-1
/
+2
*
Add full stack tests for #take
Carl Lerche
2010-03-12
1
-1
/
+2
*
Support in memory ordering better.
Carl Lerche
2010-03-12
3
-11
/
+21
*
Merge branch 'master' of github.com:brynary/arel
Emilio Tagua
2010-03-12
1
-0
/
+9
|
\
|
*
Start writing integration specs for arel.
Carl Lerche
2010-03-11
1
-0
/
+9
*
|
Add accessibility to projections applied to the relation.
Emilio Tagua
2010-03-12
2
-1
/
+2
|
/
*
Arel doesn't has to know if a table or column exists.
Emilio Tagua
2010-03-10
1
-2
/
+3
*
Make sure string join relations can be chained
Pratik Naik
2010-01-13
1
-0
/
+4
*
Add support for table aliasing
Pratik Naik
2010-01-01
1
-1
/
+1
*
Attributes may be an Arel value which doesn't respond to aggregation?, don't ...
Emilio Tagua
2009-12-29
1
-1
/
+1
*
Added having to use in combination with group to filter records.
Emilio Tagua
2009-12-28
3
-2
/
+16
*
Added lock to Arel, allowing a locking read if required.
Emilio Tagua
2009-12-27
3
-1
/
+18
*
Added "from" method, allowing to specify custom from clauses.
Emilio Tagua
2009-12-27
3
-2
/
+9
*
Accept Arel::Value in hash values and treat them properly.
Emilio Tagua
2009-08-14
1
-1
/
+1
*
Expand usages of #hash_on. The #hash definition it produces looks broken, but...
Bryan Helmkamp
2009-05-18
2
-3
/
+18
*
Removing two unused externalizable? methods
Bryan Helmkamp
2009-05-17
2
-8
/
+0
*
Whitespace
Bryan Helmkamp
2009-05-17
9
-21
/
+21
[next]