aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | | Merge pull request #5242 from rails/opt_routesJosé Valim2012-03-022-7/+7
|\ \ \ \ \
| * | | | | Optimize url helpers.Sergey Nartimov + José Valim2012-03-022-7/+7
| | |_|/ / | |/| | |
* / | | | Fix #5238, rendered_format is not set when template is not renderedPiotr Sarnacki2012-03-021-2/+6
|/ / / /
* | | | Adding tests for non-optional glob parametersAndrew White2012-02-261-2/+27
* | | | SSL should not be disabled by default in any environment.Pat Allan2012-02-231-14/+0
* | | | Remove unused global variable in controller filters testAlexey Vakhov2012-02-231-2/+0
* | | | Add config.default_method_for_update to support PATCHDavid Lee2012-02-226-13/+103
* | | | Merge pull request #5082 from willbryant/assigns_should_not_stringify_values_...Aaron Patterson2012-02-201-0/+5
|\ \ \ \
| * | | | assigns(:foo) should not convert @foo's keys to strings if it happens to be a...Will Bryant2012-02-181-0/+5
* | | | | Integration tests support the OPTIONS http methodJeremy Kemper2012-02-191-1/+17
|/ / / /
* | | | Merge pull request #3479 from arvida/ensure-date-header-on-expires-inJosé Valim2012-02-181-0/+7
|\ \ \ \
| * | | | Added test for setting of HTTP Date header when calling #expires_inarvida2011-10-311-0/+7
* | | | | let expires_in accept a must_revalidate flagXavier Noria2012-02-171-0/+20
* | | | | adding tests to document behavior for #4817Aaron Patterson2012-02-141-0/+26
* | | | | Rack body respond to each and not to joinSantiago Pastorino2012-02-141-0/+12
* | | | | Merge pull request #3305 from cjolly/request_filtered_envJeremy Kemper2012-02-131-0/+33
|\ \ \ \ \
| * | | | | Exclude rack.request.form_vars from request.filtered_envChad Jolly2012-01-181-0/+33
* | | | | | Removing old Controller testThiago Pradi2012-02-121-37/+0
* | | | | | Cleaning Route generation testsThiago Pradi2012-02-121-30/+0
* | | | | | replacing the orderhash with hash for ruby-1.9ganesh2012-02-091-3/+2
* | | | | | Added unit test to cover changes to RouteSet.url_forRyan McGeary2012-02-071-0/+16
* | | | | | Fixed force_ssl redirects to include original query paramsRyan McGeary2012-02-071-0/+6
* | | | | | Fix override API response bug in respond_withPrem Sichanugrist2012-02-031-0/+25
* | | | | | Merge pull request #4529 from ask4prasath/refactorVijay Dev2012-01-251-8/+10
|\ \ \ \ \ \
| * | | | | | Refactored class methods on address render testprasath2012-01-191-8/+10
| |/ / / / /
* | | | | | Merge pull request #3775 from karevn/masterAaron Patterson2012-01-241-1/+14
|\ \ \ \ \ \
| * | | | | | Fix: when using subdomains and constraints, request params were not passed to...karevn2011-11-281-1/+14
* | | | | | | Added custom regexps to ASTs that have literal nodes on either side ofAaron Patterson2012-01-231-0/+62