aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib
Commit message (Expand)AuthorAgeFilesLines
* Prevent TextHelper#word_wrap from stripping white space on the leftLyle Mullican2018-11-191-1/+1
* Added maxlength example to text_field documentationRaghu Kamat2018-10-251-0/+3
* Add allocations to template renderer subscriptionEileen Uchitelle2018-10-101-3/+3
* Merge pull request #33324 from Jcambass/fix-only-path-option-in-url-for-with-...Ryuta Kamizono2018-10-081-11/+12
|\
| * respect path_only option when an array is passed into url_forJoel Ambass2018-10-011-11/+12
* | Fix rubocop issuebogdanvlviv2018-10-031-1/+1
* | Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)'Sharang Dashputre2018-10-021-3/+3
* | Merge pull request #32031 from yahonda/remove_redundant_freezeRyuta Kamizono2018-10-0113-45/+45
|\ \
| * | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-2913-45/+45
| |/
* | Explain why we have explicit marshaling methodsDavid Heinemeier Hansson2018-09-301-2/+6
* | make actionview templates marshalable so that they can be serialized during t...lsylvester2018-09-301-0/+9
|/
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-2310-16/+16
* Merge pull request #33564 from avit/escape_javascript_castingRafael França2018-09-211-4/+5
|\
| * Let escape_javascript handle conversion to stringAndrew Vit2018-09-211-4/+5
* | [ci skip] document collection_caching.rbschneems2018-09-191-0/+35
* | Fix for variants: :any special caseJohn Hawthorn2018-09-121-1/+3
* | Use wildcard glob for optimized template resolvingJohn Hawthorn2018-09-121-13/+51
* | Move digest path calculation out of loopschneems2018-09-112-10/+22
* | Don’t allocate array on no argsschneems2018-09-071-4/+7
* | [ci skip] Doc ActionView::OutputBufferschneems2018-09-062-3/+17
* | [ci skip] Clarify CaptureHelper#capture functionschneems2018-09-061-0/+5
* | Merge pull request #33718 from kddeisz/permit-listMatthew Draper2018-08-292-4/+14
|\ \
| * | Permit list usage cleanup and clearer documentationKevin Deisz2018-08-272-7/+7
| * | Deprecate usage of ActionView::Template::Handlers::ERB::escape_whitelistKevin Deisz2018-08-241-2/+12
| * | Convert over the rest of the whitelist referencesKevin Deisz2018-08-241-2/+2
* | | Add `:namespace` option to the api docs of `form_with` [ci skip]bogdanvlviv2018-08-271-0/+3
|/ /
* | Merge pull request #33547 from Ana06/patch-1Matthew Draper2018-08-231-2/+10
|\ \
| * | Deprecate use of private methods in view's helpersAna María Martínez Gómez2018-08-081-2/+12
| * | Use public_send in extract_values_from_collectionAna María Martínez Gómez2018-08-081-1/+1
| * | Use public_send in value_for_collectionAna María Martínez Gómez2018-08-071-1/+1
| |/
* | Merge pull request #31132 from emaxi/feature/add-missing-documentation-option...Ryuta Kamizono2018-08-201-0/+5
|\ \
| * | Add missing documentation options to number_to_currency [ci skip]emaxi2018-07-111-0/+5
* | | Enable Style/ParenthesesAroundCondition copRyuta Kamizono2018-08-191-1/+1
* | | Fix unclosed tags [ci skip]yuuji.yaginuma2018-08-181-1/+1
| |/ |/|
* | [ci skip] Change references from Rake task to Rails commandAlberto Almagro2018-08-011-2/+3
* | Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-282-2/+2
* | Merge pull request #33268 from benpickles/remove-pubdate-from-docsRichard Schneeman2018-07-211-2/+0
|\ \
| * | Keep time_tag docs up-to-date.Ben Pickles2018-07-011-2/+0
* | | Fix leaking special form_with attributes into html attributesYurii Cherniavskyi2018-07-203-7/+8
* | | Fix issue with `button_to`'s `to_form_params`Georgi Georgiev2018-07-161-2/+2
* | | [ci skip] `sanitizer_vendor` will be removed in Rails 6Tsukuru Tanimichi2018-07-111-1/+1
* | | Merge pull request #32361 from ph3t/safe-html-translation-arraysKasper Timm Hansen2018-07-031-2/+5
|\ \ \ | |/ / |/| |
| * | Add safe html support to arrays of translationsJuan Broullon2018-07-031-2/+5
* | | Add to docs mention about `:year_format` option of date selectbogdanvlviv2018-06-221-0/+4
* | | Add `year_format` option to date_select tag. This option makes it possible to...Koki Ryu2018-06-101-1/+44
* | | Fix RDoc formatting: `+` doesn't work with space [ci skip]yuuji.yaginuma2018-05-231-1/+1
* | | Indicate `true` in a doc comment is code-like.Corey Farwell2018-05-221-1/+1
* | | Remove reference to old `:text` rendering optionTyler Hunt2018-05-111-1/+0
* | | Remove leftover requiresT.J. Schuck2018-05-071-2/+0
* | | Use usual method definition instead of extracting args from arrayprintercu2018-05-031-11/+4