| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Remove needless blank lines [ci skip] | Ryuta Kamizono | 2017-12-30 | 1 | -2/+0 |
* | | Merge pull request #31578 from Aquaj/feature/allow-callables-in-select-group-... | George Claghorn | 2017-12-29 | 3 | -4/+34 |
|\ \ |
|
| * | | Allow the use of callable objects as group methods for grouped selects. | Jérémie Bonal | 2017-12-27 | 3 | -4/+34 |
* | | | Fix IE 10 and IE 11's broken `preventDefault` | Yuri S | 2017-12-27 | 1 | -0/+5 |
* | | | Suppress `warning: BigDecimal.new is deprecated` | Yasuo Honda | 2017-12-15 | 2 | -7/+7 |
* | | | Merge pull request #31289 from witlessbird/fips-compatibility | Eileen M. Uchitelle | 2017-12-14 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Introduced `ActiveSupport::Digest` that allows to specify hash function imple... | Dmitri Dolguikh | 2017-12-12 | 1 | -1/+1 |
* | | | | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future | Ryuta Kamizono | 2017-12-14 | 3 | -3/+3 |
* | | | | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more | Ryuta Kamizono | 2017-12-12 | 3 | -5/+5 |
* | | | | Merge pull request #30361 from mfo/master | Eileen M. Uchitelle | 2017-12-11 | 4 | -1/+25 |
|\ \ \ \ |
|
| * | | | | fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stor... | mfo | 2017-11-25 | 4 | -1/+25 |
* | | | | | docs: add example for a nil name in link_to | maciej-ka | 2017-12-07 | 1 | -0/+5 |
| |_|/ /
|/| | | |
|
* | | | | Tweaks CHANGELOGs [ci skip] | Ryuta Kamizono | 2017-12-01 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Add preload_link_tag helper. | Guillermo Iguaran | 2017-11-28 | 3 | -0/+98 |
* | | | Make sure the request exist befoe trying to send early hints | Rafael Mendonça França | 2017-11-28 | 2 | -2/+32 |
* | | | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 3 | -2/+7 |
* | | | Fix typos and add a few suggestions | Fatos Morina | 2017-11-28 | 3 | -13/+13 |
* | | | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 3 | -2/+4 |
* | | | Make form_with_generates_ids default value to be false | Rafael Mendonça França | 2017-11-27 | 2 | -1/+10 |
* | | | Enable `Style/DefWithParentheses` rubocop rule | Ryuta Kamizono | 2017-11-27 | 2 | -2/+2 |
|/ / |
|
* | | Add test to make sure form_for is not affected by | Rafael Mendonça França | 2017-11-25 | 1 | -0/+32 |
* | | Make sure that form_with_generates_ids only affects form_with | Rafael Mendonça França | 2017-11-25 | 5 | -3/+9 |
* | | Make form_with_generates_ids default in Rails 5.2 | Rafael Mendonça França | 2017-11-25 | 1 | -3/+1 |
* | | Change `form_with` to generates ids by default | npezza93 | 2017-11-25 | 9 | -225/+245 |
* | | Fix asset url examples [ci skip] | Ryuta Kamizono | 2017-11-15 | 1 | -6/+6 |
* | | Merge pull request #30963 from q-centrix/performance-improvements-add_method_... | Rafael França | 2017-11-14 | 1 | -1/+14 |
|\ \ |
|
| * | | Performance improvements for add_method_to_attributes! | Dillon Welch | 2017-11-07 | 1 | -1/+14 |
* | | | Use new Rake URL of Ruby core [ci skip] | aycabta | 2017-11-10 | 1 | -1/+1 |
* | | | Merge pull request #31088 from neumayr/am-helper-missing-field_with_errors | Rafael França | 2017-11-09 | 4 | -3/+104 |
|\ \ \ |
|
| * | | | Fix field_error_proc wrap form select optgroup and divider option tag | neumayr | 2017-11-09 | 4 | -3/+104 |
* | | | | Correctly kill the server started with ujs test | yuuji.yaginuma | 2017-11-09 | 1 | -2/+2 |
|/ / / |
|
* / / | Fix output of `select_tag` with `include_blank: true` [ci skip] | yuuji.yaginuma | 2017-11-08 | 1 | -1/+1 |
|/ / |
|
* | | Merge remote-tracking branch 'upstream/master' into nofollow-change | Dillon Welch | 2017-11-03 | 8 | -10/+33 |
|\ \ |
|
| * | | Fix "warning: instance variable @defined_root not initialized" | yuuji.yaginuma | 2017-11-02 | 1 | -1/+1 |
| * | | Merge pull request #31004 from shuheiktgw/remove_unnecessary_returns | Rafael França | 2017-10-31 | 1 | -2/+2 |
| |\ \ |
|
| | * | | removed unnecessary returns | Shuhei Kitagawa | 2017-10-28 | 1 | -2/+2 |
| * | | | Merge pull request #31012 from y-yagi/remove_unused_missing_requests_error | Rafael França | 2017-10-30 | 2 | -4/+0 |
| |\ \ \ |
|
| | * | | | Remove unused `MissingRequestError` | yuuji.yaginuma | 2017-10-31 | 2 | -4/+0 |
| | |/ / |
|
| * | | | Merge pull request #31002 from ta1kt0me/call_ajax_without_beforeSend | Guillermo Iguaran | 2017-10-29 | 3 | -2/+29 |
| |\ \ \ |
|
| | * | | | Enable to call Rails.ajax without beforeSend | ta1kt0me | 2017-10-28 | 3 | -2/+29 |
| | |/ / |
|
| * / / | Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolons | Matthew Draper | 2017-10-28 | 1 | -1/+1 |
| |/ / |
|
* | | | Fix typo | Dillon Welch | 2017-11-02 | 1 | -1/+1 |
* | | | Use blank? check instead of key? check | Dillon Welch | 2017-11-02 | 1 | -3/+3 |
* | | | Prevent extra string allocations when no 'rel' arg passed | Dillon Welch | 2017-10-26 | 1 | -3/+7 |
|/ / |
|
* | | Merge pull request #30513 from y-yagi/fix_30444 | Akira Matsuda | 2017-10-25 | 2 | -2/+4 |
|\ \ |
|
| * | | Does not include disabled element in params | yuuji.yaginuma | 2017-09-03 | 2 | -2/+4 |
* | | | Remove deprecated Erubis ERB handler | Rafael Mendonça França | 2017-10-23 | 5 | -112/+4 |
* | | | Merge pull request #29710 from padi/rails-ujs-docs | Guillermo Iguaran | 2017-10-22 | 2 | -0/+25 |
|\ \ \ |
|
| * | | | Adds descriptions to rails-ujs methods [ci skip] | Marc Rendl Ignacio | 2017-07-07 | 2 | -0/+25 |
* | | | | [Action View] require_relative => require | Akira Matsuda | 2017-10-21 | 25 | -35/+35 |