aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32031 from yahonda/remove_redundant_freezeRyuta Kamizono2018-10-0114-47/+47
|\
| * Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-2914-47/+47
* | 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-302-0/+16
|/
* Do not enable disabled elements for XHR redirectsPatrik Bóna2018-09-274-2/+37
* Merge pull request #33975 from JuanitoFatas/jf.fix-test-nameRafael França2018-09-251-1/+1
|\
| * Fix a content_for test descriptionJuanito Fatas2018-09-251-1/+1
* | Fix more offencesRafael Mendonça França2018-09-253-3/+3
* | Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-256-19/+19
* | Merge pull request #33973 from rails/remove-catch-allAaron Patterson2018-09-2517-78/+290
|\ \
| * | make bot happyAaron Patterson2018-09-244-9/+9
| * | Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-2417-78/+290
| |/
* | Merge pull request #33949 from sjain1107/no-private-defKasper Timm Hansen2018-09-232-14/+18
|\ \
| * | Remove private defSakshi Jain2018-09-232-14/+18
* | | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-2321-225/+225
|/ /
* | Merge pull request #33564 from avit/escape_javascript_castingRafael França2018-09-212-4/+9
|\ \
| * | Let escape_javascript handle conversion to stringAndrew Vit2018-09-212-4/+9
* | | [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-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