aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
...
* apply form_for namespace option to date_selectSergey Nartimov2012-03-261-0/+8
* Build fix for ruby1.8.7-358Arun Agrawal2012-03-192-9/+7
* Add missing test for #5308Piotr Sarnacki2012-03-173-0/+15
* Fix #5440 - multiple render_to_string breaks partials formatsPiotr Sarnacki2012-03-175-0/+30
* Merge pull request #5457 from brianmario/typo-fixAaron Patterson2012-03-151-1/+1
* Merge pull request #5456 from brianmario/redirect-sanitizationAaron Patterson2012-03-151-0/+20
* Merge pull request #5338 from mreinsch/3-2-static_invalid_byte_sequenceAaron Patterson2012-03-151-0/+4
|\
| * fix ArgumentError being raised in case of invalid byte sequencesMichael Reinsch2012-03-081-0/+4
* | 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/+11
|/
* 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
* Fix #5238, rendered_format is not set when template is not renderedPiotr Sarnacki2012-03-021-2/+6
* Merge branch '3-2-2' into 3-2-stableAaron Patterson2012-03-011-1/+8
|\
| * Merge branch '3-2-stable-security' into 3-2-2Aaron Patterson2012-03-011-1/+8
| |\
| | * fix output safety issue with select optionsSergey Nartimov2012-02-201-1/+8
* | | Add a new line after the textarea opening tag.Rafael Mendonça França2012-02-272-37/+37
* | | Adding tests for non-optional glob parametersAndrew White2012-02-261-2/+27
* | | assert => assert_equalArun Agrawal2012-02-251-3/+3
* | | Checking headers in a better way. as doing hereArun Agrawal2012-02-251-4/+3
* | | Build fix for ruby187-p358Arun Agrawal2012-02-251-2/+7
|/ /
* | format lookup for partials is derived from the format in which the template i...Santiago Pastorino2012-02-223-4/+9
* | Don't wrap the raise with ensureSantiago Pastorino2012-02-211-1/+1
* | Restore lookup formats to the previous value after searching for the failing ...Santiago Pastorino2012-02-211-1/+2
* | Fix some warnings on 3-2-stablekennyj2012-02-214-25/+27
|/
* Fix a failing testSantiago Pastorino2012-02-201-0/+2
* Use the right format when a partial is missing.Santiago Pastorino2012-02-202-0/+8
* Reset memoized hash keys when new entry addedChris Kelly2012-02-201-0/+6
* Remove fixture files with Windows incompatible filenamesAndrew White2012-02-2013-39/+88
* Fix ActionDispatch::Static to serve files with unencoded PCHARAndrew White2012-02-1713-0/+40
* backporting #4918 to 3.2 stable; adding extra test for accept header given by...Aditya Sanghi2012-02-171-0/+12
* 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 #4988 from kennyj/fix_4720-3Aaron Patterson2012-02-101-0/+26
* 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-061-0/+6
* Merge pull request #4908 from kennyj/fix_3864José Valim2012-02-061-0/+33
* Merge pull request #4870 from sikachu/3-2-stable-responder-fixJosé Valim2012-02-042-0/+35
|\
| * Fix override API response bug in respond_withPrem Sichanugrist2012-02-032-0/+35
* | Merge pull request #4879 from kennyj/fix_4873José Valim2012-02-041-0/+6
|/
* don't set the hidden checkbox value if it's nilDamien Mathieu2012-01-271-0/+8
* check_box helper with :disabled => true generates disabled hidden field. fixe...Tadas Tamošauskas2012-01-271-4/+3
* Test for unicode path supportPaul McMahon2012-01-251-0/+20
* Merge pull request #4639 from joevandyk/datetime-infinity-select-fixAaron Patterson2012-01-241-0/+12
|\
| * datetime_select should work with -/+ infinity datesJoe Van Dyk2012-01-241-0/+12
* | Remove unused variables to avoid warningsRafael Mendonça França2012-01-241-3/+0
* | Fix date_select with discard_month and discard_year optionsRafael Mendonça França2012-01-241-0/+37
* | Fix date_select nil and blank and order caseIndrek Juhkam2012-01-241-17/+1
* | Add failing test for date_selectIndrek Juhkam2012-01-241-0/+16
|/