aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
Commit message (Expand)AuthorAgeFilesLines
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-063-3/+3
* Merge pull request #21887 from abhishekjain16/doc_fixKasper Timm Hansen2015-10-061-1/+1
|\
| * Fix usage of word alternatively in docs [ci skip]Abhishek Jain2015-10-061-1/+1
* | [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel soundtanmay30112015-10-061-1/+1
|/
* Fix ActionView changelog documentation [ci skip]Abhishek Jain2015-10-061-1/+1
* 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
* Improve readability of docs by using code tag [ci skip]Prakash Laxkar2015-09-291-1/+1
* Merge pull request #21661 from akshay-vishnoi/submit_tag_testsRafael Mendonça França2015-09-292-1/+9
|\
| * Fix - Prevent adding of `data-disable-with` option twice in html.Akshay Vishnoi2015-09-182-1/+9
* | Fix names of test casesAkshay Vishnoi2015-09-291-3/+3
* | Merge pull request #21790 from yui-knk/fix_doc_date_fieldRafael Mendonça França2015-09-281-1/+1
|\ \
| * | [ci skip] Fix which method `FormHelper#date_field` try to callyui-knk2015-09-271-1/+1
* | | minor doc fix [ci skip]Mehmet Emin İNAÇ2015-09-271-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-262-1/+29
|\ \ \
| * | | Handle nested fields_for by adding indexes to record_nameojab2015-08-302-1/+29
* | | | 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-247-36/+96
| |/ / |/| |
* | | Merge pull request #21712 from amitsuroliya/html_fixYves Senn2015-09-221-2/+2
|\ \ \
| * | | Correcting output of `file_field` with `multiple` attribute option [ci skip]amitkumarsuroliya2015-09-221-2/+2
* | | | Correcting output of `number_to_percentage` example in `number_helper` [ci skip]amitkumarsuroliya2015-09-221-1/+1
|/ / /
* | | compare arrays not set objects.Aaron Patterson2015-09-211-3/+3
* | | Merge pull request #21612 from ronakjangir47/remove_unused_paramsSean Griffin2015-09-211-2/+2
|\ \ \
| * | | Removed unused parameter `options` for `register_detail` methodRonak Jangir2015-09-131-2/+2
* | | | :hocho: TyposAkira Matsuda2015-09-213-3/+3
* | | | :scissors: empty line at the top of filesAkira Matsuda2015-09-212-2/+0
* | | | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-195-12/+12
* | | | 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-182-1/+14
|\ \ \ \
| * | | | Include interpolation values to translation_missing helperKir Shatrov2015-09-182-1/+14
* | | | | File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-1/+0
| |_|_|/ |/| | |
* | | | No need the `a`shingo.nakanishi2015-09-171-2/+2
* | | | Fixed helpers submit button Examples [ci skip]shingo.nakanishi2015-09-171-1/+1
* | | | fix typo intance -> instance in ActionView [ci skip] amitkumarsuroliya2015-09-131-1/+1
| |/ / |/| |
* | | Merge pull request #21502 from bernerdschaefer/bs-polymorphic-url_for-dups-ar...Rafael Mendonça França2015-09-083-2/+21
|\ \ \
| * | | `url_for` does not modify polymorphic optionsBernerd Schaefer2015-09-043-2/+21
* | | | Merge pull request #21480 from amitsuroliya/add_return_value_descriptionKasper Timm Hansen2015-09-071-1/+1
|\ \ \ \
| * | | | adding description of return value [ci skip]amitkumarsuroliya2015-09-031-1/+1
| |/ / /
* | / / Use ERB::Utils to percent encode `hfvalue` parts of mailtoAaron Patterson2015-09-052-5/+5
| |/ / |/| |
* | | use path escaping for email addressesAaron Patterson2015-09-042-4/+4
|/ /
* / Fix calling cache helper with a relationLachlan Sylvester2015-08-283-3/+24
|/
* - Extracted `DELIMITED_REGEX` to `delimited_regex` method and made use of us...Vipul A M2015-08-282-0/+12
* Merge pull request #21389 from Gaurav2728/gaurav-unused_require_fileYves Senn2015-08-271-1/+0
|\
| * no more require minitest mockGaurav Sharma2015-08-271-1/+0
* | Pull `plain` content type handling up to `render`Aaron Patterson2015-08-261-1/+1
* | stop passing the options hash to `_process_format`Aaron Patterson2015-08-261-1/+1
|/
* Pass the correct formatsRafael Mendonça França2015-08-241-2/+2