aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove RecordTagHelperYoshiyuki Hirano2018-04-072-25/+0
* Remove redundant type checkAndrew White2018-04-061-2/+1
* passing splat keyword arguments as a single Hashutilum2018-04-041-1/+1
* Use `:default` option in order to set default value of `finalize_compiled_tem...bogdanvlviv2018-04-031-2/+1
* Small doc fixesT.J. Schuck2018-04-021-1/+1
* Add `action_view.finalize_compiled_template_methods` config optionSimon Coffey2018-04-022-1/+14
* 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
* | Merge pull request #32302 from q-centrix/perf-improvement-tag-nameAndrew White2018-03-201-3/+3
|\ \
| * | Interpolate '' instead of nil when multiple is false.Dillon Welch2018-03-201-3/+3
| |/
* / Fix digesting templates with mixed formatsJavan Makhmali2018-03-201-4/+2
|/
* 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-273-3/+15
|\
| * Don't enforce UTF-8 by defaultAndrew White2018-02-273-3/+15
* | 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-223-0/+37
|\
| * Add support for automatic nonce generation for Rails UJSAndrew White2018-02-193-0/+37
* | 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
* Start Rails 6.0 development!!!Rafael Mendonça França2018-01-301-3/+3
* 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
* Bump license years for 2018Yoshiyuki Hirano2017-12-311-1/+1
* 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
|\
| * Allow the use of callable objects as group methods for grouped selects.Jérémie Bonal2017-12-271-4/+10
* | Merge pull request #31289 from witlessbird/fips-compatibilityEileen M. Uchitelle2017-12-141-1/+1
|\ \
| * | Introduced `ActiveSupport::Digest` that allows to specify hash function imple...Dmitri Dolguikh2017-12-121-1/+1
| |/
* | Merge pull request #30361 from mfo/masterEileen M. Uchitelle2017-12-111-0/+2
|\ \
| * | fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stor...mfo2017-11-251-0/+2
* | | docs: add example for a nil name in link_tomaciej-ka2017-12-071-0/+5
| |/ |/|
* | Add preload_link_tag helper.Guillermo Iguaran2017-11-281-0/+75
* | Make sure the request exist befoe trying to send early hintsRafael Mendonça França2017-11-281-2/+2
* | Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-281-1/+1
* | Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-271-1/+1
* | Make form_with_generates_ids default value to be falseRafael Mendonça França2017-11-271-1/+1
|/
* Make sure that form_with_generates_ids only affects form_withRafael Mendonça França2017-11-255-3/+9
* Make form_with_generates_ids default in Rails 5.2Rafael Mendonça França2017-11-251-3/+1
* Change `form_with` to generates ids by defaultnpezza932017-11-257-35/+16
* Fix asset url examples [ci skip]Ryuta Kamizono2017-11-151-6/+6
* Merge pull request #30963 from q-centrix/performance-improvements-add_method_...Rafael França2017-11-141-1/+14
|\