aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23692 from abhishekjain16/docsYves Senn2016-02-163-3/+3
|\
| * Use a URL instead of an URL everywhereAbhishek Jain2016-02-153-3/+3
* | Remove unused test controller actionAndrew White2016-02-161-5/+0
* | Join values using '; ' as per RFC specAndrew White2016-02-161-1/+1
* | Add require and move escape to private methodAndrew White2016-02-161-1/+6
* | Move test for #22828 into it's own testAndrew White2016-02-161-2/+10
* | Merge branch 'should-escape-cookie' of https://github.com/ma2gedev/rails into...Andrew White2016-02-162-1/+8
|\ \
| * | Escape cookie's key and value in ActionController::TestCaseTakayuki Matsubara2015-12-302-1/+8
* | | Corrected secret_key_basevs4vijay2016-02-151-1/+1
* | | Remove `const_missing` which fallback to deprecated `NEVER_UNPERMITTED_PARAMS`Ryuta Kamizono2016-02-152-16/+0
* | | Only write to collection cache if we have a callable cache key.Kasper Timm Hansen2016-02-121-15/+8
* | | Check `partial_rendered_times` to clarify expectations.Kasper Timm Hansen2016-02-121-1/+4
* | | Test collection caching with callable cache key.Kasper Timm Hansen2016-02-121-0/+25
| |/ |/|
* | Merge pull request #23611 from abhishekjain16/routes_optionsKasper Timm Hansen2016-02-121-2/+3
|\ \
| * | Fixes routes to match verbs and path with -g optionAbhishek Jain2016-02-111-2/+3
* | | Add fixes accidentally removed.Kasper Timm Hansen2016-02-123-3/+4
* | | Flesh out request encoding + response parsing changelog entry.Kasper Timm Hansen2016-02-121-2/+11
* | | use rails instead of rakeGaurav Sharma2016-02-121-2/+2
* | | 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