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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a bunch of tests that failed in 1.9 because they assumed that a Rack re...
wycats
2010-03-19
5
-7
/
+25
*
Improve performance of the rendering stack by freezing formats as a sign that...
José Valim
2010-03-19
3
-19
/
+43
*
remove duplicated self.view_paths assingment on controller tests [#4206 state...
Santiago Pastorino
2010-03-18
1
-2
/
+2
*
Return a valid Rack response from bare ActionController::Metal
Carlhuda
2010-03-18
1
-0
/
+27
*
Make render :partial, :layout consistent between AC and AV
Carlhuda
2010-03-18
1
-11
/
+1
*
All tests pass without memoizing view_context
Carlhuda
2010-03-18
5
-12
/
+23
*
Sending the partial as info is no longer required.
José Valim
2010-03-18
1
-2
/
+2
*
Deleting and setting a cookie in the same request was broken
Mathias Biilmann Christensen
2010-03-17
1
-0
/
+11
*
Modify assert_template to use notifications. Also, remove ActionController::B...
Carlhuda
2010-03-17
9
-64
/
+72
*
Remove unneeded AV::Base and AV::Template monkey-patches
Carlhuda
2010-03-17
1
-3
/
+2
*
Modify assert_template to use instrumentation
Carlhuda
2010-03-17
1
-41
/
+0
*
Install url helpers on module instance so they can be accessed
Joshua Peek
2010-03-17
1
-0
/
+1
*
link_to_function is here to stay
Joshua Peek
2010-03-16
1
-1
/
+30
*
scope_key_by_partial fix for Ruby 1.9 when there's virtual_path [#4202 state:...
Santiago Pastorino
2010-03-16
2
-0
/
+7
*
Fix rendering of HTML partials inside JS templates [#4197 status:resolved]
José Valim
2010-03-16
1
-0
/
+7
*
translation method of TranslationHelper module returns always SafeBuffer [#41...
Santiago Pastorino
2010-03-16
2
-1
/
+9
*
adds tests for #flush_output_buffer
Xavier Noria
2010-03-16
1
-2
/
+37
*
adds tests for #capture
Xavier Noria
2010-03-16
1
-0
/
+23
*
Some more tweaks on <% %>.
Carlhuda
2010-03-16
1
-4
/
+4
*
Break a window :/
Jeremy Kemper
2010-03-15
5
-7
/
+7
*
Fix link_to with block
Jeremy Kemper
2010-03-15
1
-4
/
+1
*
Swear I ran this test
Jeremy Kemper
2010-03-15
1
-1
/
+1
*
Integration test url options should account for :protocol not just https?
Jeremy Kemper
2010-03-15
1
-1
/
+6
*
Move more normalization up to the lookup context, so it does not have to repe...
José Valim
2010-03-16
2
-9
/
+9
*
adds test coverage for with_output_buffer
Xavier Noria
2010-03-15
1
-3
/
+45
*
Add deprecation notices for <% %>.
Carlhuda
2010-03-15
7
-23
/
+35
*
with_output_buffer cannot assume there's an output_buffer
Xavier Noria
2010-03-15
1
-0
/
+6
*
Don't force singularization of singleton resource names, e.g. /preferences [#...
Andrew White
2010-03-15
1
-0
/
+7
*
read_ and write_fragment cache preserve html safety yet cache strings only
Jeremy Kemper
2010-03-14
1
-0
/
+13
*
There's a Ruby issue with File.basename different versions returns different ...
Santiago Pastorino
2010-03-14
1
-1
/
+0
*
Ensure controller filters are executed before stuff starts to happen.
José Valim
2010-03-13
1
-0
/
+14
*
Made asset_tag_helper use config.perform_caching instead of ActionController:...
Denis Odorcic
2010-03-12
1
-18
/
+18
*
Allow anything that responds to render to be given as :template and use find_...
José Valim
2010-03-12
1
-104
/
+52
*
%= works for content_tag and does not require parenthesis on method call
José Valim
2010-03-12
1
-2
/
+2
*
Make all AP tests pass for Ruby 1.9.1.
José Valim
2010-03-12
3
-9
/
+8
*
Fix test
Jeremy Kemper
2010-03-11
1
-1
/
+1
*
simplify alt tag generation for images
Eaden McKee
2010-03-11
1
-1
/
+4
*
Add tests for lookup context.
José Valim
2010-03-11
3
-1
/
+170
*
Merge branch 'master' of github.com:rails/rails
wycats
2010-03-10
3
-10
/
+9
|
\
|
*
Merge branch 'master' of gitproxy:rails/rails
José Valim
2010-03-10
3
-8
/
+8
|
|
\
|
*
|
Optimize and clean up how details key get expired.
José Valim
2010-03-10
2
-7
/
+4
|
*
|
Merge branch 'master' of gitproxy:rails/rails
José Valim
2010-03-09
4
-32
/
+24
|
|
\
\
|
*
|
|
Clean up the API required from ActionView::Template.
José Valim
2010-03-09
1
-3
/
+5
*
|
|
|
Make form helpers work with <%=
wycats
2010-03-09
5
-112
/
+132
*
|
|
|
Deprecate block_called_from_erb? pending a solution for getting it into apps
Carlhuda
2010-03-09
3
-21
/
+67
|
|
_
|
/
|
/
|
|
*
|
|
skip_relative_url_root url_for option is dead
Joshua Peek
2010-03-09
1
-1
/
+1
*
|
|
Allow default_url_options to be set on route set
Joshua Peek
2010-03-09
1
-0
/
+4
*
|
|
RouteSet#rewrite => url_for
Joshua Peek
2010-03-09
2
-3
/
+3
*
|
|
Move AC::UrlRewriter onto route set
Joshua Peek
2010-03-09
2
-7
/
+3
|
|
/
|
/
|
*
|
Reinstate dom_id in controllers.
Justin Ko
2010-03-09
1
-0
/
+8
[next]