aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21241 from pdg137/masterArthur Nogueira Neves2015-11-261-0/+4
|\
| * In url_for, never append ? when the query string is empty anyway.Paul Grayson2015-10-291-0/+4
* | Bring back `===` stubbing in `time_zone_select` test.Kasper Timm Hansen2015-11-221-1/+7
* | Ditch `each_with_index` for `each`.Kasper Timm Hansen2015-11-221-1/+1
* | Don't cache fake time zones.Kasper Timm Hansen2015-11-221-8/+9
* | Merge pull request #21615 from ronakjangir47/actionViewpart2Kasper Timm Hansen2015-11-225-79/+133
|\ \
| * | Removed Mocha from Action ViewRonak Jangir2015-09-235-79/+133
* | | Example of setting data attributes for image_tagNishant Modak2015-11-201-1/+2
* | | Respect value of `:object` if `:object` is false when renderingyui-knk2015-11-132-0/+3
* | | Fix week_field returning invalid valueChristoph2015-11-101-4/+10
* | | Allow `host` option in javscript and css helpersGrzegorz Witek2015-11-081-0/+2
* | | Don’t allow arbitrary data in back urlsDamien Burke2015-11-031-0/+17
* | | Add tests to make sure mail_to work with nil and SafeBufferRafael Mendonça França2015-11-031-0/+14
* | | Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-032-9/+24
| |/ |/|
* | making selected value to accept Hash like the default option. E.g. selected: ...Lecky Lao2015-10-291-0/+20
* | Merge pull request #22116 from gsamokovarov/fix-form-for-block-testYves Senn2015-10-291-2/+3
|\ \
| * | Fix a faulty form_for testGenadi Samokovarov2015-10-291-2/+3
* | | Ignore scope in missing translation input.Kasper Timm Hansen2015-10-281-0/+8
* | | Tweaked wording used in some tests.Sebastian McKenzie2015-10-251-1/+1
* | | Collection check boxes propagates input's id to the label's for attribute.Vasiliy Ermolovich2015-10-201-0/+11
* | | Delete needless `require 'active_support/deprecation'`yui-knk2015-10-201-1/+0
* | | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-062-2/+2
* | | render should return a stringAaron Patterson2015-10-051-1/+1
* | | 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-213-3/+3
* | | :scissors: empty line at the top of filesAkira Matsuda2015-09-211-1/+0
* | | mostly remove the ParamsParser middlewareAaron Patterson2015-09-181-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
|/ /
* / Fix calling cache helper with a relationLachlan Sylvester2015-08-282-0/+22
|/
* - 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-248-81/+105
* 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
|/