aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Revert "Merge pull request #5750 from ahoward/master"Santiago Pastorino2012-04-081-18/+0
|/ / /
* | | Merge pull request #5748 from ai/no_type_in_html5Jeremy Kemper2012-04-081-2/+2
|\ \ \
| * | | Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-051-2/+2
* | | | Make url_for work when option is nil and default_url_options hasRafael Mendonça França2012-04-051-0/+9
* | | | Merge pull request #5750 from ahoward/masterAaron Patterson2012-04-051-0/+9
|\ \ \ \
| * | | | carefully and quickly merge url_for optionsara.t.howard2012-04-041-0/+9
| |/ / /
* | | | Merge pull request #4446 from ayamomiji/patch-1José Valim2012-04-051-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | prevent the cache sweeper ignores NoMethodErrorayaya2012-03-291-0/+7
* | | | Tests :if option of force_ssl methodAlexey Vakhov2012-04-011-0/+23
* | | | Remove the leading \n added by textarea on assert_selectSantiago Pastorino2012-03-301-0/+7
|/ / /
* | | Set proper rendered_format when doing render :inlineSantiago Pastorino2012-03-281-0/+1
* | | Cover one more case in auth_token and remote formsPiotr Sarnacki2012-03-281-0/+7
* | | config.action_view.embed_authenticity_token_in_remote_forms is true by defaultPiotr Sarnacki2012-03-281-19/+14
* | | Added config.action_view.embed_authenticity_token_in_remote_formsPiotr Sarnacki2012-03-281-2/+48
* | | Add test for default_url_options[:port]Aaron Suggs2012-03-281-0/+12
* | | If partial is rendered in controller, grab format from templatePiotr Sarnacki2012-03-271-0/+13
* | | Merge pull request #5480 from drogus/rendering-issuesJosé Valim2012-03-171-0/+39
* | | Should use an argument in http_digest_authentication_test.rbkennyj2012-03-171-1/+1
* | | fixed - warning: ambiguous first argument; put parentheses or even spacesSandeep2012-03-161-1/+1
* | | fix typo in redirect testBrian Lopez2012-03-151-1/+1
* | | strip null bytes from Location header as wellBrian Lopez2012-03-151-0/+20
* | | Remove ActionController::TestCase#rescue_action_in_public!Piotr Sarnacki2012-03-151-5/+0
* | | Allow you to force the authenticity_token to be rendered even on remote forms...David Heinemeier Hansson2012-03-141-0/+11
* | | Do not include the authenticity token in forms where remote: true as ajax for...David Heinemeier Hansson2012-03-141-0/+13
* | | Remove --http.José Valim2012-03-147-197/+0
* | | Merge pull request #5357 from bagilevi/sweeper-undefined-method-ignoredPiotr Sarnacki2012-03-141-0/+16
|\ \ \
| * | | Don't ignore call to undefined method in SweeperLevente Bagi2012-03-061-0/+16
* | | | Add ActionController::HTTPSantiago Pastorino2012-03-147-0/+197
* | | | Remove unused methodSantiago Pastorino2012-03-121-4/+0
* | | | Merge pull request #5326 from lest/patch-2Michael Koziarski2012-03-101-2/+2
|\ \ \ \
| * | | | configure how unverified request will be handledSergey Nartimov2012-03-091-2/+2
* | | | | @controller already includes url_helpers in with_routing methodSantiago Pastorino2012-03-101-1/+0
|/ / / /
* / / / Add test case for #5307Carlos Antonio da Silva2012-03-071-2/+6
|/ / /
* | | Failing test for mime responder respond_with using a block.Mario Visic2012-03-051-0/+36
* | | force response body to be read in assert_templateSergey Nartimov2012-03-051-0/+13
* | | Route root helper shortcutBrian Cardarella2012-03-031-0/+9