| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove RecordTagHelper | Yoshiyuki Hirano | 2018-04-07 | 1 | -33/+0 |
* | Fix digesting templates with mixed formats | Javan Makhmali | 2018-03-20 | 1 | -0/+12 |
* | Fix occurrences Fixnum|Bignum | bogdanvlviv | 2018-03-04 | 1 | -3/+3 |
* | 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 |
* | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 1 | -4/+2 |
* | 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 | 1 | -1/+1 |
* | | 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 | 1 | -1/+20 |
|\ \
| |/
|/| |
|
| * | fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stor... | mfo | 2017-11-25 | 1 | -1/+20 |
* | | 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 |
* | Remove deprecated Erubis ERB handler | Rafael Mendonça França | 2017-10-23 | 1 | -15/+0 |
* | Remove unused `FixtureTemplate` class | yuuji.yaginuma | 2017-10-19 | 1 | -11/+0 |
* | Implement H2 Early Hints for Rails | eileencodes | 2017-10-04 | 2 | -1/+8 |
* | Add test case for `font_url` | yuuji.yaginuma | 2017-10-03 | 1 | -0/+26 |
* | Fix `test_should_sanitize_illegal_style_properties` failure | Ryuta Kamizono | 2017-09-25 | 1 | -2/+2 |
* | Make sure image_alt is deprecated | Rafael Mendonça França | 2017-08-23 | 1 | -5/+15 |
* | Remove alt generation from image_submit_tag | Rafael Mendonça França | 2017-08-23 | 1 | -1/+1 |
* | Do not generate default alt text in image tags | Cameron Cundiff | 2017-08-17 | 1 | -16/+16 |
* | Fix RuboCop offenses | Koichi ITO | 2017-08-16 | 6 | -67/+67 |
* | Extend image_tag to accept ActiveStorage Attachments and Variants (#30084) | Anton Khamets | 2017-08-07 | 1 | -3/+0 |
* | Merge pull request #30020 from rails/active-storage-import | David Heinemeier Hansson | 2017-08-04 | 2 | -0/+68 |
|\ |
|
| * | Refactor convert_direct_upload_option_to_url | Rafael Mendonça França | 2017-08-03 | 1 | -0/+31 |
| * | Make sure Action View doesn't break with Active Storage | Rafael Mendonça França | 2017-08-03 | 1 | -0/+37 |
* | | Allow non-English values for collection_radio_buttons/check_boxes | colorfulfool | 2017-08-02 | 1 | -0/+14 |
|/ |
|
* | Fix testing helpers that use Action View's capturing helpers (e.g. content_for) | George Claghorn | 2017-07-25 | 1 | -0/+8 |
* | Merge pull request #29897 from kirs/frozen-actionview | Rafael França | 2017-07-24 | 46 | -0/+91 |
|\ |
|
| * | Use frozen string literal in actionview/ | Kir Shatrov | 2017-07-24 | 46 | -0/+91 |
* | | Delegate respond_to? in ActionView::Helpers::ControllerHelper | Lisa Ugray | 2017-07-19 | 1 | -0/+11 |
|/ |
|
* | Enable `Layout/FirstParameterIndentation` cop | Ryuta Kamizono | 2017-07-17 | 2 | -24/+24 |
* | [Action View] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
* | Expectation first | Akira Matsuda | 2017-07-02 | 2 | -8/+8 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 46 | -46/+0 |
* | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 46 | -0/+46 |
|\ |
|
| * | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 46 | -0/+46 |
* | | Merge pull request #29506 from pat/frozen-string-literals | Matthew Draper | 2017-07-02 | 11 | -209/+209 |
|\ \ |
|
| * | | Make ActionView frozen string literal friendly. | Pat Allan | 2017-06-20 | 11 | -209/+209 |
* | | | Merge pull request #29349 from robertomiranda/responsive-images | Matthew Draper | 2017-07-02 | 1 | -1/+4 |
|\ \ \ |
|