aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template
Commit message (Expand)AuthorAgeFilesLines
* Use the reference for the mime type to get the formatRafael Mendonça França2014-02-182-0/+34
* Merge branch '4-1-0-beta2'Rafael Mendonça França2014-02-181-0/+39
|\
| * Escape format, negative_format and units options of number helpersRafael Mendonça França2014-02-181-0/+39
* | Fix a fragile test on `action_view/render`Prem Sichanugrist2014-02-181-1/+1
* | implements new option :month_format_string for date select helpers [Closes #1...Xavier Noria2014-02-151-0/+10
* | Added tests to render helper that expect `render partial: @foo` toIain Beeston2014-02-121-0/+10
* | Adding an documentation example and a test to button_to with pathAttila Domokos2014-02-021-0/+7
* | Rails config for raise on missing translationsKassio Borges2014-01-271-0/+10
* | 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