aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | Pass formats to lookup_contextRafael Mendonça França2015-08-242-8/+9
* | remove useless case in #resolve_layout.Nick Sutterer2015-08-241-2/+0
* | remove LookupContext#with_layout_format by passing formats for layouts explic...Nick Sutterer2015-08-243-24/+11
* | Removed Mocha from ActionView part 1Ronak Jangir2015-08-248-81/+105
* | fix Docs [ci skip]amitkumarsuroliya2015-08-181-1/+1
* | typo fix [ci skip]amitkumarsuroliya2015-08-181-2/+2
* | Merge pull request #21135 from DropsOfSerenity/masterSean Griffin2015-08-175-19/+80
|\ \
| * | Make disable_with default in submit_tagJustin Schiff2015-08-115-19/+80
* | | Merge pull request #21253 from vincefrancesi/date-helper-use-hidden-documenta...Claudio B.2015-08-161-0/+1
|\ \ \
| * | | Add documentation for ActionView::Helpers::DateHelper :use_hidden option [ci ...Vince Francesi2015-08-151-0/+1
| |/ /
* / / 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-113-5/+16
* | Merge pull request #21187 from arthurnn/method_missing_routes_avArthur Nogueira Neves2015-08-111-3/+9
|\ \
| * | Dont try to call method missing in routes if thats not what we wantArthur Neves2015-08-101-3/+9
* | | [ci skip] Fix simultaneous spellingKasper Timm Hansen2015-08-101-1/+1
* | | Update info on browser connection limits [ci skip]Derek Prior2015-08-101-11/+18
|/ /
* | Fix deprecation warning in testseileencodes2015-08-081-7/+7