aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* feature detect for FNM_EXTGLOB for older Ruby. Fixes #15053Aaron Patterson2014-05-101-5/+21
* use fnmatch to test for case insensitive file systemsAaron Patterson2014-05-091-4/+2
* Merge branch '3-2-sec' into 3-2-stableRafael Mendonça França2014-05-062-4/+26
|\
| * Preparing for 3.2.18 releaseRafael Mendonça França2014-05-061-1/+1
| * Only accept actions without File::SEPARATOR in the name.Rafael Mendonça França2014-05-051-3/+25
* | Merge branch '3-2-17' into 3-2-stableRafael Mendonça França2014-02-183-3/+15
|\|
| * Preparing for 3.2.17 releaseRafael Mendonça França2014-02-181-1/+1
| * Use the reference for the mime type to get the formatRafael Mendonça França2014-02-181-1/+1
| * Escape format, negative_format and units options of number helpersRafael Mendonça França2014-02-181-1/+13
* | Fix force_ssl.rb documentation. Close tt tag.Josef Šimánek2014-01-061-1/+1
* | Merge pull request #13183 from sorah/never_ignore_i18n_translate_raise_optionCarlos Antonio da Silva2013-12-041-1/+9
* | Fix documentation of number_to_currency helperRafael Mendonça França2013-12-041-4/+4
|/
* updating the changelogAaron Patterson2013-12-021-1/+1
* Deep Munge the parameters for GET and POSTMichael Koziarski2013-12-021-2/+2
* Stop using i18n's built in HTML error handling.Michael Koziarski2013-12-021-13/+8
* Escape the unit value provided to number_to_currencyMichael Koziarski2013-12-021-1/+1
* Only use valid mime type symbols as cache keysAaron Patterson2013-11-301-0/+7
* bumping to 3.2.15Aaron Patterson2013-10-151-1/+1
* Merge branch '3-2-15' into 3-2-secAaron Patterson2013-10-151-2/+2
|\
| * bumping to rc3Aaron Patterson2013-10-111-1/+1
| * bumping to rc2Aaron Patterson2013-10-041-1/+1
| * bumping version to 3.2.15.rc1Aaron Patterson2013-10-031-2/+2
* | Merge branch '3-2-stable' into 3-2-secAaron Patterson2013-10-031-1/+1
|\|
| * make sure both headers are set before checking for ip spoofingTamir Duberstein2013-10-011-1/+1
* | Remove the use of String#% when formatting durations in log messagesMichael Koziarski2013-09-301-6/+5
|/
* pass the extra params to the rack test environment so that routes with block ...Brian Hahn2013-09-062-4/+5
* fix issue #11605Kassio Borges2013-08-244-16/+4
* Merge branch '3-2-14' into 3-2-stableRafael Mendonça França2013-07-221-1/+1
|\
| * Preparing for 3.2.14 releaseRafael Mendonça França2013-07-221-1/+1
| * Preparing for 3.2.14.rc2 releaseRafael Mendonça França2013-07-161-1/+1
| * Preparing for 3.2.14.rc1 releaseRafael Mendonça França2013-07-121-2/+2
* | Fix `assert_redirected_to` does not show user-supplied message.Alexey Chernenkov2013-07-181-1/+1
|/
* Add missing requireSantiago Pastorino2013-07-021-0/+1
* Fix shorthand routes where controller and action are in the scopeAndrew White2013-06-251-0/+8
* Merge pull request #10971 from dtaniwaki/escape_link_to_unlessRafael Mendonça França2013-06-241-1/+1
* Compare host scheme using case-insensitive regexpRafael Mendonça França2013-06-161-1/+1
* Merge pull request #10478 from cainlevy/patch-1Rafael Mendonça França2013-05-061-1/+1
* Merging in fix from #8222Ben Tucker2013-05-061-1/+1
* just clear the caches on clear! rather than replacing. fixes #10251Aaron Patterson2013-04-171-8/+4
* Fix explicit names on multiple file fieldsRyan McGeary2013-04-051-8/+7
* Common behavior with adding formats to lookup_context for TemplateRenderer an...Dmitry Vorotilin2013-04-024-4/+16
* Fixed test failures on 1.8.7 caused by 74e59eaFred Wu2013-03-271-1/+1
* Backport #5808Mack Earnhardt2013-03-241-6/+21
* Merge branch '3-2-stable' into fredwu-slow_view_loading_fixAaron Patterson2013-03-201-1/+1
|\
| * Merge pull request #9802 from newsline/fix-broken-action-missingRafael Mendonça França2013-03-201-1/+1
* | Fixed assets loading performance in 3.2.13Fred Wu2013-03-201-1/+1
|/
* Backport #9347 to rails 3.2hoffm2013-03-191-1/+1
* Merge branch '3-2-13' into 3-2-stableAaron Patterson2013-03-182-6/+6
|\
| * bumping to 3.2.13Aaron Patterson2013-03-181-1/+1
| * fix protocol checking in sanitization [CVE-2013-1857]Aaron Patterson2013-03-151-2/+2