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
*
caching existence of a table
Aaron Patterson
2010-07-30
1
-4
/
+4
*
PERF: where is only ever called with 0 or 1 arguments. eliminate *args
Aaron Patterson
2010-07-30
1
-1
/
+1
*
PERF: fewer function calls
Aaron Patterson
2010-07-30
1
-6
/
+7
*
fewer function calls
Aaron Patterson
2010-07-29
1
-1
/
+2
*
PERF: avoid *args
Aaron Patterson
2010-07-29
1
-1
/
+3
*
PERF: pushing christener down for faster method lookup and calling
Aaron Patterson
2010-07-29
1
-1
/
+2
*
fisting postgres tests. thanks santiago!
Aaron Patterson
2010-07-29
1
-1
/
+1
*
if-else logic doesn't needed
Santiago Pastorino
2010-07-28
1
-5
/
+1
*
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
[next]