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
/
controller
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Change the object used in routing constraints to be an instance of
wycats
2010-04-03
2
-2
/
+2
*
Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing si...
José Valim
2010-03-31
1
-1
/
+1
*
Consistent routing language
Joshua Peek
2010-03-30
5
-29
/
+29
*
Fix stack overflow bug in integration test router helpers
Joshua Peek
2010-03-30
1
-0
/
+47
*
Tests method_missing to raise NameError. [#2522 state:resolved]
Rizwan Reza
2010-03-27
1
-0
/
+16
*
open_session can just return the a dup of the current context.
wycats
2010-03-22
1
-5
/
+3
*
Current url helpers become actions in controller. Added a failing test case f...
José Valim
2010-03-22
1
-6
/
+17
*
Fixed a bunch of tests that failed in 1.9 because they assumed that a Rack re...
wycats
2010-03-19
4
-7
/
+12
*
Improve performance of the rendering stack by freezing formats as a sign that...
José Valim
2010-03-19
1
-2
/
+13
*
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
2
-3
/
+13
*
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
4
-16
/
+18
*
Remove unneeded AV::Base and AV::Template monkey-patches
Carlhuda
2010-03-17
1
-3
/
+2
*
Fix rendering of HTML partials inside JS templates [#4197 status:resolved]
José Valim
2010-03-16
1
-0
/
+7
*
Some more tweaks on <% %>.
Carlhuda
2010-03-16
1
-4
/
+4
*
Break a window :/
Jeremy Kemper
2010-03-15
1
-1
/
+1
*
Add deprecation notices for <% %>.
Carlhuda
2010-03-15
1
-13
/
+2
*
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
*
Ensure controller filters are executed before stuff starts to happen.
José Valim
2010-03-13
1
-0
/
+14
*
Add tests for lookup context.
José Valim
2010-03-11
1
-1
/
+1
*
skip_relative_url_root url_for option is dead
Joshua Peek
2010-03-09
1
-1
/
+1
*
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
*
Get rid of the instance-level URL rewriter
wycats
2010-03-09
2
-30
/
+16
*
Reinstate default_url_options and remove url_options= writer
Jeremy Kemper
2010-03-08
1
-23
/
+19
*
Clean LookupContext API.
José Valim
2010-03-08
1
-3
/
+3
*
Get rid of relative_url_path in favor of respecting SCRIPT_NAME. Also added a...
Carlhuda
2010-03-04
1
-2
/
+2
*
Refactor cache_store to use ActionController config
Carlhuda
2010-03-04
2
-9
/
+15
*
Deprecated ActionController::Base.session_options= and ActionController::Base...
Carlhuda
2010-03-04
1
-2
/
+3
*
Clarify cookie jar test
Jeremy Kemper
2010-03-04
1
-6
/
+1
*
Fixes test ordering bug (ht: evan)
wycats
2010-03-04
1
-0
/
+3
*
Merge branch 'configuration_refactor'
Carl Lerche
2010-03-03
7
-43
/
+23
|
\
|
*
ActionController::Base.use_accept_header is not actually used anymore, so let...
Carl Lerche
2010-03-03
3
-19
/
+0
|
*
ActionDispatch::Request deprecates #request_uri
Carl Lerche
2010-03-03
2
-2
/
+2
|
*
Fix tests for the request refactor
Carl Lerche
2010-03-03
2
-3
/
+6
|
*
Tweak the semantic of various URL related methods of ActionDispatch::Request
Carlhuda
2010-03-03
2
-6
/
+8
|
*
Work on deprecating ActionController::Base.relative_url_root
Carlhuda
2010-03-03
1
-11
/
+4
|
*
Move session_store and session_options to the AC configuration object
Carlhuda
2010-03-03
1
-2
/
+3
*
|
don't depend on the order of cookies (Hash ordering bug)
Yehuda Katz
2010-03-03
1
-1
/
+1
|
/
*
Fix failing Action Pack tests
Carlhuda
2010-03-02
1
-1
/
+2
*
No longer add missing leading / on path args to assert_redirected_to. Depreca...
Jeremy Kemper
2010-03-02
1
-2
/
+4
*
Action Mailer setup obviated by test bundle
Jeremy Kemper
2010-03-02
1
-12
/
+1
*
Remove implicit controller namespacing from new dsl
Joshua Peek
2010-02-28
2
-4
/
+8
*
1.9 seems to have a bug involving cloned classes and super. Fix it by not clo...
Carlhuda
2010-02-26
1
-8
/
+12
*
If IntegrationSession is initialized with an objects that responds to #routes...
Carlhuda
2010-02-26
3
-6
/
+2
[next]