aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25520 from st0012/fix-current-pageRafael França2016-07-201-0/+6
|\
| * Fix ActionView::Helpers#current_page? with issue in https://github.com/rails/...Stan Lo2016-07-201-0/+6
* | Store the old logger before calling superRafael Mendonça França2016-07-171-1/+1
* | - Added select tag test for verifying passing html options to f.select helperVipul A M2016-06-281-1/+10
* | Bring Boolean Attributes list for AV Tags helper upto speed with current spec.Vipul A M2016-06-282-6/+2
* | New syntax for tag helpers i.e. tag.br instead of tag(br) #25195Marek2016-06-272-4/+163
* | Merge pull request #25287 from marekkirejczyk/fix_25267Godfrey Chan2016-06-251-0/+7
|\ \ | |/ |/|
| * Make select_year work with include_position: true option, fix #25267Marek2016-06-051-0/+7
* | Change datetime to datetime-local helper tagHerminio Torres2016-06-212-84/+20
* | Revert "Merge pull request #17973 from maurogeorge/file_field_hidden_field"eileencodes2016-06-211-20/+5
* | Change the raw template handler to render html-safe stringseileencodes2016-06-211-0/+7
* | Add test for nested html dependencies with same logical name as templates for...Javan Makhmali2016-06-151-2/+6
* | Move and rename testJavan Makhmali2016-06-151-7/+7
* | Fix finding templates for digesting for */* requests that render a non-defaul...Javan Makhmali2016-06-153-0/+24
* | Explicity find with the rendered format to handle searching multiple view pat...Javan Makhmali2016-06-152-1/+1
* | Fix digesting templates with identical logical names when requesting a format...Javan Makhmali2016-06-152-1/+12
* | Delete bad testSean Griffin2016-06-071-5/+0
|/
* Fix debug helper testRyuta Kamizono2016-06-031-1/+4
* Confirm with the specification when generating emtpy option for select with `...Vipul A M2016-05-211-5/+5
* Add more test coverage to layoutsRafael Mendonça França2016-05-201-4/+152
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-1/+1
* keep layouts + locals from bloating the cacheAaron Patterson2016-05-171-0/+19
* locals can be accessed from templates rendered in the controllerAaron Patterson2016-05-171-0/+16
* Extract resolver cache disabling to a method.Kasper Timm Hansen2016-05-091-22/+23
* No need to call `remove_template`.Kasper Timm Hansen2016-05-091-1/+0
* Merge pull request #24225 from neumayr/date_select_helper_with_css_classes_ac...Rafael Mendonça França2016-04-201-0/+404
|\
| * date_select helper with_css_classes option also accept a hashneumayr2016-04-051-0/+404
* | Merge pull request #23869 from oreoshake/to-sentence-html-safetyRafael França2016-04-201-0/+55
|\ \
| * | mimic ActiveSupport's Array#to_sentence in an html_safe-aware wayNeil Matatall2016-03-151-0/+55
* | | Ensure Cache#inspect doesn't block concurrent cache writesJeremy Daer2016-04-191-0/+7
* | | Add render allows unicode text name in partials - 🍣Vipul A M2016-04-172-0/+5
| |/ |/|
* | Deprecate `datetime_field` and `datetime_field_tag` helpers.Wojciech Wnętrzak2016-03-312-9/+27
* | silence deprecation message for dynamic controller and actions on Action View...yuuji.yaginuma2016-03-131-1/+3
* | Silence deprecation message for dynamic controller and actions on action_view...Mehmet Emin İNAÇ2016-03-071-6/+8
* | Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_de...Rafael Mendonça França2016-03-052-42/+3
* | Fix partial rendering with dot in filenameBenjamin Quorning2016-03-042-0/+6
* | Merge pull request #23932 from arthurnn/arthurnn/remove_load_pathsArthur Nogueira Neves2016-03-011-2/+0
|\ \
| * | Remove load_paths fileArthur Neves2016-02-271-2/+0
* | | Support `:any` variants lookup in `PathResolver`Godfrey Chan2016-03-011-4/+15
|/ /
* / Added log "Rendering ...", when starting to render a template, to log that we...Vipul A M2016-02-261-3/+6
|/
* Merge branch 'master' into treewipAaron Patterson2016-02-244-61/+47
|\
| * clear digest cache between testsAaron Patterson2016-02-231-0/+1
| * Merge pull request #23695 from kaspth/remove-automatic-collection-cachingKasper Timm Hansen2016-02-203-61/+46
| |\
| | * Instrument cached collection renders.Kasper Timm Hansen2016-02-201-3/+17
| | * Make collection caching explicit.Kasper Timm Hansen2016-02-202-58/+29
* | | Merge branch 'master' into treewipAaron Patterson2016-02-191-2/+44
|\| |
| * | Merge pull request #17043 from jcoleman/fix-nested-params-in-button-toRafael França2016-02-191-2/+44
| |\ \ | | |/ | |/|
| | * Fix button_to's params option to support nested names.James Coleman2016-02-191-2/+44
* | | push injected dependencies up to the `digest` methodAaron Patterson2016-02-181-2/+2
* | | use the class level digest method for calculating the digestAaron Patterson2016-02-181-3/+1