aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
...
* | | Do note remove `Content-Type` when `render :body`Prem Sichanugrist2014-03-051-17/+12
|/ /
* | Variants in ActionView::DigestorPiotr Chmolowski2014-03-041-2/+2
* | make sure we wait for the threads to shut down before asserting closureAaron Patterson2014-02-281-0/+1
* | 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
* | 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-181-0/+175
* | 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
* | Variant negotiationLukasz Strzalkowski2014-02-131-0/+21
* | Fixed broken flash testsGodfrey Chan2014-02-111-4/+4
* | Convert FlashHash in a Hash with indifferent accessGuillermo Iguaran2014-02-111-0/+10
* | Remove outdated TODO from url_for test, this test was fixed in 900a2d30Zachary Scott2014-02-091-3/+0
* | Tests that skips a controller filters that was set up using a classIonatan Wiznia2014-02-061-0/+16
* | Do not discard query parameters on requests that use wrap_parametersJosh Jordan2014-01-301-0/+20
* | Clear filtered request attributes between requests in testsAndrew White2014-01-272-0/+19
* | Remove unused argument.Francesco Rodriguez2014-01-241-1/+1
* | unify param.require testsArthur Neves2014-01-232-10/+8
* | Merge branch 'master' into laurocaetano-fix_send_fileAaron Patterson2014-01-1012-49/+378
|\ \
| * | Add any/all support for variantsŁukasz Strzałkowski2013-12-261-0/+143
| * | Unused classes in AP testsAkira Matsuda2013-12-251-11/+0
| * | AC::Parameters#permit! permits hashes in array valuesXavier Noria2013-12-231-3/+11
| * | Move the null mime type to request.formatCarlos Antonio da Silva2013-12-231-1/+1
| * | optimizes array conversion in AC::ParametersXavier Noria2013-12-211-0/+5
| * | converts hashes in arrays of unfiltered params to unpermitted params [fixes #...Xavier Noria2013-12-211-0/+7
| * | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-201-1/+1
| |\ \
| | * | Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-1/+1
| * | | Prefer assert_raise instead of flunk + rescue to test for exceptionsCarlos Antonio da Silva2013-12-192-20/+9
| * | | Clearly limit new CSRF protection to GET requestsJeremy Kemper2013-12-171-0/+10
| * | | CSRF protection from cross-origin <script> tagsJeremy Kemper2013-12-173-12/+72
| * | | Inline variants syntaxŁukasz Strzałkowski2013-12-101-1/+38
| * | | Revert "Merge pull request #13235 from strzalek/variants-inline" -- needs a l...David Heinemeier Hansson2013-12-081-13/+1
| * | | Inline variants syntaxŁukasz Strzałkowski2013-12-081-1/+13
| * | | Variants can be declared without a block to signify their presence in the con...David Heinemeier Hansson2013-12-071-1/+1
| * | | Allow code execution in case no variant has been set with variant.noneDavid Heinemeier Hansson2013-12-071-0/+16
| * | | Remove missing integration points of AV extractionCarlos Antonio da Silva2013-12-051-1/+1
| * | | Action Pack VariantsŁukasz Strzałkowski2013-12-041-0/+54
| * | | Merge branch 'format_localized_template' of https://github.com/acapilleri/railsGuillermo Iguaran2013-12-031-0/+11
| |\ \ \
| | * | | Fix header Content-Type: #<Mime::NullType:...> in localized templateAngelo capilleri2013-12-031-0/+11
* | | | | Fix stream closing when sending file with `ActionController::Live` included.Lauro Caetano2013-11-301-0/+14
|/ / / /
* | | | Typo fixes [ci skip]Akshay Vishnoi2013-11-301-2/+2
* | | | fixed-case when invalid action name has passedKuldeep Aggarwal2013-11-281-0/+3
* | | | fixed typo `destory` => `destroy` [ci skip]Kuldeep Aggarwal2013-11-281-1/+1
|/ / /
* / / Raise RuntimeErrors with inspectable and MRI-independent messages.Federico Ravasio2013-11-242-4/+4
|/ /
* | Take Hash with options inside Array in #url_forAndrey Ognevsky2013-11-151-0/+18