| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge pull request #34952 from rails/template-stuff | Aaron Patterson | 2019-01-22 | 5 | -21/+30 |
|\ \
| |/
|/| |
|
| * | Ask the view for its method container | Aaron Patterson | 2019-01-18 | 2 | -5/+5 |
| * | Directly include "CompiledTemplates" module | Aaron Patterson | 2019-01-18 | 2 | -5/+6 |
| * | Only cache the view_context_class in one place | Aaron Patterson | 2019-01-18 | 1 | -3/+1 |
| * | Pull up virtual path assignment | Aaron Patterson | 2019-01-16 | 2 | -5/+3 |
| * | Pull buffer assignment up | Aaron Patterson | 2019-01-16 | 2 | -1/+2 |
| * | Always evaluate views against an ActionView::Base | Aaron Patterson | 2019-01-16 | 3 | -7/+16 |
| * | Pull output buffer conditional up | Aaron Patterson | 2019-01-16 | 2 | -2/+4 |
* | | Preparing for 6.0.0.beta1 release | Rafael Mendonça França | 2019-01-18 | 1 | -1/+1 |
* | | Remove deprecated image_alt helper | Rafael Mendonça França | 2019-01-17 | 1 | -23/+0 |
|/ |
|
* | Fix typo in collection_radio_buttons spec [ci skip] | Alberto Almagro | 2019-01-11 | 1 | -1/+1 |
* | Merge pull request #34797 from gsamokovarov/views-without-defined-protect-aga... | Eileen M. Uchitelle | 2019-01-04 | 2 | -2/+2 |
|\ |
|
| * | Don't expect defined protect_against_forgery? in {token,csrf_meta}_tag | Genadi Samokovarov | 2018-12-27 | 2 | -2/+2 |
* | | Bump license years for 2019 | Arun Agrawal | 2018-12-31 | 1 | -1/+1 |
|/ |
|
* | Generate doc of methods provided by form builders [ci skip] | yuuji.yaginuma | 2018-12-26 | 1 | -0/+221 |
* | Fix integer regex deprecation warnings for Ruby 2.6.0 (#34728) | Vinicius Stock | 2018-12-21 | 1 | -1/+1 |
* | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 2 | -3/+3 |
* | Fix `View.new` method call with arguments syntax | Ryuta Kamizono | 2018-12-18 | 1 | -1/+1 |
* | Fix doc formatting | T.J. Schuck | 2018-12-17 | 1 | -4/+5 |
* | use match? | pavel | 2018-12-12 | 1 | -1/+1 |
* | Prevent TextHelper#word_wrap from stripping white space on the left | Lyle Mullican | 2018-11-19 | 1 | -1/+1 |
* | Added maxlength example to text_field documentation | Raghu Kamat | 2018-10-25 | 1 | -0/+3 |
* | Add allocations to template renderer subscription | Eileen Uchitelle | 2018-10-10 | 1 | -3/+3 |
* | Merge pull request #33324 from Jcambass/fix-only-path-option-in-url-for-with-... | Ryuta Kamizono | 2018-10-08 | 1 | -11/+12 |
|\ |
|
| * | respect path_only option when an array is passed into url_for | Joel Ambass | 2018-10-01 | 1 | -11/+12 |
* | | Fix rubocop issue | bogdanvlviv | 2018-10-03 | 1 | -1/+1 |
* | | Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)' | Sharang Dashputre | 2018-10-02 | 1 | -3/+3 |
* | | Merge pull request #32031 from yahonda/remove_redundant_freeze | Ryuta Kamizono | 2018-10-01 | 13 | -45/+45 |
|\ \ |
|
| * | | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 13 | -45/+45 |
| |/ |
|
* | | Explain why we have explicit marshaling methods | David Heinemeier Hansson | 2018-09-30 | 1 | -2/+6 |
* | | make actionview templates marshalable so that they can be serialized during t... | lsylvester | 2018-09-30 | 1 | -0/+9 |
|/ |
|
* | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 10 | -16/+16 |
* | Merge pull request #33564 from avit/escape_javascript_casting | Rafael França | 2018-09-21 | 1 | -4/+5 |
|\ |
|
| * | Let escape_javascript handle conversion to string | Andrew Vit | 2018-09-21 | 1 | -4/+5 |
* | | [ci skip] document collection_caching.rb | schneems | 2018-09-19 | 1 | -0/+35 |
* | | Fix for variants: :any special case | John Hawthorn | 2018-09-12 | 1 | -1/+3 |
* | | Use wildcard glob for optimized template resolving | John Hawthorn | 2018-09-12 | 1 | -13/+51 |
* | | Move digest path calculation out of loop | schneems | 2018-09-11 | 2 | -10/+22 |
* | | Don’t allocate array on no args | schneems | 2018-09-07 | 1 | -4/+7 |
* | | [ci skip] Doc ActionView::OutputBuffer | schneems | 2018-09-06 | 2 | -3/+17 |
* | | [ci skip] Clarify CaptureHelper#capture function | schneems | 2018-09-06 | 1 | -0/+5 |
* | | Merge pull request #33718 from kddeisz/permit-list | Matthew Draper | 2018-08-29 | 2 | -4/+14 |
|\ \ |
|
| * | | Permit list usage cleanup and clearer documentation | Kevin Deisz | 2018-08-27 | 2 | -7/+7 |
| * | | Deprecate usage of ActionView::Template::Handlers::ERB::escape_whitelist | Kevin Deisz | 2018-08-24 | 1 | -2/+12 |
| * | | Convert over the rest of the whitelist references | Kevin Deisz | 2018-08-24 | 1 | -2/+2 |
* | | | Add `:namespace` option to the api docs of `form_with` [ci skip] | bogdanvlviv | 2018-08-27 | 1 | -0/+3 |
|/ / |
|
* | | Merge pull request #33547 from Ana06/patch-1 | Matthew Draper | 2018-08-23 | 1 | -2/+10 |
|\ \ |
|
| * | | Deprecate use of private methods in view's helpers | Ana María Martínez Gómez | 2018-08-08 | 1 | -2/+12 |
| * | | Use public_send in extract_values_from_collection | Ana María Martínez Gómez | 2018-08-08 | 1 | -1/+1 |
| * | | Use public_send in value_for_collection | Ana María Martínez Gómez | 2018-08-07 | 1 | -1/+1 |
| |/ |
|