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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add preload_link_tag helper.
Guillermo Iguaran
2017-11-28
1
-0
/
+75
*
Make sure the request exist befoe trying to send early hints
Rafael Mendonça França
2017-11-28
1
-2
/
+2
*
Preparing for 5.2.0.beta2 release
Rafael Mendonça França
2017-11-28
1
-1
/
+1
*
Preparing for 5.2.0.beta1 release
Rafael Mendonça França
2017-11-27
1
-1
/
+1
*
Make form_with_generates_ids default value to be false
Rafael Mendonça França
2017-11-27
1
-1
/
+1
*
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
7
-35
/
+16
*
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
*
|
Fix field_error_proc wrap form select optgroup and divider option tag
neumayr
2017-11-09
1
-2
/
+6
*
|
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
3
-6
/
+2
|
\
|
*
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
|
*
|
Remove unused `MissingRequestError`
yuuji.yaginuma
2017-10-31
2
-4
/
+0
|
|
/
*
|
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
|
/
*
Remove deprecated Erubis ERB handler
Rafael Mendonça França
2017-10-23
3
-97
/
+0
*
[Action View] require_relative => require
Akira Matsuda
2017-10-21
25
-35
/
+35
*
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
1
-4
/
+26
*
Remove `:api:` tag that has leaked on the doc directly [ci skip]
Ryuta Kamizono
2017-09-30
2
-7
/
+1
*
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
*
|
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
*
|
Remove alt generation from image_submit_tag
Rafael Mendonça França
2017-08-23
1
-6
/
+6
*
|
Merge pull request #30213 from ckundo/ccundiff-alt-text-default
Rafael Mendonça França
2017-08-23
1
-13
/
+9
|
\
\
|
*
|
Do not generate default alt text in image tags
Cameron Cundiff
2017-08-17
1
-13
/
+9
*
|
|
[ci skip] form_with in the getting started guide.
Kasper Timm Hansen
2017-08-21
1
-0
/
+30
|
/
/
*
|
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
1
-2
/
+23
*
|
Merge pull request #30020 from rails/active-storage-import
David Heinemeier Hansson
2017-08-04
3
-2
/
+21
|
\
\
|
*
|
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
1
-3
/
+4
|
*
|
Make sure Action View doesn't break with Active Storage
Rafael Mendonça França
2017-08-03
2
-1
/
+13
[next]