aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|/ |/| |
* | | Tweaks CHANGELOGs [ci skip]Ryuta Kamizono2017-12-011-1/+1
| |/ |/|
* | Add preload_link_tag helper.Guillermo Iguaran2017-11-283-0/+98
* | Make sure the request exist befoe trying to send early hintsRafael Mendonça França2017-11-282-2/+32
* | Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-283-2/+7
* | Fix typos and add a few suggestionsFatos Morina2017-11-283-13/+13
* | Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-273-2/+4
* | Make form_with_generates_ids default value to be falseRafael Mendonça França2017-11-272-1/+10
* | Enable `Style/DefWithParentheses` rubocop ruleRyuta Kamizono2017-11-272-2/+2
|/
* Add test to make sure form_for is not affected byRafael Mendonça França2017-11-251-0/+32
* 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-259-225/+245
* 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
|\
| * Performance improvements for add_method_to_attributes!Dillon Welch2017-11-071-1/+14
* | Use new Rake URL of Ruby core [ci skip]aycabta2017-11-101-1/+1
* | Merge pull request #31088 from neumayr/am-helper-missing-field_with_errorsRafael França2017-11-094-3/+104
|\ \
| * | Fix field_error_proc wrap form select optgroup and divider option tagneumayr2017-11-094-3/+104
* | | Correctly kill the server started with ujs testyuuji.yaginuma2017-11-091-2/+2
|/ /
* / Fix output of `select_tag` with `include_blank: true` [ci skip]yuuji.yaginuma2017-11-081-1/+1
|/
* Merge remote-tracking branch 'upstream/master' into nofollow-changeDillon Welch2017-11-038-10/+33
|\
| * Fix "warning: instance variable @defined_root not initialized"yuuji.yaginuma2017-11-021-1/+1
| * Merge pull request #31004 from shuheiktgw/remove_unnecessary_returnsRafael França2017-10-311-2/+2
| |\
| | * removed unnecessary returnsShuhei Kitagawa2017-10-281-2/+2
| * | Merge pull request #31012 from y-yagi/remove_unused_missing_requests_errorRafael França2017-10-302-4/+0
| |\ \