aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | use built-in exception handling in live controllersAaron Patterson2014-02-281-15/+17
* | | live controllers should have live responsesAaron Patterson2014-02-281-13/+2
* | | set the error callback to a nice default in case nobody set an error callback...Aaron Patterson2014-02-281-0/+7
* | | Fix controller test not resetting @_url_optionsTony Wooster2014-02-261-0/+23
* | | Simple Sungularize ActionController::UnpermittedParameters error in case when...Serj L2014-02-241-4/+26
* | | Add `#no_content_type` attribute to `AD::Response`Prem Sichanugrist2014-02-181-1/+1
* | | Introduce `render :html` for render HTML stringPrem Sichanugrist2014-02-181-0/+190
* | | Introduce `render :plain` for render plain textPrem Sichanugrist2014-02-181-0/+168
* | | Update hash format for render_text_testPrem Sichanugrist2014-02-181-18/+18
* | | Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-182-0/+183
* | | Correct prestreaming controller response status.Kevin Casey2014-02-151-0/+18
* | | No variant should also be picked up by variant.any if variant.none is not def...David Heinemeier Hansson2014-02-131-0/+4
* | | Check if variant array contains only symbolsŁukasz Strzałkowski2014-02-131-0/+8
* | | Variant negotiationLukasz Strzalkowski2014-02-132-1/+26
* | | Fixed broken flash testsGodfrey Chan2014-02-111-4/+4
* | | Re-write legacy (marshal) cookies on readGodfrey Chan2014-02-111-15/+17
* | | Convert FlashHash in a Hash with indifferent accessGuillermo Iguaran2014-02-111-0/+10
* | | 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
* | | | Merge pull request #13985 from zzak/remove_old_todo_in_url_for_testCarlos Antonio da Silva2014-02-091-3/+0
|\ \ \ \
| * | | | Remove outdated TODO from url_for test, this test was fixed in 900a2d30Zachary Scott2014-02-091-3/+0
| |/ / /
* | | | 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
|/ / /
* | | Tests that skips a controller filters that was set up using a classIonatan Wiznia2014-02-061-0/+16
* | | Merge pull request #13863 from joshjordan/jsj-dont-throw-out-get-paramsRafael Mendonça França2014-02-011-0/+20
|\ \ \
| * | | Do not discard query parameters on requests that use wrap_parametersJosh Jordan2014-01-301-0/+20
* | | | Modify the session serializer implementationGuillermo Iguaran2014-01-301-9/+3
* | | | Allow session serializer key in config.session_storeLukasz Sarnacki2014-01-291-0/+33
|/ / /
* | | Clear filtered request attributes between requests in testsAndrew White2014-01-272-0/+19
* | | Add additional tests for #13824Andrew White2014-01-251-0/+26
* | | Transform dashes to underscores in resource route namesByron Bischoff2014-01-251-3/+13
* | | Remove unused argument.Francesco Rodriguez2014-01-241-1/+1
* | | 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
* | | | Merge pull request #13819 from arthurnn/one_require_testGuillermo Iguaran2014-01-232-10/+8
|\ \ \ \
| * | | | unify param.require testsArthur Neves2014-01-232-10/+8
| |/ / /
* / / / 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