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
...
*
|
|
|
|
If partial is rendered in controller, grab format from template
Piotr Sarnacki
2012-03-27
1
-0
/
+13
*
|
|
|
|
Merge pull request #5480 from drogus/rendering-issues
José Valim
2012-03-17
1
-0
/
+39
*
|
|
|
|
Should use an argument in http_digest_authentication_test.rb
kennyj
2012-03-17
1
-1
/
+1
*
|
|
|
|
fixed - warning: ambiguous first argument; put parentheses or even spaces
Sandeep
2012-03-16
1
-1
/
+1
*
|
|
|
|
fix typo in redirect test
Brian Lopez
2012-03-15
1
-1
/
+1
*
|
|
|
|
strip null bytes from Location header as well
Brian Lopez
2012-03-15
1
-0
/
+20
*
|
|
|
|
Remove ActionController::TestCase#rescue_action_in_public!
Piotr Sarnacki
2012-03-15
1
-5
/
+0
*
|
|
|
|
Allow you to force the authenticity_token to be rendered even on remote forms...
David Heinemeier Hansson
2012-03-14
1
-0
/
+11
*
|
|
|
|
Do not include the authenticity token in forms where remote: true as ajax for...
David Heinemeier Hansson
2012-03-14
1
-0
/
+13
*
|
|
|
|
Remove --http.
José Valim
2012-03-14
7
-197
/
+0
*
|
|
|
|
Merge pull request #5357 from bagilevi/sweeper-undefined-method-ignored
Piotr Sarnacki
2012-03-14
1
-0
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
Don't ignore call to undefined method in Sweeper
Levente Bagi
2012-03-06
1
-0
/
+16
*
|
|
|
|
|
Add ActionController::HTTP
Santiago Pastorino
2012-03-14
7
-0
/
+197
*
|
|
|
|
|
Remove unused method
Santiago Pastorino
2012-03-12
1
-4
/
+0
*
|
|
|
|
|
Merge pull request #5326 from lest/patch-2
Michael Koziarski
2012-03-10
1
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
configure how unverified request will be handled
Sergey Nartimov
2012-03-09
1
-2
/
+2
*
|
|
|
|
|
|
@controller already includes url_helpers in with_routing method
Santiago Pastorino
2012-03-10
1
-1
/
+0
|
/
/
/
/
/
/
*
/
/
/
/
/
Add test case for #5307
Carlos Antonio da Silva
2012-03-07
1
-2
/
+6
|
/
/
/
/
/
*
|
|
|
|
Failing test for mime responder respond_with using a block.
Mario Visic
2012-03-05
1
-0
/
+36
*
|
|
|
|
force response body to be read in assert_template
Sergey Nartimov
2012-03-05
1
-0
/
+13
*
|
|
|
|
Route root helper shortcut
Brian Cardarella
2012-03-03
1
-0
/
+9
*
|
|
|
|
Merge pull request #5242 from rails/opt_routes
José Valim
2012-03-02
2
-7
/
+7
|
\
\
\
\
\
|
*
|
|
|
|
Optimize url helpers.
Sergey Nartimov + José Valim
2012-03-02
2
-7
/
+7
|
|
|
_
|
/
/
|
|
/
|
|
|
*
/
|
|
|
Fix #5238, rendered_format is not set when template is not rendered
Piotr Sarnacki
2012-03-02
1
-2
/
+6
|
/
/
/
/
*
|
|
|
Adding tests for non-optional glob parameters
Andrew White
2012-02-26
1
-2
/
+27
*
|
|
|
SSL should not be disabled by default in any environment.
Pat Allan
2012-02-23
1
-14
/
+0
*
|
|
|
Remove unused global variable in controller filters test
Alexey Vakhov
2012-02-23
1
-2
/
+0
*
|
|
|
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
6
-13
/
+103
*
|
|
|
Merge pull request #5082 from willbryant/assigns_should_not_stringify_values_...
Aaron Patterson
2012-02-20
1
-0
/
+5
|
\
\
\
\
|
*
|
|
|
assigns(:foo) should not convert @foo's keys to strings if it happens to be a...
Will Bryant
2012-02-18
1
-0
/
+5
*
|
|
|
|
Integration tests support the OPTIONS http method
Jeremy Kemper
2012-02-19
1
-1
/
+17
|
/
/
/
/
*
|
|
|
Merge pull request #3479 from arvida/ensure-date-header-on-expires-in
José Valim
2012-02-18
1
-0
/
+7
|
\
\
\
\
|
*
|
|
|
Added test for setting of HTTP Date header when calling #expires_in
arvida
2011-10-31
1
-0
/
+7
*
|
|
|
|
let expires_in accept a must_revalidate flag
Xavier Noria
2012-02-17
1
-0
/
+20
*
|
|
|
|
adding tests to document behavior for #4817
Aaron Patterson
2012-02-14
1
-0
/
+26
*
|
|
|
|
Rack body respond to each and not to join
Santiago Pastorino
2012-02-14
1
-0
/
+12
*
|
|
|
|
Merge pull request #3305 from cjolly/request_filtered_env
Jeremy Kemper
2012-02-13
1
-0
/
+33
|
\
\
\
\
\
|
*
|
|
|
|
Exclude rack.request.form_vars from request.filtered_env
Chad Jolly
2012-01-18
1
-0
/
+33
*
|
|
|
|
|
Removing old Controller test
Thiago Pradi
2012-02-12
1
-37
/
+0
*
|
|
|
|
|
Cleaning Route generation tests
Thiago Pradi
2012-02-12
1
-30
/
+0
*
|
|
|
|
|
replacing the orderhash with hash for ruby-1.9
ganesh
2012-02-09
1
-3
/
+2
*
|
|
|
|
|
Added unit test to cover changes to RouteSet.url_for
Ryan McGeary
2012-02-07
1
-0
/
+16
*
|
|
|
|
|
Fixed force_ssl redirects to include original query params
Ryan McGeary
2012-02-07
1
-0
/
+6
*
|
|
|
|
|
Fix override API response bug in respond_with
Prem Sichanugrist
2012-02-03
1
-0
/
+25
*
|
|
|
|
|
Merge pull request #4529 from ask4prasath/refactor
Vijay Dev
2012-01-25
1
-8
/
+10
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Refactored class methods on address render test
prasath
2012-01-19
1
-8
/
+10
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #3775 from karevn/master
Aaron Patterson
2012-01-24
1
-1
/
+14
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix: when using subdomains and constraints, request params were not passed to...
karevn
2011-11-28
1
-1
/
+14
*
|
|
|
|
|
|
Added custom regexps to ASTs that have literal nodes on either side of
Aaron Patterson
2012-01-23
1
-0
/
+62
*
|
|
|
|
|
|
moved the `get` testing method to a module
Aaron Patterson
2012-01-23
1
-11
/
+2
[prev]
[next]