index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
arel
/
algebra
/
relations
Commit message (
Collapse
)
Author
Age
Files
Lines
*
removing Group#==, improving Group test
Aaron Patterson
2010-08-04
1
-7
/
+0
|
*
unfactoring JOIN to_sql
Aaron Patterson
2010-08-02
1
-0
/
+4
|
*
unfactoring WHERE to_sql
Aaron Patterson
2010-08-02
1
-0
/
+4
|
*
PERF: reducing call stack
Aaron Patterson
2010-07-30
1
-0
/
+8
|
*
removing Table#== as it is not actually used
Aaron Patterson
2010-07-30
1
-1
/
+1
|
*
changing default value to TrueClass
Aaron Patterson
2010-07-30
2
-8
/
+2
|
*
PERF: eliminating a case statement
Aaron Patterson
2010-07-30
1
-8
/
+1
|
*
PERF caching engine, converting to an attr_reader
Aaron Patterson
2010-07-30
1
-5
/
+2
|
*
PERF: removing another def engine
Aaron Patterson
2010-07-30
1
-11
/
+0
|
*
PERF: removing another def engine
Aaron Patterson
2010-07-30
1
-11
/
+0
|
*
PERF: removing another def engine
Aaron Patterson
2010-07-30
1
-11
/
+0
|
*
PERF: removing def engine
Aaron Patterson
2010-07-30
1
-11
/
+0
|
*
variable name clarity
Aaron Patterson
2010-07-30
1
-2
/
+2
|
*
better tests for Taken constructor, removing Take#==
Aaron Patterson
2010-07-30
1
-7
/
+0
|
*
better tests for Where construction, removing Where#==
Aaron Patterson
2010-07-30
1
-7
/
+0
|
*
PERF: where is only ever called with 0 or 1 arguments. eliminate *args
Aaron Patterson
2010-07-30
1
-1
/
+5
|
*
PERF: fewer objects, short circuit unless necessary
Aaron Patterson
2010-07-30
1
-3
/
+6
|
*
initialize our instance variables
Aaron Patterson
2010-07-29
1
-2
/
+7
|
*
PERF: fewer objects, pass through on values
Aaron Patterson
2010-07-29
1
-1
/
+8
|
*
PERF: pushing christener down for faster method lookup and calling
Aaron Patterson
2010-07-29
1
-1
/
+2
|
*
PERF: removing many splats
Aaron Patterson
2010-07-29
6
-13
/
+11
|
*
call map to make perftools reports more nice
Aaron Patterson
2010-07-28
1
-1
/
+1
|
*
refactor for faster method lookup
Aaron Patterson
2010-07-28
1
-12
/
+14
|
*
PERF: fewer objects, using attr_reader for faster method lookup
Aaron Patterson
2010-07-28
1
-6
/
+2
|
*
initializing variables, removing ==
Aaron Patterson
2010-07-28
1
-7
/
+1
|
*
Enumerable implements #first
Aaron Patterson
2010-07-28
1
-11
/
+4
|
*
no code is faster than no code
Aaron Patterson
2010-07-28
1
-9
/
+0
|
*
no need for a lambda
Aaron Patterson
2010-07-28
1
-3
/
+5
|
*
#hash #eql? and #== were only used in tests. removed them and wrote better tests
Aaron Patterson
2010-07-28
1
-14
/
+0
|
*
faster method lookup again
Aaron Patterson
2010-07-27
1
-27
/
+24
|
*
oops! removing debug puts
Aaron Patterson
2010-07-27
1
-4
/
+0
|
*
PERF: reducing delegate methods
Aaron Patterson
2010-07-27
1
-0
/
+4
|
*
PERF: *args is slow. also removing a non-feature
Aaron Patterson
2010-07-27
1
-1
/
+9
|
*
block not used
Aaron Patterson
2010-07-27
1
-1
/
+1
|
*
removing more dead code
Aaron Patterson
2010-07-27
1
-6
/
+0
|
*
PERF: dead code is dead
Aaron Patterson
2010-07-27
1
-1
/
+0
|
*
PERF: NERD RAGE. never called with a block, so no need to test
Aaron Patterson
2010-07-27
1
-3
/
+2
|
*
PERF: again. never called with a block, so no need to test :-(
Aaron Patterson
2010-07-27
1
-2
/
+1
|
*
PERF: never called with a block, so no need to test
Aaron Patterson
2010-07-27
1
-3
/
+2
|
*
never called with a block, so no reason to test
Aaron Patterson
2010-07-27
1
-1
/
+0
|
*
constantize is not required
Aaron Patterson
2010-07-27
1
-1
/
+1
|
*
PERF: fewer objects
Aaron Patterson
2010-07-27
1
-1
/
+8
|
*
PERF: a block is never given to this method, so stop checking
Aaron Patterson
2010-07-26
2
-3
/
+4
|
*
PERF: symbol to proc is slow, lets remove it
Aaron Patterson
2010-07-26
1
-1
/
+1
|
*
PERF: removing *args calls, do not call send on protected methods then they ↵
Aaron Patterson
2010-07-26
1
-20
/
+18
|
|
|
|
are public methods
*
PERF: cache christener, initialize hash in initialize
Aaron Patterson
2010-07-26
1
-0
/
+1
|
*
more class reorganization
Aaron Patterson
2010-07-26
1
-0
/
+4
|
*
more class reorganization
Aaron Patterson
2010-07-26
1
-2
/
+28
|
*
reorganizing classes more
Aaron Patterson
2010-07-26
1
-0
/
+11
|
*
reorganizing more classes
Aaron Patterson
2010-07-26
1
-0
/
+16
|
[next]