aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11000 from sbeckeriv/accept_headerCarlos Antonio da Silva2013-06-251-1/+1
|\
| * Fix undefined method `ref' for nil:NilClass for bad accept headersStephen Becker IV2013-06-191-1/+1
* | Fix shorthand routes where controller and action are in the scopeAndrew White2013-06-251-2/+10
* | Merge pull request #11069 from ykzts/actiondispatch-ssl-secure-flag-igonore-caseGuillermo Iguaran2013-06-241-1/+1
|\ \
| * | Flag cookies as secure with ignore case in ActionDispatch::SSLYamagishi Kazutoshi2013-06-241-1/+1
* | | ActionDispatch:SSL: don't include STS header in non-https responsesGeoff Buesing2013-06-231-2/+1
|/ /
* / Don't remove trailing slash from PATH_INFO for mounted appsPiotr Sarnacki2013-06-211-1/+7
|/
* Don't set X-UA-Compatible header by defaultGuillermo Iguaran2013-06-131-2/+1
* Grammar nazi at work [ci skip]Paweł Gościcki2013-06-121-1/+1
* Merge pull request #10839 from gsamokovarov/clean-normalize_encoded_pathsRafael Mendonça França2013-06-041-11/+7
|\
| * Refactor ActionDispatch::Http::Parameters#normalize_encode_paramsGenadi Samokovarov2013-06-041-11/+7
* | Merge pull request #10838 from gsamokovarov/routing-autoload_underRafael Mendonça França2013-06-041-5/+7
|\ \
| * | Dry-up ActionDispatch::Routing autoloadsGenadi Samokovarov2013-06-041-5/+7
| |/
* | Remove Mime::Type#verify_request? and Mime::Type.browser_generated_types were...kennyj2013-06-021-16/+0
* | Add propery docs to ActionDispatch::Response [ci skip]Steve Klabnik2013-05-301-3/+19
* | Merge pull request #10803 from gsamokovarov/extract-deep-mungeRafael Mendonça França2013-05-303-18/+27
|\ \
| * | Extract ActionDispatch::Request#deep_mungeGenadi Samokovarov2013-05-303-18/+27
| |/
* / `RoutesInspector` deals with routes using regexp as `:controller` optionYves Senn2013-05-301-1/+1
|/
* Require only minitest.Rafael Mendonça França2013-05-221-1/+1
* Merge pull request #10667 from rubys/minitest-autorunRafael Mendonça França2013-05-221-1/+1
|\
| * Eliminate minitest warningsSam Ruby2013-05-171-1/+1
* | Add has_named_route? to the mapper APIJosé Valim2013-05-201-0/+5
|/
* Fix named routing regression from 3.2.13schneems2013-05-161-0/+1
* Revert "Integration tests support the OPTIONS http method"Rafael Mendonça França2013-05-161-7/+1
* Fixing build broken by this changeArun Agrawal2013-05-131-2/+2
* Code cleanup for ActionDispatch::Flash#callJulian Vargas2013-05-121-9/+3
* Merge pull request #10536 from vipulnsward/fix_exp_warningCarlos Antonio da Silva2013-05-091-1/+0
|\
| * remove variable and fix warningVipul A M2013-05-091-1/+0
* | rails -> Rails [ci skip]Prathamesh Sonpatki2013-05-091-1/+1
|/
* Fix that JSON and XML exception responses should give the HTTP error message ...Jeremy Kemper2013-05-081-2/+2
* Merge pull request #10426 from tkrajcar/rescue-h1-fixCarlos Antonio da Silva2013-05-021-0/+6
|\
| * Add styling to h1Tim Krajcar2013-05-021-0/+6
* | use constant for encodingNihad Abbasov2013-05-021-1/+1
|/
* Merge pull request #9857 from yyyc514/bad_params_should_400Aaron Patterson2013-04-301-0/+1
|\
| * failure to parse params should trigger a 400 Bad RequestJosh Goebel2013-03-211-0/+1
* | add missing semicolon to journey parser.yBen Holley2013-04-301-0/+1
* | Rack::Mount was replaced by Journey, Fixed commentGaurish Sharma2013-04-301-1/+1
* | Merge pull request #10301 from vipulnsward/extract_in_mapperAndrew White2013-04-221-2/+4
|\ \
| * | extract arrays to constants in MapperVipul A M2013-04-221-2/+4
* | | Merge pull request #10299 from econsultancy/use-method-not-allowed-exceptionAndrew White2013-04-221-0/+1
|\ \ \ | |/ / |/| |
| * | Return a 405 response for unknown HTTP methodsLewis Marshall2013-04-221-0/+1
* | | extract no content response codes to a constantVipul A M2013-04-221-1/+2
|/ /
* | Refactor ActionDispatch::Http::URL.build_host_urlAndrew White2013-04-181-20/+49
* | Duplicate options before mutating themAndrew White2013-04-182-3/+5
* | Passing subdomain: '' to url_for removes the subdomain (instead of adding a l...Derek Watson2013-04-182-1/+5
* | make [] method in router more readablebuddhamagnet2013-04-151-1/+3
* | Return nil for Mime::NullType#refAndrew White2013-04-101-0/+4
* | Reverts rendering behavior when format is unknownGrzegorz Świrski2013-04-101-1/+5
* | Use camelize instead of capitalize on error screenNikolay Shebanov2013-04-101-1/+1
* | change array of array to hashVipul A M2013-04-091-6/+4