aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Raise a rescuable exception when Rails doesn't know what to do with the forma...Steven Soroka2012-05-061-13/+19
* | | Merge pull request #4445 from nragaz/role_based_params_wrappingJosé Valim2012-05-041-2/+15
* | | Improve assert_template layout checkingAlexey Vakhov2012-05-041-0/+15
* | | Fix assert_template :layout => nil assertionAlexey Vakhov2012-05-041-0/+12
* | | Fix assert_template assertion with :layout optionAlexey Vakhov2012-05-041-0/+10
* | | Force given path to http methods in mapper to skip canonical action checkingCarlos Antonio da Silva2012-05-041-2/+2
* | | Merge pull request #6148 from twinturbo/head-fixJosé Valim2012-05-031-0/+66
|\ \ \
| * | | Remove content-length as welltwinturbo2012-05-031-0/+6
| * | | Make ActionController#head pass rack-linktwinturbo2012-05-031-0/+60
* | | | Allows assert_redirected_to to accept a regular expressionAndy Lindeman2012-05-031-0/+4
* | | | added proc evaluation for action cache's layout parameterNico2012-05-021-1/+32
* | | | ActionPack: remove tests for hash_for_* methodsBogdan Gusiev2012-05-021-18/+0
|/ / /
* | | allow send_file/send_data to skip disposition header, closes #2973Sergey Nartimov2012-04-301-0/+11
* | | Add failing test case for #6053Andrew White2012-04-291-0/+21
* | | Add changelog entry for jsonp mimetype change, fix failing testCarlos Antonio da Silva2012-04-291-1/+1
* | | Don't convert params if the request isn't HTML - fixes #5341Andrew White2012-04-291-2/+40
* | | Merge pull request #2321 from omjokine/masterJosé Valim2012-04-291-1/+1
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/master'Olli Jokinen2011-12-0124-181/+600
| |\ \ \
| * | | | fixed test case test_render_json_with_callback to use content_type applicatio...Olli Jokinen2011-07-281-1/+1
* | | | | Merge session arg with existing session instead of overwritingAndrew White2012-04-281-0/+20
* | | | | Remove default match without specified methodJose and Yehuda2012-04-2421-240/+240
* | | | | Remove unused test code.Rafael Mendonça França2012-04-161-5/+0
* | | | | Merge pull request #5783 from rafaelfranca/default_url_optionsSantiago Pastorino2012-04-081-1/+1
|\ \ \ \ \
| * | | | | default_url_options does not receive one argument anymoreRafael Mendonça França2012-04-081-1/+1