| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove `alt` text from `image_tag` example [ci skip] | yuuji.yaginuma | 2017-08-24 | 2 | -7/+7 |
* | 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 | 2 | -7/+7 |
* | Merge pull request #30213 from ckundo/ccundiff-alt-text-default | Rafael Mendonça França | 2017-08-23 | 3 | -29/+31 |
|\ |
|
| * | Do not generate default alt text in image tags | Cameron Cundiff | 2017-08-17 | 3 | -29/+31 |
* | | Merge pull request #30352 from yhirano55/update_licenses_link | Ryuta Kamizono | 2017-08-22 | 1 | -1/+1 |
|\ \ |
|
| * | | Update MIT licenses link [ci skip] | Yoshiyuki Hirano | 2017-08-22 | 1 | -1/+1 |
* | | | Merge pull request #28912 from kaspth/getting-started-form-with | Kasper Timm Hansen | 2017-08-21 | 1 | -0/+30 |
|\ \ \
| |/ /
|/| | |
|
| * | | [ci skip] form_with in the getting started guide. | Kasper Timm Hansen | 2017-08-21 | 1 | -0/+30 |
| |/ |
|
* / | Use ssl in guide and comment [ci skip] | Yoshiyuki Hirano | 2017-08-19 | 1 | -1/+1 |
|/ |
|
* | Fix RuboCop offenses | Koichi ITO | 2017-08-16 | 7 | -69/+69 |
* | Merge pull request #30165 from tjschuck/code_formatting_fix | Rafael França | 2017-08-11 | 1 | -10/+10 |
|\ |
|
| * | Add code formatting and minor grammar clarifications | T.J. Schuck | 2017-08-09 | 1 | -10/+10 |
* | | Fix RDoc formatting: `+` doesn't work with `@` | ohbarye | 2017-08-11 | 1 | -1/+1 |
|/ |
|
* | Fix broken RDoc formatting | T.J. Schuck | 2017-08-09 | 1 | -1/+1 |
* | Extend image_tag to accept ActiveStorage Attachments and Variants (#30084) | Anton Khamets | 2017-08-07 | 2 | -5/+23 |
* | Merge pull request #30020 from rails/active-storage-import | David Heinemeier Hansson | 2017-08-04 | 5 | -2/+89 |
|\ |
|
| * | Remove duplicated convert_direct_upload_option_to_url | Rafael Mendonça França | 2017-08-03 | 2 | -7/+4 |
| * | Refactor convert_direct_upload_option_to_url | Rafael Mendonça França | 2017-08-03 | 2 | -3/+35 |
| * | Make sure Action View doesn't break with Active Storage | Rafael Mendonça França | 2017-08-03 | 3 | -1/+50 |
| * | Merge branch 'master' into active-storage-import | David Heinemeier Hansson | 2017-08-02 | 1 | -1/+1 |
| |\ |
|
| * | | Add require | David Heinemeier Hansson | 2017-08-01 | 1 | -0/+1 |
| * | | Move the direct_upload: true convenience option from the activestorage helper... | David Heinemeier Hansson | 2017-07-31 | 2 | -2/+10 |
* | | | Merge pull request #29984 from colorfulfool/form-helpers-unicode-sanitization | Rafael França | 2017-08-02 | 2 | -1/+15 |
|\ \ \
| |_|/
|/| | |
|
| * | | Allow non-English values for collection_radio_buttons/check_boxes | colorfulfool | 2017-08-02 | 2 | -1/+15 |
| |/ |
|
* / | Use File::NULL instead of "/dev/null" | Kazuhiro NISHIYAMA | 2017-07-31 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #30001 from y-yagi/fix_test_directory | Kasper Timm Hansen | 2017-07-30 | 3 | -3/+3 |
|\ |
|
| * | Fix test directory to correct path | yuuji.yaginuma | 2017-07-30 | 3 | -3/+3 |
* | | Fix testing helpers that use Action View's capturing helpers (e.g. content_for) | George Claghorn | 2017-07-25 | 2 | -0/+10 |
|/ |
|
* | Suppress warning from actionview controller helper. | Christina Thompson | 2017-07-24 | 1 | -1/+1 |
* | Merge pull request #29897 from kirs/frozen-actionview | Rafael França | 2017-07-24 | 177 | -1/+350 |
|\ |
|
| * | Use frozen string literal in actionview/ | Kir Shatrov | 2017-07-24 | 177 | -1/+350 |
* | | Merge pull request #29792 from lugray/delegate_respond_to | Rafael França | 2017-07-24 | 2 | -2/+21 |
|\ \
| |/
|/| |
|
| * | Delegate respond_to? in ActionView::Helpers::ControllerHelper | Lisa Ugray | 2017-07-19 | 2 | -2/+21 |
* | | Make actionview ready for frozen strings | Kir Shatrov | 2017-07-23 | 1 | -1/+2 |
* | | Merge pull request #29884 from padi/update_rails_5_upgrade_guide | Rafael França | 2017-07-21 | 1 | -2/+2 |
|\ \ |
|
| * | | Suppress documentation for content_tag_for and div_for since they were remove... | Marc Rendl Ignacio | 2017-07-21 | 1 | -2/+2 |
* | | | Remove log directory in test postprocessing | yuuji.yaginuma | 2017-07-21 | 1 | -1/+1 |
* | | | Add jQuery to test vendor files | Marc Rendl Ignacio | 2017-07-20 | 2 | -1/+9832 |
| |/
|/| |
|
* | | [ci skip]Replace jquery-ujs with rails-ujs | willnet | 2017-07-19 | 1 | -1/+1 |
* | | Enable `Layout/FirstParameterIndentation` cop | Ryuta Kamizono | 2017-07-17 | 2 | -24/+24 |
|/ |
|
* | [Action View] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 3 | -0/+3 |
* | Prepare AP and AR to be frozen string friendly | Kir Shatrov | 2017-07-06 | 2 | -1/+3 |
* | Merge branch 'master' into require_relative_2017 | Xavier Noria | 2017-07-02 | 24 | -236/+257 |
|\ |
|
| * | Expectation first | Akira Matsuda | 2017-07-02 | 2 | -8/+8 |
| * | Avoid shadowed variable | Matthew Draper | 2017-07-02 | 1 | -2/+2 |
| * | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 191 | -191/+1 |
| * | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 191 | -1/+191 |
| |\ |
|
| | * | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 191 | -1/+191 |
| * | | Merge pull request #29506 from pat/frozen-string-literals | Matthew Draper | 2017-07-02 | 21 | -225/+225 |
| |\ \ |
|