aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Don't allocate unnecessary array in translation helperMax Melentiev2018-04-281-8/+2
* | | Address `Style/StringLiterals` offenceRyuta Kamizono2018-04-271-1/+1
* | | Don't try to destoy the given string via method argumentAkira Matsuda2018-04-271-1/+1
* | | Reduce String allocations when building Action View tagsAkira Matsuda2018-04-271-1/+2
* | | Merge pull request #32471 from janko-m/use-image_processing-gemGeorge Claghorn2018-04-231-2/+2
|\ \ \
| * | | Recommend using :resize_to_fit after allJanko Marohnić2018-04-231-2/+2
* | | | Merge pull request #32607 from yaroslav/feature/nonce-for-javascript_include_tagAndrew White2018-04-181-0/+8
|\ \ \ \
| * | | | Add the `nonce: true` option for `javascript_include_tag` helper.Yaroslav Markin2018-04-171-0/+8
* | | | | Merge pull request #32326 from q-centrix/perf-improvement-translation-helper-...Guillermo Iguaran2018-04-181-1/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Only create an array with default options if we have default optionsDillon Welch2018-03-221-1/+5
* | | | | Inclusive Language in Documentation Examples [ci skip]Cassidy Kobewka2018-04-151-2/+2
| |/ / / |/| | |
* | | | Remove RecordTagHelperYoshiyuki Hirano2018-04-071-23/+0
* | | | Remove redundant type checkAndrew White2018-04-061-2/+1
* | | | passing splat keyword arguments as a single Hashutilum2018-04-041-1/+1
* | | | Small doc fixesT.J. Schuck2018-04-021-1/+1
* | | | Use consistent spacing in actionview helper docs [ci skip]Olivier Lacan2018-04-014-23/+23
| |/ / |/| |
* | | Merge pull request #32305 from q-centrix/perf-improvement-translation-helperAndrew White2018-03-201-2/+5
|\ \ \
| * | | Memoize the result of gsubbing @virtual_pathDillon Welch2018-03-201-2/+5
| |/ /
* / / Interpolate '' instead of nil when multiple is false.Dillon Welch2018-03-201-3/+3
|/ /
* | Pass the skip_pipeline option in image_submit_tagAndrew White2018-03-141-1/+2
* | Fix RDoc formatting [ci skip]yuuji.yaginuma2018-03-031-1/+1
* | Merge pull request #32087 from prikha/add-better-select-tag-option-handlingRafael França2018-02-271-1/+5
|\ \
| * | Let select render default selected option for required fieldSerj Prikhodko2018-02-271-1/+5
* | | Fix `new_framework_defaults_6_0.rb`bogdanvlviv2018-02-271-2/+2
|/ /
* | Merge pull request #32125 from rails/switch-to-not-enforcing-utf8-by-defaultAndrew White2018-02-272-3/+5
|\ \
| * | Don't enforce UTF-8 by defaultAndrew White2018-02-272-3/+5
* | | add :nodoc: to ActionView::Helpers::FormBuilder#emitted_hidden_id?Marcelo Perini Veloso2018-02-271-1/+1
|/ /
* | Change translation key of submit_tag from module_name_class_name to module_na...Rui Onodera2018-02-271-1/+6
* | Merge pull request #32018 from rails/add-nonce-support-to-cspAndrew White2018-02-222-0/+35
|\ \
| * | Add support for automatic nonce generation for Rails UJSAndrew White2018-02-192-0/+35
* | | We should call methods with `.method_name` not `::method_name`.utilum2018-02-221-1/+1
|/ /
* | Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-6/+1
* | Fix `as` attribute value for preload linkbogdanvlviv2018-01-311-1/+1
* | Fix typo in API document FormHelper#fieldskami-zh2018-01-251-4/+3
* | Fix typos. Improve text_helper documentation.James Lovejoy2018-01-191-4/+4
* | Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-2/+2
* | Fix typos, update documentationJames Lovejoy2018-01-113-24/+30
* | Remove needless blank lines [ci skip]Ryuta Kamizono2017-12-301-2/+0
* | Merge pull request #31578 from Aquaj/feature/allow-callables-in-select-group-...George Claghorn2017-12-291-4/+10
|\ \