aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
Commit message (Expand)AuthorAgeFilesLines
* Avoid scanning multiple render calls as a single match.João Britto2014-01-091-4/+26
* Improve ERB dependency detection.João Britto2014-01-091-4/+88
* Switched to use `display:none` in extra_tags_for_form method.Gaelian Ditchburn2014-01-053-3/+3
* Unused class in AV testAkira Matsuda2013-12-251-2/+0
* Unused classes in AV testsAkira Matsuda2013-12-243-18/+0
* Prefer assert_raise instead of flunk + rescue to test for exceptionsCarlos Antonio da Silva2013-12-192-6/+6
* Merge pull request #13363 from kuldeepaggarwal/f-video-optionsGuillermo Iguaran2013-12-171-1/+1
|\
| * allow video_tag to accept `size` as `Number` for square shaped videosKuldeep Aggarwal2013-12-181-1/+1
* | Fix integration test to pass same-origin verificationJeremy Kemper2013-12-171-1/+1
|/
* Disable available locales checks to avoid warnings running the testsCarlos Antonio da Silva2013-12-171-0/+3
* test description uses "disable" when it should be "disabled"Waynn Lue2013-12-111-1/+1
* value is "disabled" not "disable"Waynn Lue2013-12-111-1/+1
* Merge pull request #13059 from imkmf/cycle-accepts-arrayRafael Mendonça França2013-12-061-0/+7
|\
| * A Cycle object should accept an array and cycle through it as it wouldKristian Freeman2013-12-061-0/+7
* | Label only accepts `:index` and `:namespace` attributes from the inputAndriel Nuernberg2013-12-052-0/+72
* | Merge pull request #13189 from strzalek/retain-ap-av-depJeremy Kemper2013-12-051-2/+0
|\ \
| * | Retain ActionPack dependency on ActionViewŁukasz Strzałkowski2013-12-051-2/+0
* | | Escalate missing error when :raise is trueShota Fukumori (sora_h)2013-12-051-0/+6
* | | Added \u2028 \u2029 to json_escapeGodfrey Chan2013-12-041-1/+2
* | | Use lower case letters in unicodes sequences to match the new encoder's outputGodfrey Chan2013-12-041-3/+3
* | | Added failing test for json_escape striping quotation marksGodfrey Chan2013-12-041-0/+45
* | | Fix issue where TextHelper#simple_format was calling missing 'raw' methodMario Visic2013-12-051-0/+5
|/ /
* | Action Pack VariantsŁukasz Strzałkowski2013-12-042-3/+8
* | Stop using i18n's built in HTML error handling.Michael Koziarski2013-12-021-1/+1
* | Escape the unit value provided to number_to_currencyMichael Koziarski2013-12-021-1/+2
* | `ActionView::MissingTemplate` for partials includes underscore.Yves Senn2013-12-022-4/+4
|/
* More typo fixesAkira Matsuda2013-11-272-2/+2
* Minor typo fixesAkira Matsuda2013-11-273-5/+5
* Use `set_backtrace` instead of `@backtrace` in ActionView errorShimpei Makimoto2013-11-161-0/+7
* Merge pull request #12760 from pseidemann/masterYves Senn2013-11-091-0/+5
|\
| * fix simple_format escapes own output when sanitize is set to truepseidemann2013-11-081-0/+5
* | Refactor File.expand_path usage to remove additional File.joinAlex Johnson2013-11-051-1/+1
|/
* Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* Convert CDATA input to string before gsub'ingCarsten Zimmermann2013-10-291-0/+4
* Merge pull request #10471 from andyw8/button_to_paramsRafael Mendonça França2013-10-241-0/+7
|\
| * Add params option for button_toAndy Waite2013-09-181-0/+7
* | Ensure the state is clean after one failureRafael Mendonça França2013-10-161-5/+4
* | Add 2 tests, 1 of which fails, to isolate the digest_caching behaviour causin...Brad Murray2013-10-151-0/+26
* | Moved viewpathstest into actionview/test/actionpack/controllerArun Agrawal2013-10-091-0/+0
* | FakeController is not required in AVArun Agrawal2013-10-091-35/+0
* | Use the given name in html_options for the hidden field in collection_check_b...Angel N. Sciortino2013-09-241-0/+7
* | Fix some edge cases for AV `select` helper with `:selected` optionBogdan Gusiev2013-09-231-0/+16
* | Ability to pass block to AV#select helperBogdan Gusiev2013-09-231-0/+15
* | handle `:namespace` form option in collection labelsVasiliy Ermolovich2013-09-221-0/+36
* | Merge pull request #12232 from claudiob/delete-unused-helper-fixturesSantiago Pastorino2013-09-204-16/+0
|\ \
| * | Remove unused AV helper fixtures from e10a2531claudiob2013-09-144-16/+0
* | | Bust the template digest cache key when details are changedDaniel Schierbeck2013-09-191-1/+29
* | | There's no need to do thisSantiago Pastorino2013-09-171-4/+1
|/ /
* | "generates" applies to "collection radio" so it should be singularWaynn Lue2013-09-121-2/+2
* | Merge pull request #12112 from adamniedzielski/fix-form-for-namespace-and-asRafael Mendonça França2013-09-121-0/+12
|\ \