aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Add `#no_content_type` attribute to `AD::Response`Prem Sichanugrist2014-02-181-1/+1
* Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-0/+8
* Check if variant array contains only symbolsŁukasz Strzałkowski2014-02-131-0/+8
* Variant negotiationLukasz Strzalkowski2014-02-131-1/+5
* Re-write legacy (marshal) cookies on readGodfrey Chan2014-02-111-15/+17
* Changed the tests to ensure HybridSerializer actually migrates the cookies (c...Godfrey Chan2014-02-111-10/+18
* Fixed minor typo in test codeGodfrey Chan2014-02-111-1/+1
* Tests for the HybridSerializerRafael Mendonça França2014-02-111-0/+68
* Removed an old testGodfrey Chan2014-02-111-5/+0
* Just very so slightly better test coverageGodfrey Chan2014-02-111-15/+57
* Renamed session_serializer option to cookies_serializerGodfrey Chan2014-02-111-6/+6
* docs, link to HTTP and CGI header definitions. [ci skip]Yves Senn2014-02-101-1/+1
* Set the :shallow_path as each scope is generatedAndrew White2014-02-091-0/+75
* Merge pull request #13982 from dskang/fix-response-flatten-infinite-recursionAaron Patterson2014-02-091-0/+18
|\
| * Prevent [response].flatten from recursing infinitely.Dan Kang2014-02-081-0/+9
| * Add missing test for response destructuring.Myron Marston2014-02-081-0/+9
* | use File.exist? instead of File.exists?SHIBATA Hiroshi2014-02-091-1/+1
* | Skips tests on Windows that create files with illegal charactersMikko Johansson2014-02-091-2/+7
|/
* Modify the session serializer implementationGuillermo Iguaran2014-01-301-9/+3
* Allow session serializer key in config.session_storeLukasz Sarnacki2014-01-291-0/+33
* Add additional tests for #13824Andrew White2014-01-251-0/+26
* Transform dashes to underscores in resource route namesByron Bischoff2014-01-251-3/+13
* Merge pull request #13811 from mdesantis/issue-13810Yves Senn2014-01-241-0/+21
|\
| * Fix `rake routes` error when `Rails::Engine` with empty routes is mounted; fi...Maurizio De Santis2014-01-241-0/+21
* | test boolean and number json param parsingArthur Neves2014-01-231-0/+7
|/
* Tidy up tests and CHANGELOG for #12598Andrew White2014-01-203-5/+24
* Automatically convert dashes to underscores in shorthand routesMikko Johansson2014-01-201-0/+10
* Automatically convert dashes to underscores for url helpersAmr Tamimi2014-01-202-1/+5
* Revert "Don't remove trailing slash from PATH_INFO for mounted apps"Piotr Sarnacki2014-01-161-5/+0
* Add failing test for #13369Piotr Sarnacki2014-01-161-0/+18
* standardize on jruby_skip & rbx_skipGaurish Sharma2014-01-131-3/+1
* Allow an absolute controller path inside a module scopeAndrew White2014-01-051-0/+12
* Unique the segment keys array for non-optimized url helpersAndrew White2014-01-051-0/+18
* Show full route constraints in error messageAndrew White2014-01-051-0/+25
* Use a custom route vistor for optimized route generationAndrew White2014-01-051-0/+12
* Allow engine root relative redirects using an empty string.Andrew White2014-01-011-41/+111
* Fix Encoding::CompatibilityError when public path is UTF-8Andrew White2013-12-291-3/+16
* Merge pull request #13188 from imanel/skip_deep_mungeJeremy Kemper2013-12-191-0/+15
|\
| * Add configuration option to optionally disable deep_mungeBernard Potocki2013-12-051-0/+15
* | Fix assertions for testing unknown formats using Mime::NullTypeCarlos Antonio da Silva2013-12-191-5/+5
* | Show routes defined under assets prefixRyunosuke SATO2013-12-191-0/+12
* | Spelling and Grammar check [ci skip]Akshay Vishnoi2013-12-161-1/+1
* | Make ActionDispatch::Request::Session#fetch behave like Hash#fetchTrent Ogren2013-12-111-3/+2
* | Fix mounting engines inside a resources blockPiotr Sarnacki2013-12-101-1/+12
* | Fixed test for Mime::VCFArun Agrawal2013-12-061-3/+3
|/
* Action Pack VariantsŁukasz Strzałkowski2013-12-041-0/+13
* Deep Munge the parameters for GET and POSTMichael Koziarski2013-12-021-0/+15
* Merge pull request #12123 from aredondo/masterCarlos Antonio da Silva2013-12-021-0/+8
|\
| * Add regression test for IpSpoofAttackError issueAlvaro Redondo2013-09-031-0/+8
* | Try to escape each part of a path redirect route correctlyAndrew White2013-12-021-0/+10