aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13414 from britto/jb-fix-dependency-matchingRafael Mendonça França2014-01-161-4/+110
|\
| * 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
* | "serie" => "series"Waynn Lue2014-01-131-2/+2
|/
* Switched to use `display:none` in extra_tags_for_form method.Gaelian Ditchburn2014-01-052-2/+2
* Unused classes in AV testsAkira Matsuda2013-12-241-8/+0
* allow video_tag to accept `size` as `Number` for square shaped videosKuldeep Aggarwal2013-12-181-1/+1
* 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
* | 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-271-1/+1
* Minor typo fixesAkira Matsuda2013-11-271-1/+1
* Use `set_backtrace` instead of `@backtrace` in ActionView errorShimpei Makimoto2013-11-161-0/+7
* fix simple_format escapes own output when sanitize is set to truepseidemann2013-11-081-0/+5
* 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
* | 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
* | 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
|\ \
| * | form_for - fix :namespace and :as options clashAdam Niedzielski2013-09-091-0/+12
* | | Cleanup of excerpt helperPaul Nikitochkin2013-09-061-0/+3
|/ /
* | Fix failure with minitest 5.0.7Carlos Antonio da Silva2013-09-061-0/+1
* | Merge pull request #12143 from rajcybage/fixing_typosCarlos Antonio da Silva2013-09-051-1/+1
|\ \
| * | fix actionview and activemodel test cases typosRajarshi Das2013-09-051-1/+1
* | | Fix method name typosVipul A M2013-09-052-2/+2
|/ /
* | Merge pull request #11768 from cloudspace/cache_template_loadingRafael Mendonça França2013-08-271-2/+11
|\ \
| * | Only cache template digests if config.cache_template_loadingJosh Lauer2013-08-061-2/+11
* | | Fix AV tests, I18nProxy was moved to AVŁukasz Strzałkowski2013-08-251-1/+1
| |/ |/|
* | Remove privatizing of Fixnum#/ from assert_distance_of_time_in_wordsAlex Tambellini2013-08-051-5/+7
|/
* Add "extname" option to javascript_include_tagNathan Stitt2013-08-031-0/+7