| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix leaking special form_with attributes into html attributes | Yurii Cherniavskyi | 2018-07-20 | 1 | -0/+17 |
* | Fix issue with `button_to`'s `to_form_params` | Georgi Georgiev | 2018-07-16 | 1 | -1/+8 |
* | Merge pull request #32361 from ph3t/safe-html-translation-arrays | Kasper Timm Hansen | 2018-07-03 | 1 | -2/+5 |
|\ |
|
| * | Add safe html support to arrays of translations | Juan Broullon | 2018-07-03 | 1 | -2/+5 |
* | | Add `year_format` option to date_select tag. This option makes it possible to... | Koki Ryu | 2018-06-10 | 1 | -0/+9 |
* | | Remove unnecessary `with_default_enforce_utf8` method | yuuji.yaginuma | 2018-05-28 | 1 | -9/+0 |
* | | Fix `CustomCops/AssertNot` to allow it to have failure message | Ryuta Kamizono | 2018-05-13 | 1 | -2/+2 |
* | | Merge pull request #30647 from droptheplot/render-partials-string-locals | Rafael França | 2018-04-27 | 1 | -0/+9 |
|\ \ |
|
| * | | Allow usage of strings as locals for partial renderer | Sergey Novikov | 2017-09-18 | 1 | -0/+9 |
* | | | Merge pull request #32574 from DmytroVasin/rails-ujs-stoppable-events | Rafael França | 2018-04-19 | 8 | -60/+67 |
|\ \ \ |
|
| * | | | Fix stoppable events in tests and docs. | Dmytro Vasin | 2018-04-14 | 8 | -60/+67 |
* | | | | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 4 | -21/+21 |
* | | | | Add the `nonce: true` option for `javascript_include_tag` helper. | Yaroslav Markin | 2018-04-17 | 1 | -0/+8 |
|/ / / |
|
* | | | Remove RecordTagHelper | Yoshiyuki Hirano | 2018-04-07 | 1 | -33/+0 |
* | | | Merge pull request #32404 from mathieumahe/master | Guillermo Iguaran | 2018-04-02 | 1 | -0/+26 |
|\ \ \ |
|
| * | | | Extract the confirm call in its own, overridable method in rails_ujs | Mathieu | 2018-04-01 | 1 | -0/+26 |
| | |/
| |/| |
|
* | | | Fix typo in rails-ujs HTML content test | Raymond Zhou | 2018-04-01 | 1 | -1/+1 |
* | | | Merge pull request #32287 from razh/fix-rails-ujs-html-content | Kasper Timm Hansen | 2018-04-01 | 1 | -0/+11 |
|\ \ \
| |/ /
|/| | |
|
| * | | Pass HTML responses as plain-text in rails-ujs | Raymond Zhou | 2018-03-19 | 1 | -0/+11 |
* | | | Fix digesting templates with mixed formats | Javan Makhmali | 2018-03-20 | 2 | -0/+13 |
|/ / |
|
* | | Only preload misses on multifetch cache | Lachlan Sylvester | 2018-03-06 | 1 | -0/+35 |
* | | Merge pull request #32165 from bogdanvlviv/fix-occurrences-Fixnum-Bignum | Ryuta Kamizono | 2018-03-05 | 1 | -3/+3 |
|\ \ |
|
| * | | Fix occurrences Fixnum|Bignum | bogdanvlviv | 2018-03-04 | 1 | -3/+3 |
* | | | Fix actionview tests execution | bogdanvlviv | 2018-03-04 | 1 | -7/+8 |
|/ / |
|
* | | Let select render default selected option for required field | Serj Prikhodko | 2018-02-27 | 1 | -0/+10 |
* | | Don't enforce UTF-8 by default | Andrew White | 2018-02-27 | 3 | -0/+129 |
* | | Change translation key of submit_tag from module_name_class_name to module_na... | Rui Onodera | 2018-02-27 | 2 | -2/+38 |
* | | Add support for automatic nonce generation for Rails UJS | Andrew White | 2018-02-19 | 3 | -12/+24 |
* | | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 1 | -4/+2 |
* | | Clean up and consolidate .gitignores | bogdanvlviv | 2018-02-17 | 3 | -2/+0 |
* | | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 17 | -89/+89 |
* | | Merge pull request #31578 from Aquaj/feature/allow-callables-in-select-group-... | George Claghorn | 2017-12-29 | 1 | -0/+16 |
|\ \ |
|
| * | | Allow the use of callable objects as group methods for grouped selects. | Jérémie Bonal | 2017-12-27 | 1 | -0/+16 |
* | | | Suppress `warning: BigDecimal.new is deprecated` | Yasuo Honda | 2017-12-15 | 2 | -7/+7 |
* | | | 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 | 3 | -1/+23 |
|\ \ \
| |/ /
|/| | |
|
| * | | fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stor... | mfo | 2017-11-25 | 3 | -1/+23 |
* | | | Add preload_link_tag helper. | Guillermo Iguaran | 2017-11-28 | 1 | -0/+15 |
* | | | Make sure the request exist befoe trying to send early hints | Rafael Mendonça França | 2017-11-28 | 1 | -0/+30 |
* | | | Make form_with_generates_ids default value to be false | Rafael Mendonça França | 2017-11-27 | 1 | -0/+9 |
* | | | 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 |
* | | Change `form_with` to generates ids by default | npezza93 | 2017-11-25 | 1 | -190/+218 |
* | | Fix field_error_proc wrap form select optgroup and divider option tag | neumayr | 2017-11-09 | 2 | -1/+92 |
* | | Fix "warning: instance variable @defined_root not initialized" | yuuji.yaginuma | 2017-11-02 | 1 | -1/+1 |
* | | Merge pull request #31002 from ta1kt0me/call_ajax_without_beforeSend | Guillermo Iguaran | 2017-10-29 | 2 | -1/+28 |
|\ \ |
|
| * | | Enable to call Rails.ajax without beforeSend | ta1kt0me | 2017-10-28 | 2 | -1/+28 |
* | | | Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolons | Matthew Draper | 2017-10-28 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #30513 from y-yagi/fix_30444 | Akira Matsuda | 2017-10-25 | 1 | -1/+3 |
|\ \ |
|