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
/
actionpack
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some small optimizations and improvements to benchmark code.
José Valim
2011-12-08
1
-1
/
+4
*
Add performance scripts from wycats/rails-simple-benches to actionpack.
José Valim
2011-12-08
9
-0
/
+216
*
Remove submodule
Yehuda Katz
2009-08-11
1
-0
/
+0
*
Made benchmarks submodule so it's easier to keep in sync
Yehuda Katz
2009-08-11
11
-219
/
+0
*
Make large_collection 1,000 partials
Yehuda Katz
2009-08-11
1
-10
/
+10
*
Further experimentation. Was able to cut the cost of rendering 100 partials i...
Yehuda Katz
2009-08-11
2
-2
/
+14
*
Add a few more benches
Yehuda Katz
2009-08-11
1
-0
/
+12
*
This change causes some failing tests, but it should be possible to make them...
Yehuda Katz
2009-08-11
1
-2
/
+4
*
Make bench harness produce output that is easier to compare
Yehuda Katz
2009-08-09
1
-11
/
+21
*
Updates to benchmark harness.
Yehuda Katz
2009-08-09
1
-2
/
+23
*
Went from 25% slower partials (vs. 2.3) to 10% faster. More to come.
Yehuda Katz
2009-08-09
1
-5
/
+14
*
Support a warmup for JRuby
Yehuda Katz
2009-08-09
1
-7
/
+6
*
Update minimal.rb to benchmark partials
Yehuda Katz
2009-08-09
6
-5
/
+50
*
Renamed presenter to renderer, added some documentation and defined its API.
José Valim
2009-08-07
1
-2
/
+2
*
rename ActionController::Http to ActionController::Metal at Josh's suggestion
Yehuda Katz
2009-08-06
2
-6
/
+4
*
Replace _action_view with view_context to reflect that it is public and that ...
Yehuda Katz
2009-08-06
1
-1
/
+1
*
replace _render_*_from_controller with render_* as they are intended to be pu...
Yehuda Katz
2009-08-06
1
-1
/
+1
*
Add some simple examples for unconventional AMo and AP use
Yehuda Katz
2009-07-19
4
-0
/
+53
*
add a metal to minimal examples for comparison
Jeremy Kemper
2009-05-27
1
-6
/
+11
*
Compare Base with Http
Jeremy Kemper
2009-05-24
1
-13
/
+24
*
runner class
Jeremy Kemper
2009-05-23
1
-16
/
+24
*
Fewer runs by default
Jeremy Kemper
2009-05-21
1
-1
/
+1
*
Minimal base/new_base comparison
Jeremy Kemper
2009-05-14
2
-17
/
+34
*
Simple example for require profiling
Jeremy Kemper
2009-05-14
1
-0
/
+17
*
The examples are outdated and misleading
David Heinemeier Hansson
2007-09-09
19
-455
/
+0
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
1
-1
/
+1
*
Apply the rest of Chads patch
David Heinemeier Hansson
2007-02-21
5
-0
/
+109
*
Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...
David Heinemeier Hansson
2007-02-20
5
-109
/
+0
*
Allow Controllers to have multiple view_paths instead of a single template_ro...
Rick Olson
2007-02-04
4
-4
/
+4
*
Deprecate direct usage of @params. Update ActionView::Base for instance var d...
Jeremy Kemper
2006-08-07
3
-9
/
+9
*
Deprecation! @session and @flash will be removed after 1.2. Use the session a...
Jeremy Kemper
2006-08-07
1
-2
/
+2
*
Initial
David Heinemeier Hansson
2004-11-24
14
-0
/
+455