aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-022-2/+0
* html_escape should escape single quotesSantiago Pastorino2012-07-312-3/+3
* close the response when the response body is set so that normal render calls ...Aaron Patterson2012-07-291-0/+9
* header hash is duped before being sent up the rack stackAaron Patterson2012-07-291-0/+13
* make sure set_response! sets the correct response objectAaron Patterson2012-07-291-0/+6
* Controller actions are processed in a separate thread for liveAaron Patterson2012-07-291-3/+69
* added live responses which can be written and read in separate threadsAaron Patterson2012-07-291-0/+26
* flushing output should write to the stream rather than mutating the response ...Aaron Patterson2012-07-291-3/+3
* remove dead testAaron Patterson2012-07-291-4/+0
* adding a buffered stream to the response objectAaron Patterson2012-07-291-0/+30
* Remove warning renaming the test classes to use the test conventionRafael Mendonça França2012-07-292-2/+2
* this test is not a controller test, so switch to AS::TCAaron Patterson2012-07-281-1/+1
* Clean up Sweeper controller accessor when an Error is raisedBrian John2012-07-201-0/+11
* Fix indentation.Piotr Sarnacki2012-07-111-4/+4
* Don't raise an error if http auth token isn't well formattedPiotr Sarnacki2012-07-111-0/+8
* deprecate `describe` without a block.Aaron Patterson2012-07-093-12/+0
* Use "instance_accessor" for flash types class attributeCarlos Antonio da Silva2012-07-071-1/+0
* Added support add_flash_typeskennyj2012-07-071-0/+26
* Remove unused code.kennyj2012-07-071-4/+0
* Prevent conflict between mime types and Object methodsMircea Pricop2012-07-061-1/+3
* Merge branch 'master' into testcleanAaron Patterson2012-07-051-0/+5
|\
| * Add the options method to action_controller testcase.François de Metz2012-07-041-0/+5
* | test should be testing to_param not to_s, remove Array subclassAaron Patterson2012-07-031-2/+2
|/
* AS::Callbacks: deprecate monkey patch codeBogdan Gusiev2012-06-261-0/+12
* Merge pull request #6805 from tim-vandecasteele/uploadedfile-paramifyCarlos Antonio da Silva2012-06-231-0/+7
|\
| * Don't paramify ActionDispatch::Http::UploadedFile in testsTim Vandecasteele2012-06-221-0/+7
* | Removed warnings.Arun Agrawal2012-06-211-3/+3
|/
* Merge pull request #6777 from route/logger_in_metal_testsCarlos Antonio da Silva2012-06-191-0/+17
|\
| * Added test for case when view doesn't have logger method when using ActionCon...Dmitry Vorotilin2012-06-191-0/+17
* | Ensure that cache-control headers are mergedJames Tucker2012-06-181-0/+12
|/
* Support unicode character route in config/routes.rb.kennyj2012-06-161-0/+5
* adding a test for #6459Aaron Patterson2012-06-141-0/+10
* This consider_all_requests_local doesn't make senseSantiago Pastorino2012-06-121-18/+0
* Return proper format on exceptionsSantiago Pastorino2012-06-111-0/+43
* stop `to_s`ing method namesAkira Matsuda2012-06-061-16/+16
* Include routes.mounted_helpers into integration testsPiotr Sarnacki2012-06-011-0/+19
* Extracted redirect logic from ActionController::Force::ClassMethods.force_sslJeremy Friesen2012-05-311-0/+31
* no need to pass an empty block to button_to helperSergey Nartimov2012-05-301-2/+2
* Fix sorting of helpers from different pathsPiotr Sarnacki2012-05-281-0/+30
* Merge pull request #2549 from trek/RoutingErrorForMissingControllersAaron Patterson2012-05-211-0/+10
|\
| * When a route references a missing controller, raise ActionController::Routing...Trek Glowacki2011-08-161-0/+10
* | Escape the extension when normalizing the action cache path.Andrew White2012-05-201-1/+30
* | Raise Assertion instead of RoutingError for routing assertion failures.David Chelimsky2012-05-201-5/+5
* | Show in log correct wrapped keysDmitry Vorotilin2012-05-201-0/+8
* | mispelling errors in render_text_test.rb and sqlite_specific_schemaangelo giovanni capilleri2012-05-121-2/+2
* | Refactor the handling of default_url_options in integration testsAndrew White2012-05-101-0/+80
* | Add failing test re #3436 which demonstrates content_type is not respected wh...Kunal Shah2012-05-081-0/+21
* | Merge pull request #5368 from andhapp/remove-max-staleJosé Valim2012-05-071-4/+4
|\ \
| * | Removed max-stale from the tests since it's a request cache-control directive...Anuj Dutta2012-03-101-4/+4
* | | added an integration test that checks ActionController::UnknownFormat renders...Steven Soroka2012-05-061-0/+9