aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23612 from vipulnsward/23561-fix-routes-argsKasper Timm Hansen2016-02-122-4/+2
|\
| * - Fixed and removed long arguments to rake routesVipul A M2016-02-122-4/+2
* | Memoize `parsed_body`.Kasper Timm Hansen2016-02-111-1/+1
* | [ci skip] Mention `parsed_body` in docs.Kasper Timm Hansen2016-02-111-2/+1
* | [ci skip] Fix syntax error in CHANGELOG example.Kasper Timm Hansen2016-02-111-1/+1
* | Make `parsed_body` extract parser from the content type.Kasper Timm Hansen2016-02-114-6/+20
|/
* Add request encoding and response parsing to changelog.Kasper Timm Hansen2016-02-101-0/+38
* Add `parsed_body` to spare writing out parsing routines.Kasper Timm Hansen2016-02-103-23/+56
* Merge pull request #21671 from kaspth/integration-request-encoding-helpersDavid Heinemeier Hansson2016-02-102-4/+122
|\
| * Add `as` to encode a request as a specific mime type.Kasper Timm Hansen2016-01-042-4/+122
* | `log_process_action` will return an array, so use `empty?`Aaron Patterson2016-02-091-1/+1
* | Request#fullpath should not raise an exception, so remove the rescueAaron Patterson2016-02-091-1/+1
* | AC::Request#format always returns a value, so we do not need to tryAaron Patterson2016-02-091-1/+1
* | speed up string xor operation and reduce object allocationsAaron Patterson2016-02-081-1/+2
* | Merge pull request #23534 from bronson/fix-redefined-warningArthur Nogueira Neves2016-02-081-0/+1
|\ \
| * | fix 'method redefined' warningsScott Bronson2016-02-061-0/+1
* | | Revert "Merge pull request #23562 from Azzurrio/patch-1"Rafael Mendonça França2016-02-081-1/+1
* | | Update rails-html-sanitizer version to v1.0.3Karim El-Husseiny2016-02-081-1/+1
* | | 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