aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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-203-4/+15
|/ / /
* | | Merge pull request #31250 from lsylvester/only-preload-misses-on-multifetch-c...Kasper Timm Hansen2018-03-151-0/+35
|\ \ \
| * | | Only preload misses on multifetch cacheLachlan Sylvester2018-03-061-0/+35
* | | | Pass the skip_pipeline option in image_submit_tagAndrew White2018-03-141-1/+2
* | | | Remove changelog header for unreleased versionRafael Mendonça França2018-03-131-2/+0
* | | | Fix CHANGELOGs [ci skip]bogdanvlviv2018-03-121-5/+5
|/ / /
* | | Merge pull request #32165 from bogdanvlviv/fix-occurrences-Fixnum-BignumRyuta Kamizono2018-03-051-3/+3
|\ \ \
| * | | Fix occurrences Fixnum|Bignumbogdanvlviv2018-03-041-3/+3
* | | | Fix actionview tests executionbogdanvlviv2018-03-041-7/+8
|/ / /
* | | Fix RDoc formatting [ci skip]yuuji.yaginuma2018-03-031-1/+1
* | | Remove CHANGELOG entries which were backported to 5-2-stableRyuta Kamizono2018-02-281-5/+3
* | | Merge pull request #32087 from prikha/add-better-select-tag-option-handlingRafael França2018-02-273-1/+36
|\ \ \
| * | | Let select render default selected option for required fieldSerj Prikhodko2018-02-273-1/+36
* | | | 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-277-3/+152
|\ \ \
| * | | Don't enforce UTF-8 by defaultAndrew White2018-02-277-3/+152
* | | | 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-274-3/+48
* | | Merge pull request #32018 from rails/add-nonce-support-to-cspAndrew White2018-02-228-13/+68
|\ \ \
| * | | Add support for automatic nonce generation for Rails UJSAndrew White2018-02-198-13/+68
* | | | We should call methods with `.method_name` not `::method_name`.utilum2018-02-221-1/+1
|/ / /
* | | Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-173-5/+8
* | | Clean up and consolidate .gitignoresbogdanvlviv2018-02-174-4/+5
* | | Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-6/+1
* | | Remove support to Ruby 2.2Rafael Mendonça França2018-02-161-1/+1
|/ /
* | Fix `as` attribute value for preload linkbogdanvlviv2018-01-311-1/+1
* | Start Rails 6.0 development!!!Rafael Mendonça França2018-01-303-81/+5
* | Update rails-ujs readmeMike Fiedler2018-01-291-1/+1
* | Use assert_predicate and assert_not_predicateDaniel Colson2018-01-2517-89/+89
* | 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
* | Revert unintentional change in 41e3bbdJavan Makhmali2018-01-011-1/+1
* | Improve `preventDefault` fix for rails-ujsJavan Makhmali2018-01-011-6/+11
* | Bump license years for 2018Yoshiyuki Hirano2017-12-313-3/+3
* | 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-293-4/+34
|\ \
| * | Allow the use of callable objects as group methods for grouped selects.Jérémie Bonal2017-12-273-4/+34
* | | Fix IE 10 and IE 11's broken `preventDefault`Yuri S2017-12-271-0/+5
* | | Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-152-7/+7
* | | 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
* | | | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-143-3/+3
* | | | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-123-5/+5
* | | | Merge pull request #30361 from mfo/masterEileen M. Uchitelle2017-12-114-1/+25
|\ \ \ \
| * | | | fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stor...mfo2017-11-254-1/+25
* | | | | docs: add example for a nil name in link_tomaciej-ka2017-12-071-0/+5
| |_|/ / |/| | |