aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make current_page? compare binary stringsRafael Mendonça França2013-08-011-0/+8
* Fix `current_page?` when the URL contains escaped charactersRafael Mendonça França2013-08-011-0/+13
* text_area should handle nil value option like text_fieldJoel Cogen2013-07-241-0/+7
* add support for html attributes to grouped_options_for_selectVasiliy Ermolovich2013-07-201-0/+10
* Fix test name typosVipul A M2013-07-191-2/+2
* Fix default rendered format problem when calling render method without :conte...kennyj2013-07-151-0/+5
* Merge pull request #11348 from sanemat/fix/link-to-blockRafael Mendonça França2013-07-071-0/+7
|\
| * Fix link_to with block and url_hashsanemat2013-07-071-0/+7
* | Fix "Stack Level Too Deep" error when rendering recursive partialsRafael Mendonça França2013-07-071-0/+25
* | Added an `enforce_utf8` hash option for `form_tag` methodTakayuki Matsubara2013-07-071-1/+16
|/
* Remove action view test duplicationsanemat2013-07-071-3/+0
* Remove `FormBuilder` deprecation warning about block argument and associated ...Vipul A M2013-07-021-12/+0
* fetch value(s) from stringified optionsJon Rowe2013-06-291-0/+17
* Remove passing the prompt to grouped_options_for_select as an argument, becau...kennyj2013-06-281-17/+0
* Check if malformed fixture exists firstŁukasz Strzałkowski2013-06-201-0/+1
* Remove unneeded filesPiotr Sarnacki2013-06-204-4/+0
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-2048-0/+15266