aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23532 from matthewd/live-interlockMatthew Draper2016-02-081-23/+28
|\
| * Hand off the interlock to the new thread in AC::LiveMatthew Draper2016-02-071-23/+28
* | Add SVG as a default mime typeDavid Heinemeier Hansson2016-02-072-0/+5
|/
* Avoid coupling Action Pack to Railties.Kasper Timm Hansen2016-02-061-1/+1
* add missing requireAaron Patterson2016-02-051-0/+1
* disable controller / view thread spawning in testsAaron Patterson2016-02-053-3/+31
* Put some space for non-assets requests in development modePrathamesh Sonpatki2016-02-031-0/+2
* Sleep well, sweet princeSean Griffin2016-02-021-1/+1
* Merge pull request #23396 from pschambacher/pschambacher/fix_assert_generatesRafael França2016-02-021-0/+1
|\
| * Duplicate assert_generates options before modifying itPierre Schambacher2016-02-011-0/+1
* | Update CHANGELOG.mdKang-Kyu Lee2016-02-011-2/+2
* | Add some Action Cable CHANGELOG entriesRafael Mendonça França2016-02-011-3/+0
* | Preparing for Rails 5.0.0.beta2Sean Griffin2016-02-012-2/+7
* | Converge on filter.Kasper Timm Hansen2016-02-011-5/+4
* | Simplify filter normalization.Kasper Timm Hansen2016-02-011-5/+3
* | Merge pull request #23225 from vipulnsward/20420-rake-routes-optionsKasper Timm Hansen2016-02-014-23/+58
|\ \
| * | Add options for rake routes taskVipul A M2016-02-024-23/+58
| |/
* / Add documentation for #17573Jon Moss2016-02-011-0/+8
|/
* Wrangle the asset build into something that sounds more generalMatthew Draper2016-02-011-0/+3
* Merge pull request #23342 from y-yagi/remove_unused_variableRafael França2016-01-301-1/+1
|\
| * remove unused variable from render testyuuji.yaginuma2016-01-301-1/+1
* | Merge pull request #23343 from y-yagi/remove_unused_requireRafael França2016-01-301-1/+0
|\ \
| * | remove unused requireyuuji.yaginuma2016-01-301-1/+0
| |/
* / Handle response_body= when body is nileileencodes2016-01-302-0/+17
|/
* Add additional documentation on Headers#[] [ci skip]Tawan Sierek2016-01-291-1/+15
* Merge pull request #22800 from dgynn/pr_cache_helper_optionsRafael Mendonça França2016-01-292-0/+15
|\
| * restore ability to pass extra options to cache storesDave Gynn2015-12-262-0/+15
* | speed up accept header parsing a bit.Aaron Patterson2016-01-281-8/+11
* | convert AcceptList to a regular classAaron Patterson2016-01-281-20/+19
* | Run `file.close` before unlinking for traviseileencodes2016-01-281-1/+2
* | Regression test for rendering file from absolute patheileencodes2016-01-281-0/+11
* | remove == from AcceptItemAaron Patterson2016-01-271-6/+7
* | remove useless private methodsAaron Patterson2016-01-271-13/+9
* | change `@app_xml_idx` to an lvar and cache it on the stackAaron Patterson2016-01-271-16/+10
* | change `@text_xml_idx` to an lvar and cache it on the stackAaron Patterson2016-01-271-13/+11
* | Fix typo in strong params hash deprecation messageMarek2016-01-271-2/+2
* | doc typoAkira Matsuda2016-01-271-2/+2
* | add a skip for failing testAaron Patterson2016-01-261-1/+2
* | fix permitted? conditional for `render` callsAaron Patterson2016-01-262-3/+17
* | Merge pull request #23242 from maclover7/fix-error-secAaron Patterson2016-01-261-6/+3
|\ \
| * | Fix undefined error for `ActionController::Parameters`Jon Moss2016-01-261-6/+3
* | | clear view path cache between testsAaron Patterson2016-01-261-0/+5
|/ /
* | Merge branch '5-0-beta-sec'Aaron Patterson2016-01-255-5/+61
|\ \
| * | 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-222-1/+38
| * | stop caching mime types globallyAaron Patterson2016-01-221-2/+16
| * | use secure string comparisons for basic auth username / passwordAaron Patterson2016-01-221-1/+6
* | | Fix nodoc to internal class error document some of themVipul A M2016-01-251-1/+0
* | | rm changelog for unreleased changes fixesVipul A M2016-01-221-4/+0
* | | Merge pull request #23167 from maclover7/fix-21032Rafael França2016-01-213-1/+15
|\ \ \