aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* fix 1.8 hash syntaxArthur Neves2016-03-011-1/+1
* Don't allow render(params) in view/controllerArthur Neves2016-02-291-6/+47
* Complete work on 3.2 for render_data_leak patch.Arthur Neves2016-02-292-76/+29
* Run `file.close` before unlinking for traviseileencodes2016-01-281-1/+2
* Fix hash syntax for 1.8.7eileencodes2016-01-281-1/+1
* Regression test for rendering file from absolute patheileencodes2016-01-281-0/+11
* Use 1.8 compatible hash syntaxAndrew White2016-01-251-4/+4
* allow :file to be outside rails root, but anything else must be inside the ra...Aaron Patterson2016-01-222-4/+45
* restore I18n.locale after testAman Gupta2015-01-021-0/+8
* Only accept actions without File::SEPARATOR in the name.Rafael Mendonça França2014-05-051-1/+16
* Backport #5808Mack Earnhardt2013-03-241-0/+37
* Merge pull request #9802 from newsline/fix-broken-action-missingRafael Mendonça França2013-03-201-0/+12
* Extract hardcoded lists to Redo::RestaurantsListJuan Barreneche2013-03-141-0/+9
* Do not run this streaming test in Ruby 1.8, fix syntax errorCarlos Antonio da Silva2013-01-171-5/+8
* Merge pull request #5288 from lest/patch-2José Valim2013-01-171-0/+13
* Merge branch '3-2-sec' into 3-2-secmergeAaron Patterson2013-01-081-0/+13
|\
| * CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-0/+13
* | backport #4f0f1b5 into 3-2-stable. because 1.9.3-p362 warned unused variables.SHIBATA Hiroshi2013-01-051-1/+2
* | Use Ruby 1.8 syntaxRafael Mendonça França2013-01-021-2/+2
* | Backport #8701, do not append a second slash with `trailing_slash: true`Yves Senn2013-01-021-5/+15
* | Use 1.8 hash styleCarlos Antonio da Silva2012-12-031-1/+1
* | Override <%== to always behave as literal text rather than toggling based on ...Jeremy Kemper2012-12-031-2/+8
* | Accept symbols as #send_data :disposition valueElia Schito2012-11-271-1/+13
|/
* Revert "Merge pull request #7659 from HugoLnx/template_error_no_matches_rebased"Rafael Mendonça França2012-10-311-22/+0
* Use the Ruby 1.8 hash syntaxRafael Mendonça França2012-10-061-1/+1
* Merge pull request #7848 from senny/3415_assert_template_has_nil_variableRafael Mendonça França2012-10-061-0/+11
* Since File instance doesn't respond to #open use a double to test theRafael Mendonça França2012-09-301-3/+2
* Merge pull request #7659 from HugoLnx/template_error_no_matches_rebasedRafael Mendonça França2012-09-301-0/+22
* Don't paramify ActionDispatch::Http::UploadedFile in testsTim Vandecasteele2012-09-291-0/+7
* log 404 status when ActiveRecord::RecordNotFound was raised (#7646)Yves Senn2012-09-171-0/+15
* html_escape should escape single quotesSantiago Pastorino2012-08-022-3/+3
* Show in log correct wrapped keysDmitry Vorotilin2012-07-051-0/+8
* Added test for case when view doesn't have logger method when using ActionCon...Dmitry Vorotilin2012-06-161-0/+17
* adding a test for #6459Aaron Patterson2012-06-141-0/+10
* Add test to flash sweep after two redirectsRafael Mendonça França2012-06-051-0/+20
* Include routes.mounted_helpers into integration testsPiotr Sarnacki2012-06-011-0/+19
* Refactor the handling of default_url_options in integration testsAndrew White2012-05-101-0/+80
* Add failing test re #3436 which demonstrates content_type is not respected wh...Kunal Shah2012-05-071-0/+21
* Add a role option to wrap_parameters.Nick Ragaz2012-05-041-2/+15
* Don't convert params if the request isn't HTML - fixes #5341Andrew White2012-04-291-2/+40
* default_url_options does not receive one argument anymoreRafael Mendonça França2012-04-081-1/+1
* Remove the leading \n added by textarea on assert_selectSantiago Pastorino2012-03-301-0/+7
* Set proper rendered_format when doing render :inlineSantiago Pastorino2012-03-281-0/+1
* Cover one more case in auth_token and remote formsPiotr Sarnacki2012-03-281-16/+22
* Added config.action_view.embed_authenticity_token_in_remote_formsPiotr Sarnacki2012-03-281-6/+48
* If partial is rendered in controller, grab format from templatePiotr Sarnacki2012-03-271-0/+13
* Build fix for ruby1.8.7-358Arun Agrawal2012-03-191-1/+1
* Add missing test for #5308Piotr Sarnacki2012-03-171-0/+13
* Fix #5440 - multiple render_to_string breaks partials formatsPiotr Sarnacki2012-03-171-0/+26
* Merge pull request #5457 from brianmario/typo-fixAaron Patterson2012-03-151-1/+1