aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Move action_controller/vendor/html-scanner to action_viewPiotr Sarnacki2012-08-283-3/+3
* Move ActionController::RecordIdentifier to ActionViewPiotr Sarnacki2012-08-281-40/+0
* Access @rs only through attr_accessortomykaira2012-08-201-11/+11
* Extract common controllers to abstract_unitRafael Mendonça França2012-08-131-29/+0
* set the controller under test so we no longer need the reset! methodAaron Patterson2012-08-091-38/+4
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-062-7/+8
* make sure the body finishes rendering before checking response closureAaron Patterson2012-08-031-1/+2
* Collapsed dual checks (one for content headers and one for content) into a si...Armand du Plessis2012-08-022-4/+34
* Merge pull request #7240 from steveklabnik/fix_2301Rafael Mendonça França2012-08-021-3/+4
|\
| * Fix for digest authentication bug - issue #2301 in rails/railsArthur Smith2012-08-021-3/+4
* | 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
|\