aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate prompt key from optionsAndrew White2016-11-021-1/+1
* Fix inconsistencies in path with missing helpersAndrew White2016-11-021-1/+4
* Fix warning about unset I18n.enforce_available_localesAndrew White2016-11-021-0/+3
* Fix failing tests on 3-2-stable branch:Johnny Shields2016-09-151-2/+2
* Remove dead code and ensure values are strings before calling gsubMike Virata-Stone2016-08-111-0/+8
* Merge branch '3-2-22-3' into 3-2-stableAaron Patterson2016-08-111-0/+10
|\
| * ensure tag/content_tag escapes " in attribute valsAndrew Carpenter2016-08-101-0/+10
* | fix 1.8 hash syntaxArthur Neves2016-03-011-1/+1
|/
* Don't allow render(params) in view/controllerArthur Neves2016-02-292-6/+74
* 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-223-4/+52
* add parens to fix warningAman Gupta2015-01-051-1/+1
* parse stringified mime typeAman Gupta2015-01-021-1/+1
* fix regex caseAman Gupta2015-01-021-1/+1
* restore I18n.locale after testAman Gupta2015-01-021-0/+8
* convert another incompatible assert_raise invocationAman Gupta2015-01-021-1/+2
* switch to minitest and test-unit compatible assert_raise syntaxKouhei Sutou2015-01-021-1/+2
* correctly escape backslashes in request path globsAaron Patterson2014-11-161-0/+41
* Merge branch '3.2.20' into 3-2-stableAaron Patterson2014-10-301-0/+18
|\
| * FileHandler should not be called for files outside the rootAaron Patterson2014-10-291-0/+18
* | Regenerate sid when sbdy tries to fixate the sessionSantiago Pastorino2014-08-041-9/+8
|/
* Merge branch '3-2-sec' into 3-2-stableRafael Mendonça França2014-05-061-1/+16
|\
| * Fix broken tests of the previous releaseRafael Mendonça França2014-05-061-5/+5
| * Only accept actions without File::SEPARATOR in the name.Rafael Mendonça França2014-05-051-1/+16
* | Merge branch '3-2-17' into 3-2-stableRafael Mendonça França2014-02-182-0/+68
|\|
| * Use the reference for the mime type to get the formatRafael Mendonça França2014-02-181-0/+17
| * Escape format, negative_format and units options of number helpersRafael Mendonça França2014-02-181-0/+51
* | Merge pull request #13183 from sorah/never_ignore_i18n_translate_raise_optionCarlos Antonio da Silva2013-12-041-0/+6
* | Fix documentation of number_to_currency helperRafael Mendonça França2013-12-041-1/+1
* | repair a test broken by the number_to_currency XSS fixTobias Kraze2013-12-041-4/+4
|/
* Deep Munge the parameters for GET and POSTMichael Koziarski2013-12-021-0/+15
* Stop using i18n's built in HTML error handling.Michael Koziarski2013-12-021-1/+1
* Escape the unit value provided to number_to_currencyMichael Koziarski2013-12-021-3/+4
* pass the extra params to the rack test environment so that routes with block ...Brian Hahn2013-09-061-0/+12
* fix issue #11605Kassio Borges2013-08-247-15/+7
* Fix `assert_redirected_to` does not show user-supplied message.Alexey Chernenkov2013-07-181-1/+1
* Removed unused test fileArun Agrawal2013-07-171-32/+0
* Use old style hash syntax for 3-2-stableAndrew White2013-06-251-2/+2
* Fix shorthand routes where controller and action are in the scopeAndrew White2013-06-251-0/+13
* Merge pull request #10971 from dtaniwaki/escape_link_to_unlessRafael Mendonça França2013-06-241-0/+5
* Compare host scheme using case-insensitive regexpRafael Mendonça França2013-06-161-10/+30
* So not make Fixnum#/ private on Ruby verions less than 1.9.3Rafael Mendonça França2013-05-101-4/+3
* Merging in fix from #8222Ben Tucker2013-05-061-0/+5
* Fix explicit names on multiple file fieldsRyan McGeary2013-04-051-0/+10
* Fix typo in view nameCarlos Antonio da Silva2013-04-032-1/+1
* Use 1.8 hash style in test viewsCarlos Antonio da Silva2013-04-032-2/+2