index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionview
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Remove unused `FixtureTemplate` class
yuuji.yaginuma
2017-10-19
1
-11
/
+0
*
|
|
|
Remove extra spaces in the args in the `time_zone_select` [ci skip]
Ryuta Kamizono
2017-10-16
1
-6
/
+6
*
|
|
|
Fix some typos.
Mike Boone
2017-10-10
2
-3
/
+3
*
|
|
|
Merge pull request #30831 from masatooba/fix-radio-button-tag-comment
Eileen M. Uchitelle
2017-10-08
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix radio_button_tag comment
Masato Oba
2017-10-08
1
-1
/
+1
*
|
|
|
|
request check
pavel
2017-10-05
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Implement H2 Early Hints for Rails
eileencodes
2017-10-04
3
-5
/
+34
*
|
|
|
Merge pull request #30786 from y-yagi/add_test_case_for_font_url
Ryuta Kamizono
2017-10-03
1
-0
/
+26
|
\
\
\
\
|
*
|
|
|
Add test case for `font_url`
yuuji.yaginuma
2017-10-03
1
-0
/
+26
*
|
|
|
|
rails-ujs: Update README
Elliot Winkler
2017-10-02
1
-23
/
+18
|
/
/
/
/
*
|
|
|
Remove `:api:` tag that has leaked on the doc directly [ci skip]
Ryuta Kamizono
2017-09-30
2
-7
/
+1
*
|
|
|
Remove unused methods from `RenderPartialWithRecordIdentificationController`
yuuji.yaginuma
2017-09-30
1
-10
/
+0
*
|
|
|
Include `ActionDispatch::DrawOnce` in `ActiveSupport::TestCase`
Ryuta Kamizono
2017-09-27
1
-1
/
+1
*
|
|
|
Remove unused code that was copied from actionpack
Ryuta Kamizono
2017-09-27
1
-52
/
+1
*
|
|
|
Fix `test_should_sanitize_illegal_style_properties` failure
Ryuta Kamizono
2017-09-25
1
-2
/
+2
*
|
|
|
Merge pull request #29791 from yui-knk/at_object
Ryuta Kamizono
2017-09-05
13
-19
/
+19
|
\
\
\
\
|
*
|
|
|
Do not pass an instance variable to a private method
yui-knk
2017-09-05
13
-19
/
+19
*
|
|
|
|
Fix outdated comment [ci skip]
yuuji.yaginuma
2017-09-02
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
double assign is no longer an effective workaround for unused variable warning
Akira Matsuda
2017-09-01
1
-1
/
+1
*
|
|
|
Clarify intentions around method redefinitions
Matthew Draper
2017-09-01
2
-4
/
+4
*
|
|
|
Merge pull request #30392 from koic/unify_source_control_keep_file_name
Matthew Draper
2017-08-31
1
-0
/
+0
|
\
\
\
\
|
*
|
|
|
Unify the internal source control .keep file name
Koichi ITO
2017-08-24
1
-0
/
+0
*
|
|
|
|
Use tt in doc for ActionView [ci skip]
Yoshiyuki Hirano
2017-08-27
5
-24
/
+24
*
|
|
|
|
Fix broken doc layout for action_view [ci skip]
Yoshiyuki Hirano
2017-08-27
22
-22
/
+22
*
|
|
|
|
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
|
/
/
/
/
[prev]
[next]