aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* refactor, `Http::Headers` stores headers in env notationYves Senn2013-03-131-12/+21
* Http::Headers respects headers that are not prefixed with HTTP_Yves Senn2013-03-131-6/+13
* Change from each to each_value on hash to avoid unused variable warningVipul A M2013-03-111-1/+1
* Fix incorrectly appended square brackets to a multiple select boxOlek Janiszewski2013-03-081-0/+8
* Fix warningsCarlos Antonio da Silva2013-03-071-2/+2
* Merge pull request #9464 from jcoyne/assert_template_fileRafael Mendonça França2013-03-071-0/+35
|\
| * Allow use of assert_template with the :file option.Justin Coyne2013-03-011-0/+35
* | Add missing require to debug helper testCarlos Antonio da Silva2013-03-051-2/+2
* | Add DebugHelperTestrobertomiranda2013-03-051-0/+8
* | Fix formats on xhr requests when HTTP_ACCEPT is empty stringmaximerety2013-03-041-0/+5
* | Use custom visitor class for optimized url helpersAndrew White2013-03-031-0/+6
|/
* Merge pull request #9366 from killthekitten/fix-content_for-regressionRafael Mendonça França2013-02-281-0/+4
|\
| * Fix #9360 regression in content_forNikolay Shebanov2013-02-251-0/+4
* | `format: true` does not override existing format constraints.Yves Senn2013-02-271-0/+24
* | Merge pull request #9218 from Fivell/masterCarlos Antonio da Silva2013-02-271-0/+14
|\ \
| * | fix db_runtime attribute value after raising ActionView::MissingTemplate exc...Igor2013-02-271-0/+14
* | | cleanup AP number_helpers_testYves Senn2013-02-271-47/+47
* | | remove duplicated number_helper tests in AP. They are already in AS.Yves Senn2013-02-271-270/+22
* | | allow non-String default params in the router.Yves Senn2013-02-261-1/+21
* | | the router allows String contraints.Yves Senn2013-02-261-0/+36
* | | Merge pull request #9434 from zires/devRafael Mendonça França2013-02-261-0/+4
|\ \ \
| * | | Make ActionDispatch::Journey::Path::Pattern#new raise more meaningful excepti...zires2013-02-271-0/+4
* | | | Add tests for #9441Francesco Rodriguez2013-02-261-0/+16
|/ / /
* | | 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