aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | cache all subnodes in the digest cacheAaron Patterson2016-02-181-1/+1
* | | Merge branch 'master' into treewipAaron Patterson2016-02-182-3/+14
|\| |
| * | move digest cache on to the DetailsKey objectAaron Patterson2016-02-181-3/+2
| * | Merge pull request #23662 from rthbound/adds-missing-digestor-nested-deps-testsYves Senn2016-02-172-0/+12
| |\ \
| | * | adds tests for Digestor#nested_dependenciesRyan T. Hosford2016-02-132-0/+12
| | |/
* | | change internal implementation to use a treeAaron Patterson2016-02-161-13/+10
* | | fix recursive templatesAaron Patterson2016-02-161-2/+3
* | | pull template check up to match existing behaviorAaron Patterson2016-02-161-1/+4
* | | introduce a `tree` factory method for creating the dep treeAaron Patterson2016-02-161-0/+7
|/ /
* | Merge pull request #23203 from vipulnsward/22979-show-tags-on-exceptionRichard Schneeman2016-02-161-3/+3
|\ \
| * | WIP: Errors in logs should show log tags as well.Vipul A M2016-02-121-3/+3
* | | Test to check if the data-attr if nil is same or notSourav Moitra2016-02-141-0/+6
| |/ |/|
* | push kwargs up to the user facing APIAaron Patterson2016-02-121-2/+2
* | the lookup context looks in the cwd, so prefix isn't necessaryAaron Patterson2016-02-121-2/+1
* | use a real LookupContext in the digest testsAaron Patterson2016-02-121-28/+6
* | use assert_not_equal so there will be better error messagesAaron Patterson2016-02-121-1/+1
|/
* Add tests to #23288Rafael Mendonça França2016-01-271-0/+1
* Fix sanitizer testsJon Moss2016-01-261-3/+3
* Merge branch '5-0-beta-sec'Aaron Patterson2016-01-251-0/+7
|\
| * allow :file to be outside rails root, but anything else must be inside the ra...Aaron Patterson2016-01-221-0/+7
* | html_safe is not supposed to be public API for AV. This change removes usage ...Vipul A M2016-01-209-33/+33
* | Merge pull request #20046 from yoongkang/ladidaRafael Mendonça França2016-01-161-0/+13
|\ \
| * | Use ActiveSupport::SafeBuffer when flushing content_forYoong Kang Lim2015-05-251-0/+13
* | | Merge pull request #20638 from jaimeiniesta/locale-aware-pluralize-helperKasper Timm Hansen2016-01-101-10/+22
|\ \ \
| * | | Pass the current locale to Inflector from the pluralize text helper.Jaime Iniesta2016-01-101-10/+22
* | | | Suppress warning (instance variable @persisted not initialized)yui-knk2016-01-071-0/+1
* | | | Merge pull request #22275 from mastahyeti/per-form-csrfRafael França2016-01-061-1/+1
|\ \ \ \
| * | | | add option for per-form CSRF tokensBen Toews2016-01-041-1/+1
* | | | | Add Html template handler that wraps Raw output in an OutputBufferSantiago Pastorino2016-01-053-1/+9
|/ / / /
* | | | Merge pull request #22764 from stevenspiel/titleize_model_name_for_default_su...Rafael França2016-01-042-3/+41
|\ \ \ \
| * | | | downcase default submit button value's model nameSteven Spiel2016-01-012-3/+41
| | |_|/ | |/| |