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
*
Backport #5808
Mack Earnhardt
2013-03-24
1
-0
/
+37
*
Merge pull request #9802 from newsline/fix-broken-action-missing
Rafael Mendonça França
2013-03-20
1
-0
/
+12
*
Extract hardcoded lists to Redo::RestaurantsList
Juan Barreneche
2013-03-14
1
-0
/
+9
*
Do not run this streaming test in Ruby 1.8, fix syntax error
Carlos Antonio da Silva
2013-01-17
1
-5
/
+8
*
Merge pull request #5288 from lest/patch-2
José Valim
2013-01-17
1
-0
/
+13
*
Merge branch '3-2-sec' into 3-2-secmerge
Aaron Patterson
2013-01-08
1
-0
/
+13
|
\
|
*
CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.
Jeremy Kemper
2013-01-08
1
-0
/
+13
*
|
backport #4f0f1b5 into 3-2-stable. because 1.9.3-p362 warned unused variables.
SHIBATA Hiroshi
2013-01-05
1
-1
/
+2
*
|
Use Ruby 1.8 syntax
Rafael Mendonça França
2013-01-02
1
-2
/
+2
*
|
Backport #8701, do not append a second slash with `trailing_slash: true`
Yves Senn
2013-01-02
1
-5
/
+15
*
|
Use 1.8 hash style
Carlos Antonio da Silva
2012-12-03
1
-1
/
+1
*
|
Override <%== to always behave as literal text rather than toggling based on ...
Jeremy Kemper
2012-12-03
1
-2
/
+8
*
|
Accept symbols as #send_data :disposition value
Elia Schito
2012-11-27
1
-1
/
+13
|
/
*
Revert "Merge pull request #7659 from HugoLnx/template_error_no_matches_rebased"
Rafael Mendonça França
2012-10-31
1
-22
/
+0
*
Use the Ruby 1.8 hash syntax
Rafael Mendonça França
2012-10-06
1
-1
/
+1
*
Merge pull request #7848 from senny/3415_assert_template_has_nil_variable
Rafael Mendonça França
2012-10-06
1
-0
/
+11
*
Since File instance doesn't respond to #open use a double to test the
Rafael Mendonça França
2012-09-30
1
-3
/
+2
*
Merge pull request #7659 from HugoLnx/template_error_no_matches_rebased
Rafael Mendonça França
2012-09-30
1
-0
/
+22
*
Don't paramify ActionDispatch::Http::UploadedFile in tests
Tim Vandecasteele
2012-09-29
1
-0
/
+7
*
log 404 status when ActiveRecord::RecordNotFound was raised (#7646)
Yves Senn
2012-09-17
1
-0
/
+15
*
html_escape should escape single quotes
Santiago Pastorino
2012-08-02
2
-3
/
+3
*
Show in log correct wrapped keys
Dmitry Vorotilin
2012-07-05
1
-0
/
+8
*
Added test for case when view doesn't have logger method when using ActionCon...
Dmitry Vorotilin
2012-06-16
1
-0
/
+17
*
adding a test for #6459
Aaron Patterson
2012-06-14
1
-0
/
+10
*
Add test to flash sweep after two redirects
Rafael Mendonça França
2012-06-05
1
-0
/
+20
*
Include routes.mounted_helpers into integration tests
Piotr Sarnacki
2012-06-01
1
-0
/
+19
*
Refactor the handling of default_url_options in integration tests
Andrew White
2012-05-10
1
-0
/
+80
*
Add failing test re #3436 which demonstrates content_type is not respected wh...
Kunal Shah
2012-05-07
1
-0
/
+21
*
Add a role option to wrap_parameters.
Nick Ragaz
2012-05-04
1
-2
/
+15
*
Don't convert params if the request isn't HTML - fixes #5341
Andrew White
2012-04-29
1
-2
/
+40
*
default_url_options does not receive one argument anymore
Rafael Mendonça França
2012-04-08
1
-1
/
+1
*
Remove the leading \n added by textarea on assert_select
Santiago Pastorino
2012-03-30
1
-0
/
+7
*
Set proper rendered_format when doing render :inline
Santiago Pastorino
2012-03-28
1
-0
/
+1
*
Cover one more case in auth_token and remote forms
Piotr Sarnacki
2012-03-28
1
-16
/
+22
*
Added config.action_view.embed_authenticity_token_in_remote_forms
Piotr Sarnacki
2012-03-28
1
-6
/
+48
*
If partial is rendered in controller, grab format from template
Piotr Sarnacki
2012-03-27
1
-0
/
+13
*
Build fix for ruby1.8.7-358
Arun Agrawal
2012-03-19
1
-1
/
+1
*
Add missing test for #5308
Piotr Sarnacki
2012-03-17
1
-0
/
+13
*
Fix #5440 - multiple render_to_string breaks partials formats
Piotr Sarnacki
2012-03-17
1
-0
/
+26
*
Merge pull request #5457 from brianmario/typo-fix
Aaron Patterson
2012-03-15
1
-1
/
+1
*
Merge pull request #5456 from brianmario/redirect-sanitization
Aaron Patterson
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
/
+11
*
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
*
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
*
assert => assert_equal
Arun Agrawal
2012-02-25
1
-3
/
+3
*
Checking headers in a better way. as doing here
Arun Agrawal
2012-02-25
1
-4
/
+3
[next]