aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #23612 from vipulnsward/23561-fix-routes-argsKasper Timm Hansen2016-02-121-2/+1
|\ \ \ \
| * | | | - Fixed and removed long arguments to rake routesVipul A M2016-02-121-2/+1
* | | | | Memoize `parsed_body`.Kasper Timm Hansen2016-02-111-1/+1
* | | | | [ci skip] Mention `parsed_body` in docs.Kasper Timm Hansen2016-02-111-2/+1
* | | | | Make `parsed_body` extract parser from the content type.Kasper Timm Hansen2016-02-112-5/+9
|/ / / /
* | | | Add `parsed_body` to spare writing out parsing routines.Kasper Timm Hansen2016-02-102-12/+32
* | | | Merge pull request #21671 from kaspth/integration-request-encoding-helpersDavid Heinemeier Hansson2016-02-101-4/+79
|\ \ \ \ | |/ / / |/| | |
| * | | Add `as` to encode a request as a specific mime type.Kasper Timm Hansen2016-01-041-4/+79
* | | | `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
* | | | | 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-071-0/+1
|/ / / /
* | | | 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-052-2/+23
* | | | 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
* | | | | Preparing for Rails 5.0.0.beta2Sean Griffin2016-02-011-1/+1
* | | | | 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-012-16/+21
|\ \ \ \ \
| * | | | | Add options for rake routes taskVipul A M2016-02-022-16/+21
| |/ / / /
* / / / / Add documentation for #17573Jon Moss2016-02-011-0/+8
|/ / / /
* | | | 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-301-0/+1
|/ / /
* | | Add additional documentation on Headers#[] [ci skip]Tawan Sierek2016-01-291-1/+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
* | | 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
* | | fix permitted? conditional for `render` callsAaron Patterson2016-01-261-3/+6
* | | Fix undefined error for `ActionController::Parameters`Jon Moss2016-01-261-6/+3
* | | Merge branch '5-0-beta-sec'Aaron Patterson2016-01-254-5/+30
|\ \ \
| * | | 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-221-1/+7
| * | | 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
* | | | Merge pull request #23167 from maclover7/fix-21032Rafael França2016-01-211-1/+5
|\ \ \ \