aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* TestCase does not need to be loaded when loading the frameworkAaron Patterson2016-12-021-1/+2
* Remove duplicate prompt key from optionsAndrew White2016-11-021-1/+1
* Double assign locals to avoid unused variables warningAndrew White2016-11-021-1/+2
* Fix File.exists? deprecation warnings in Action PackAndrew White2016-11-022-2/+2
* Fix inconsistencies in path with missing helpersAndrew White2016-11-022-2/+18
* Fix warning about unset I18n.enforce_available_localesAndrew White2016-11-021-0/+3
* Relax dependency of builder gemAndrew White2016-11-021-1/+1
* bumping versionAaron Patterson2016-09-141-1/+1
* Fix failing tests on 3-2-stable branch:Johnny Shields2016-09-151-2/+2
* adds a couple of missing requiresXavier Noria2016-08-222-0/+3
* Remove dead code and ensure values are strings before calling gsubMike Virata-Stone2016-08-112-2/+9
* Merge branch '3-2-22-3' into 3-2-stableAaron Patterson2016-08-112-1/+2
|\
| * bumping versionAaron Patterson2016-08-111-1/+1
| * Include missing module in tag_helperCarlos Antonio da Silva2016-08-111-0/+1
* | Merge branch '3-2-22-3' into 3-2-stableAaron Patterson2016-08-113-5/+22
|\|
| * bumping versionAaron Patterson2016-08-101-1/+1
| * ensure tag/content_tag escapes " in attribute valsAndrew Carpenter2016-08-102-4/+21
* | update rendering commentArthur Neves2016-03-141-1/+1
* | Require hash_with_indifferent_access before using itRafael Mendonça França2016-03-081-0/+2
* | fix 1.8 hash syntaxArthur Neves2016-03-011-1/+1
* | Add missing require to fileArthur Neves2016-03-011-0/+1
|/
* Preparing for 3.2.22.2 releaseRafael Mendonça França2016-02-291-1/+1
* Don't allow render(params) in view/controllerArthur Neves2016-02-293-6/+79
* Complete work on 3.2 for render_data_leak patch.Arthur Neves2016-02-299-103/+79
* 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
* Use Ruby 1.8 compat syntax in actionpack/lib/action_view/template/resolver.rb.Josef Šimánek2016-01-261-1/+1
* bumping versionAaron Patterson2016-01-251-1/+1
* allow :file to be outside rails root, but anything else must be inside the ra...Aaron Patterson2016-01-224-4/+69
* stop caching mime types globallyAaron Patterson2016-01-221-2/+16
* use secure string comparisons for basic auth username / passwordAaron Patterson2016-01-221-1/+6
* Preparing for 3.2.22 releaseRafael Mendonça França2015-06-162-1/+6
* 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
* blacklist test-unit's @internal_data ivarAman Gupta2015-01-021-0/+1
* bumping version for relesaseAaron Patterson2014-11-161-1/+1
* correctly escape backslashes in request path globsAaron Patterson2014-11-162-2/+44
* Merge branch '3.2.20' into 3-2-stableAaron Patterson2014-10-303-2/+39
|\
| * bumping version to 3.2.20Aaron Patterson2014-10-291-1/+1
| * FileHandler should not be called for files outside the rootAaron Patterson2014-10-292-1/+38
* | Regenerate sid when sbdy tries to fixate the sessionSantiago Pastorino2014-08-042-12/+11
|/
* Preparing for 3.2.19 releaseRafael Mendonça França2014-07-022-1/+3
* Feature detect based on Ruby version.Aaron Patterson2014-05-181-1/+1
* feature detect for FNM_EXTGLOB for older Ruby. Fixes #15053Aaron Patterson2014-05-101-5/+21