aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template
Commit message (Expand)AuthorAgeFilesLines
* Add test cases for checkbox_tagPrakash Laxkar2015-10-011-0/+12
* Add test case for text_field_tagAkshay Vishnoi2015-10-011-1/+7
* Merge pull request #21661 from akshay-vishnoi/submit_tag_testsRafael Mendonça França2015-09-291-0/+8
|\
| * Fix - Prevent adding of `data-disable-with` option twice in html.Akshay Vishnoi2015-09-181-0/+8
* | Fix names of test casesAkshay Vishnoi2015-09-291-3/+3
* | Merge pull request #21781 from ronakjangir47/partial_caching_testKasper Timm Hansen2015-09-261-0/+10
|\ \
| * | Added test cases where collection partial cached for different key and render...Ronak Jangir2015-09-261-0/+10
* | | Merge pull request #21431 from ojab/masterRafael Mendonça França2015-09-261-0/+21
|\ \ \
| * | | Handle nested fields_for by adding indexes to record_nameojab2015-08-301-0/+21
* | | | Regression test on CollectionCheckBoxes to accept `include_hidden`Mauro George2015-09-241-0/+7
* | | | Add a hidden field on the collection_radio_buttonsMauro George2015-09-242-4/+44
| |/ / |/| |
* | | compare arrays not set objects.Aaron Patterson2015-09-211-3/+3
* | | :hocho: TyposAkira Matsuda2015-09-211-1/+1
* | | :scissors: empty line at the top of filesAkira Matsuda2015-09-211-1/+0
* | | Merge pull request #21632 from kirs/feature/translation-helper-include-interp...Kasper Timm Hansen2015-09-181-0/+6
|\ \ \
| * | | Include interpolation values to translation_missing helperKir Shatrov2015-09-181-0/+6
| * | | use path escaping for email addressesAaron Patterson2015-09-041-3/+3
| |/ /
* | / File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-1/+0
| |/ |/|
* | `url_for` does not modify polymorphic optionsBernerd Schaefer2015-09-041-0/+14
|/
* - Extracted `DELIMITED_REGEX` to `delimited_regex` method and made use of us...Vipul A M2015-08-281-0/+2
* no more require minitest mockGaurav Sharma2015-08-271-1/+0
* Removed Mocha from ActionView part 1Ronak Jangir2015-08-247-81/+101
* Merge pull request #21135 from DropsOfSerenity/masterSean Griffin2015-08-172-10/+48
|\
| * Make disable_with default in submit_tagJustin Schiff2015-08-112-10/+48
* | Fix test assign_parameter method signatureeileencodes2015-08-151-1/+1
|/
* Sometimes you need a specific break sequence while using word wrap and as tod...Mauricio Gomez Aguinaga2015-08-111-0/+4
* Merge pull request #20904 from kaspth/wildcard-template-dependenciesKasper Timm Hansen2015-07-271-1/+36
|\
| * Add wildcard template dependencies.Kasper Timm Hansen2015-07-261-1/+36
* | Encode the email address as prescribed in RFC 6068 section 2.Clayton Smith2015-07-231-0/+7
|/
* Remove unused persistent option.Kasper Timm Hansen2015-07-181-3/+3
* Make digest cache work in development.Kasper Timm Hansen2015-07-181-10/+0
* Merge pull request #20813 from noniq/locale-argument-for-pluralize-helperKasper Timm Hansen2015-07-091-0/+12
|\
| * Allow `pluralize` helper to take a locale.Stefan Daschek2015-07-091-0/+12
* | Support explicit defintion of resouce name for collection caching.Dov Murik2015-07-071-3/+5
|/
* Merge pull request #20669 from akolomiychuk/image-pathYves Senn2015-06-291-0/+5
|\
| * Add nil check in asset_pathAnton Kolomiychuk2015-06-291-0/+5
* | Fix cache issue when different partials use the same collectionRoque Pinel2015-06-281-4/+13
* | Improve detection of partial templates eligible for collection caching.Dov Murik2015-06-221-0/+30
|/
* Merge pull request #20108 from akshay-vishnoi/button-tagArthur Nogueira Neves2015-06-151-0/+7
|\
| * Add missing spec and documentation for button_tag helperAkshay Vishnoi2015-05-241-0/+7
* | Merge pull request #20107 from ankit8898/av_refac_record_tag_helperArthur Nogueira Neves2015-06-151-2/+1
|\ \
| * | Removed not needed includes, As record_tag_helper is moved to a gem we are notAnkit Gupta2015-05-101-2/+1
| |/
* | Merge pull request #20058 from farukaydin/cache-digests-dependency-rakeRafael Mendonça França2015-06-111-0/+20
|\ \
| * | add error log that notify 'file not found' when using cache_digests:dependenc...Faruk AYDIN2015-05-071-0/+20
| |/
* | Raise an ArgumentError when `include_blank` is false for a required field inGrey Baker2015-06-081-0/+7
* | Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-58/+0
* | Do not put partial name to local_assigns when rendering without an objectHenrik Nygren2015-05-141-0/+8
* | Merge pull request #20149 from karanarora/Typo-fixRafael Mendonça França2015-05-131-11/+11
|\ \ | |/ |/|
| * remove redundant parenthesis. karanarora2015-05-141-11/+11
* | use the right assertions.Yves Senn2015-05-051-2/+2