aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8530 from dasch/dependency-trackersDavid Heinemeier Hansson2013-02-252-1/+48
|\
| * Register trackers on extensions, not handlersDaniel Schierbeck2013-02-202-5/+6
| * Return an empty array if no tracker is foundDaniel Schierbeck2013-02-201-2/+9
| * Allow registering custom dependency trackersDaniel Schierbeck2013-02-202-1/+40
* | fix respond_to without blocks not working if one of the blocks is allgrosser2013-02-242-0/+22
* | Move number_to_human test from AP to ASCarlos Antonio da Silva2013-02-221-5/+0
* | Address edge case for number_to_human with units option.hoffm2013-02-221-0/+5
* | Merge pull request #9334 from NARKOZ/time_tagAndrew White2013-02-211-18/+18
|\ \
| * | fix time_tag helper and update tests to not rely on dynamically generated valuesNihad Abbasov2013-02-221-18/+18
* | | Merge pull request #9361 from senny/improved_match_shorthand_syntaxAndrew White2013-02-211-0/+27
|\ \ \
| * | | determine the match shorthand target early.Yves Senn2013-02-211-0/+27
* | | | Revert "Revert "Merge pull request #4803 from lucascaton/master""Santiago Pastorino2013-02-211-1/+1
* | | | Use #grep to filter priority zones when a regexp is givenCarlos Antonio da Silva2013-02-211-2/+4
* | | | Fix test name and refactor fake timezones creation in form options testCarlos Antonio da Silva2013-02-211-3/+3
|/ / /
* | | Merge pull request #9354 from NARKOZ/remove-warningsSteve Klabnik2013-02-211-2/+2
|\ \ \
| * | | 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