aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Common behavior with adding formats to lookup_context for TemplateRenderer an...Dmitry Vorotilin2013-04-028-0/+17
* Backport #5808Mack Earnhardt2013-03-242-0/+39
* Fix test to Ruby 1.8Rafael Mendonça França2013-03-211-1/+1
* Merge branch '3-2-stable' into fredwu-slow_view_loading_fixAaron Patterson2013-03-201-0/+12
|\
| * Merge pull request #9802 from newsline/fix-broken-action-missingRafael Mendonça França2013-03-201-0/+12
* | Fixed assets loading performance in 3.2.13Fred Wu2013-03-201-0/+9
|/
* Backport #9347 to rails 3.2hoffm2013-03-191-0/+5
* Merge branch '3-2-13' into 3-2-stableAaron Patterson2013-03-181-0/+15
|\
| * fix protocol checking in sanitization [CVE-2013-1857]Aaron Patterson2013-03-151-0/+10
| * fix incorrect ^$ usage leading to XSS in sanitize_css [CVE-2013-1855]Charlie Somerville2013-03-151-0/+5
| * Merge pull request #9616 from exviva/multiple_select_name_double_square_bracketsCarlos Antonio da Silva2013-03-121-0/+8
* | Extract hardcoded lists to Redo::RestaurantsListJuan Barreneche2013-03-141-0/+9
* | Merge pull request #9616 from exviva/multiple_select_name_double_square_bracketsCarlos Antonio da Silva2013-03-091-0/+8
* | Backport fixes about #7774 to 3-2-stablemaximerety2013-03-051-0/+9
|/
* Ruby 2 compat. CGI.escapeHTML has changed the way it escapes apostrophes a fe...Jeremy Kemper2013-02-241-1/+1
* Ruby 2.0.0 defaults source encoding to utf-8 so we need to specifically tag t...Aaron Patterson2013-02-241-0/+1
* Use 1.8 hash styleCarlos Antonio da Silva2013-02-221-1/+1
* determine the match shorthand target early.Yves Senn2013-02-221-0/+27
* Duplicate possible frozen string from routeAndrew White2013-01-211-0/+7
* 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
* fixes #8631 local inflections from interfereing with HTTP_METHOD_LOOKUP dispa...Aditya Sanghi2013-01-161-0/+21
* Merge pull request #8914 from nilbus/fix-header-bloatRafael Mendonça França2013-01-151-1/+2
* Fix JSON params parsing regression for non-object JSON content.Dylan Smith2013-01-111-0/+7
* Merge pull request #8756 from causes/js_include_tag_fixGuillermo Iguaran2013-01-101-0/+7
|\
| * Fix javascript_include_tag when no js runtime is availableNoah Silas2013-01-071-0/+7
* | Fixes issue where duplicate assets can be required with sprockets.jejacks0n2013-01-103-0/+7
* | Merge branch '3-2-sec' into 3-2-secmergeAaron Patterson2013-01-083-0/+45
|\ \