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
*
Complete work on 3.2 for render_data_leak patch.
Arthur Neves
2016-02-29
2
-76
/
+29
*
Run `file.close` before unlinking for travis
eileencodes
2016-01-28
1
-1
/
+2
*
Fix hash syntax for 1.8.7
eileencodes
2016-01-28
1
-1
/
+1
*
Regression test for rendering file from absolute path
eileencodes
2016-01-28
1
-0
/
+11
*
Use 1.8 compatible hash syntax
Andrew White
2016-01-25
1
-4
/
+4
*
allow :file to be outside rails root, but anything else must be inside the ra...
Aaron Patterson
2016-01-22
2
-4
/
+45
*
restore I18n.locale after test
Aman Gupta
2015-01-02
1
-0
/
+8
*
Only accept actions without File::SEPARATOR in the name.
Rafael Mendonça França
2014-05-05
1
-1
/
+16
*
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
[next]