aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | remove assigned but unused variable warningNihad Abbasov2013-02-211-2/+2
* | | | | Rack::Test::UploadedFile is a permitted scalarFabio Kreusch2013-02-211-1/+2
|/ / / /
* | / / Revert "Merge pull request #4803 from lucascaton/master"Santiago Pastorino2013-02-201-1/+1
| |/ / |/| |
* | | Remove XML Parser from ActionDispatchPrem Sichanugrist2013-02-202-313/+15
|/ /
* | Fix time_zone_options_for_select to not mutate TimeZones arrayBrian McManus2013-02-191-0/+7
* | InvalidMessage is in ActiveSupport::MessageEncryptor namespaceSantiago Pastorino2013-02-191-3/+18
* | Fix AP tests related to routes inspector output and the new column titlesCarlos Antonio da Silva2013-02-191-20/+65
* | Merge pull request #8704 from senny/remove_regexp_global_from_url_forAaron Patterson2013-02-141-0/+3
|\ \
| * | replace regexp global in #url_forYves Senn2013-01-161-0/+3
* | | Merge pull request #9221 from thenickcox/image_alt_attributeCarlos Antonio da Silva2013-02-111-1/+2
|\ \ \
| * | | Improve img alt attribute for screen readersthenickcox2013-02-091-1/+2
| | |/ | |/|
* | | the `:controller` option for routes can contain numbers. closes #9231.Yves Senn2013-02-091-0/+12
* | | Fix #9168 Initialize NullCookieJar with all options needed for KeyGeneratorAndrey Chernih2013-02-081-0/+35
|/ /
* | ruby constant syntax is not supported as routing `:controller` option.Yves Senn2013-02-061-9/+40
* | partials inside directory work with `assert_template`Yves Senn2013-02-043-0/+14
* | descriptive `assert_template` error when partial wasn't renderedYves Senn2013-02-041-0/+9
* | Missing or unneeded require extract_optionsAkira Matsuda2013-02-012-0/+2
* | Fix `content_tag_for` with array html option.Semyon Perepelitsa2013-01-311-0/+6
* | Add 'X-UA-Compatible' => 'chrome=1' to default headersGuillermo Iguaran2013-01-291-1/+3
* | Remove BestStandardsSupport middlewareGuillermo Iguaran2013-01-291-35/+0
* | Remove yaml Proc param parser testBrendon Murphy2013-01-281-13/+0
* | Make current_url? work with a HEAD methodMichiel Sikkes2013-01-281-0/+6
* | Merge pull request #9032 from firmhouse/head-breaks-csrfSantiago Pastorino2013-01-281-0/+4
|\ \
| * | Added a test that shows that a HEAD request does not normally pass CSRF prote...Michiel Sikkes2013-01-221-0/+4
* | | Use Encoding::UTF_8 constant :do_not_litter:Akira Matsuda2013-01-283-6/+6
* | | add fetch to CookieJarAaron Patterson2013-01-271-0/+30
* | | Add keys/values methods to TestSessionCarlos Antonio da Silva2013-01-251-5/+11
* | | Integrate Action Pack with Rack 1.5Carlos Antonio da Silva2013-01-254-14/+14
* | | Set Thread.abort_on_exception for the whole AS, AP, and AR testsAkira Matsuda + Koichi Sasada2013-01-241-0/+2
* | | ActionDispatch::Http::UploadedFile is a permitted scalar [Closes #9051]Xavier Noria2013-01-231-1/+2
|/ /
* | Lets kepp using Ruby 1.9 syntaxRafael Mendonça França2013-01-222-37/+37
* | Remove tabs, use spaces :scissors:Carlos Antonio da Silva2013-01-221-2/+2
* | Merge branch 'isolating_tests'Akira Matsuda2013-01-222-2/+12
|\ \
| * | Restore I18n.locale after running testsAkira Matsuda2013-01-221-1/+7
| * | Make sure to reset default_url_optionsAkira Matsuda2013-01-221-1/+5
* | | Stylistic pass at form_helper_testRafael Mendonça França2013-01-211-286/+362
* | | Capture block so content won't leak.José Mota2013-01-211-0/+57
|/ /
* | Duplicate possible frozen string from routeAndrew White2013-01-211-0/+9
* | Merge pull request #9014 from virusman/form_helpers_ar_testsRafael Mendonça França2013-01-212-0/+92
|\ \
| * | Added AR integration tests for form helpersvirusman2013-01-212-0/+92
* | | Merge pull request #9001 from schneems/schneems/routes-path-jsRafael Mendonça França2013-01-211-0/+8
|\ \ \
| * | | In Browser Path Matching with Javascriptschneems2013-01-201-0/+8
* | | | Fix setting expected value in translation testsCarlos Antonio da Silva2013-01-211-2/+2
| |/ / |/| |
* | | Merge pull request #9007 from dpree/masterRafael Mendonça França2013-01-201-35/+46
|\ \ \ | |/ / |/| |
| * | Removed ActionController::Base dependency from abstract controller translatio...Jens Bissinger2013-01-201-41/+46
| * | Test abstract controller's localize method.Jens Bissinger2013-01-201-0/+6
* | | Add missing assert callsCarlos Antonio da Silva2013-01-201-2/+2
* | | strong parameters filters permitted scalarsXavier Noria2013-01-202-17/+164
|/ /
* | Merge pull request #8978 from chrismcg/remove_i18n_symbol_dependencyAaron Patterson2013-01-191-3/+8
|\ \
| * | Remove i18n symbol dependencyChris McGrath2013-01-171-3/+8