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
/
engines
Commit message (
Expand
)
Author
Age
Files
Lines
*
implementing hash is a non-requirement
Aaron Patterson
2010-07-28
1
-8
/
+0
*
simplifying the Christener
Aaron Patterson
2010-07-28
2
-8
/
+10
*
PostgreSQLCompiler#select_sql fixed
Santiago Pastorino
2010-07-28
1
-12
/
+20
*
oops! removing debug puts
Aaron Patterson
2010-07-27
1
-1
/
+0
*
PERF: reducing delegate methods
Aaron Patterson
2010-07-27
1
-0
/
+1
*
fixing AR incompatibility
Aaron Patterson
2010-07-27
1
-1
/
+1
*
PERF: fewer objects
Aaron Patterson
2010-07-27
2
-3
/
+4
*
PERF: removing more method missing
Aaron Patterson
2010-07-27
2
-33
/
+35
*
PERF: eliminating method_missing
Aaron Patterson
2010-07-27
5
-20
/
+12
*
PERF: avoiding more method missing
Aaron Patterson
2010-07-27
2
-4
/
+21
*
PERF: caching engine, fewer calls to method_missing
Aaron Patterson
2010-07-26
1
-1
/
+6
*
PERF: removing *args calls, do not call send on protected methods then they a...
Aaron Patterson
2010-07-26
1
-9
/
+18
*
PERF: cache christener, initialize hash in initialize
Aaron Patterson
2010-07-26
2
-6
/
+12
*
removing cattr_accessor
Aaron Patterson
2010-07-26
1
-1
/
+10
*
more class reorganization
Aaron Patterson
2010-07-26
1
-6
/
+0
*
more class reorganization
Aaron Patterson
2010-07-26
2
-34
/
+0
*
reorganizing classes more
Aaron Patterson
2010-07-26
3
-29
/
+0
*
reorganizing more classes
Aaron Patterson
2010-07-26
4
-29
/
+0
*
reorganizing classes
Aaron Patterson
2010-07-26
2
-66
/
+0
*
more class organization
Aaron Patterson
2010-07-26
1
-21
/
+0
*
more class organizing
Aaron Patterson
2010-07-26
1
-33
/
+0
*
reducing files
Aaron Patterson
2010-07-26
2
-10
/
+0
*
better organizing classes
Aaron Patterson
2010-07-26
2
-14
/
+0
*
removing more duplication
Aaron Patterson
2010-07-26
3
-112
/
+0
*
removing unhelful organization
Aaron Patterson
2010-07-26
2
-104
/
+0
*
removing more useless files
Aaron Patterson
2010-07-26
3
-6
/
+2
*
removing unhelpful organization
Aaron Patterson
2010-07-26
2
-100
/
+0
*
speed up method lookup by not mixing in modules
Aaron Patterson
2010-07-25
2
-31
/
+21
*
the rest of the unfactoring!
Aaron Patterson
2010-07-25
1
-3
/
+12
*
fixing warnings
Aaron Patterson
2010-07-25
1
-1
/
+1
*
fixing incompatibilities with AR
Aaron Patterson
2010-07-21
3
-4
/
+3
*
take advantage of inheritence for easier codes
Aaron Patterson
2010-07-20
2
-4
/
+4
*
inequality is a special case of equality
Aaron Patterson
2010-07-20
2
-2
/
+2
*
delegate and call cached connection
Aaron Patterson
2010-07-20
1
-3
/
+4
*
avoid double call to to_s, avoid present?
Aaron Patterson
2010-07-20
1
-1
/
+5
*
Use block_given? instead defining block.
Emilio Tagua
2010-06-24
1
-2
/
+6
*
Performance: use blocks only when needed.
Emilio Tagua
2010-06-24
1
-2
/
+6
*
Allow externally defined AR adapters to define their own compiler.
Myron Marston
2010-06-23
1
-2
/
+8
*
Don't use a subquery when there are joins. Use a required alias for the subqu...
Emilio Tagua
2010-06-23
1
-3
/
+4
*
Add support for counting rows with conditions or limit using a subquery.
Emilio Tagua
2010-06-23
1
-6
/
+17
*
fixed having clause for Oracle compiler
Raimonds Simanovskis
2010-06-19
1
-2
/
+2
*
use subquery to get first records if DISTINCT is used (in Oracle compiler)
Raimonds Simanovskis
2010-06-19
1
-2
/
+2
*
Merge branch 'master' of github.com:brynary/arel
Emilio Tagua
2010-05-27
9
-25
/
+25
|
\
|
*
Whitespace fixes
Bryan Helmkamp
2010-05-26
9
-25
/
+25
*
|
Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in mem...
Ernie Miller
2010-05-21
2
-3
/
+3
|
/
*
Inequality shouldn't descend from equality, due to Rails type checks, and res...
Ernie Miller
2010-05-07
5
-14
/
+2
*
Support predicate complements and alternate not syntax (overload BasicObject#!)
Ernie Miller
2010-05-07
5
-27
/
+42
*
Tests for notmatches and notin, and fixes for issues found in tests
Ernie Miller
2010-05-07
2
-6
/
+53
*
Rename Attribute Not -> Inequality and add a Not predicate (complement)
Ernie Miller
2010-05-07
2
-7
/
+15
*
Cleaner support for Ranges with excluded end.
Ernie Miller
2010-05-07
1
-0
/
+10
[next]