aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
Commit message (Expand)AuthorAgeFilesLines
* 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-073-6/+9
* Formatting CHANGELOGs [ci skip]Ryuta Kamizono2018-09-071-3/+9
* [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-233-3/+34
|\
| * Add tests for privates methods in view's helpersAna María Martínez Gómez2018-08-081-1/+14
| * Deprecate use of private methods in view's helpersAna María Martínez Gómez2018-08-082-4/+14
| * Add one more method affected in CHANGELOGAna María Martínez Gómez2018-08-081-2/+3
| * 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-072-1/+11
* | 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-192-2/+2
* | | Fix unclosed tags [ci skip]yuuji.yaginuma2018-08-181-1/+1
* | | Update coffeelint to 2.1.0Prem Sichanugrist2018-08-131-1/+1
| |/ |/|
* | [ci skip] Change references from Rake task to Rails commandAlberto Almagro2018-08-011-2/+3
* | Throw if ujs loaded twiceKazuhiro NISHIYAMA2018-07-311-1/+2
* | Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-283-3/+3
* | Turn on performance based copsDillon Welch2018-07-232-2/+4
* | 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-204-7/+25
* | | Fix issue with `button_to`'s `to_form_params`Georgi Georgiev2018-07-163-3/+21
* | | [ci skip] `sanitizer_vendor` will be removed in Rails 6Tsukuru Tanimichi2018-07-111-1/+1
* | | Merge pull request #33286 from ph3t/add-changelog-entry-for-42c3537Ryuta Kamizono2018-07-041-1/+13
|\ \ \
| * | | Add changelog entry for 42c3537 [ci skip]Juan Broullon2018-07-031-1/+11
|/ / /
* | | Merge pull request #32361 from ph3t/safe-html-translation-arraysKasper Timm Hansen2018-07-032-4/+10
|\ \ \ | |/ / |/| |
| * | Add safe html support to arrays of translationsJuan Broullon2018-07-032-4/+10
* | | Add to docs mention about `:year_format` option of date selectbogdanvlviv2018-06-221-0/+4
* | | Merge pull request #32190 from liwii/use_year_namesRyuta Kamizono2018-06-213-1/+71
|\ \ \
| * | | Add `year_format` option to date_select tag. This option makes it possible to...Koki Ryu2018-06-103-1/+69
|/ / /
* | | Remove unnecessary `with_default_enforce_utf8` methodyuuji.yaginuma2018-05-281-9/+0
* | | 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
* | | Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-2/+2
* | | 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
* | | Don't allocate unnecessary array in translation helperMax Melentiev2018-04-281-8/+2
* | | Merge pull request #30647 from droptheplot/render-partials-string-localsRafael França2018-04-272-1/+10
|\ \ \
| * | | Allow usage of strings as locals for partial rendererSergey Novikov2017-09-182-1/+10
* | | | Address `Style/StringLiterals` offenceRyuta Kamizono2018-04-271-1/+1