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
/
action_view
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
*
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
*
|
Allow non-English values for collection_radio_buttons/check_boxes
colorfulfool
2017-08-02
1
-1
/
+1
|
/
*
Fix testing helpers that use Action View's capturing helpers (e.g. content_for)
George Claghorn
2017-07-25
1
-0
/
+2
*
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
99
-1
/
+196
|
\
|
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
99
-1
/
+196
*
|
Merge pull request #29792 from lugray/delegate_respond_to
Rafael França
2017-07-24
1
-2
/
+10
|
\
\
|
|
/
|
/
|
|
*
Delegate respond_to? in ActionView::Helpers::ControllerHelper
Lisa Ugray
2017-07-19
1
-2
/
+10
*
|
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
*
|
[ci skip]Replace jquery-ujs with rails-ujs
willnet
2017-07-19
1
-1
/
+1
|
/
*
[Action View] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
2
-0
/
+2
*
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
9
-15
/
+29
|
\
|
*
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
101
-101
/
+1
|
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
101
-1
/
+101
|
|
\
|
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
101
-1
/
+101
|
*
|
Merge pull request #29506 from pat/frozen-string-literals
Matthew Draper
2017-07-02
8
-13
/
+13
|
|
\
\
|
|
*
|
Make ActionView frozen string literal friendly.
Pat Allan
2017-06-20
6
-8
/
+8
|
|
*
|
Make ActionMailer frozen string literal friendly.
Pat Allan
2017-06-20
2
-3
/
+3
|
|
*
|
Make ActiveModel frozen string literal friendly.
Pat Allan
2017-06-20
1
-2
/
+2
|
*
|
|
Merge pull request #29349 from robertomiranda/responsive-images
Matthew Draper
2017-07-02
1
-2
/
+16
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Add `srcset` option to `image_tag` helper
Roberto Miranda
2017-06-29
1
-1
/
+15
|
|
/
/
*
/
/
[Action View] require => require_relative
Akira Matsuda
2017-07-01
24
-34
/
+34
|
/
/
*
/
Fix current_page? helper issue with engine root path
savroff
2017-06-19
1
-1
/
+4
|
/
*
Generate field ids in `collection_check_boxes` and `collection_radio_buttons`
yuuji.yaginuma
2017-06-11
2
-0
/
+2
*
Don't rely on the @view_renderer being defined.
Kasper Timm Hansen
2017-06-08
1
-2
/
+2
*
Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-...
Kasper Timm Hansen
2017-06-08
4
-10
/
+11
*
Use a hash to record every partial's cache hit status instead of sharing a bo...
Stan Lo
2017-06-08
3
-3
/
+6
*
Move slicing to initializer.
Kasper Timm Hansen
2017-06-07
2
-2
/
+2
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
6
-23
/
+12
*
Merge pull request #29191 from bogdanvlviv/pass_params_filename_lineno_to_cla...
Kasper Timm Hansen
2017-05-29
1
-1
/
+1
|
\
|
*
Pass params __FILE__ and __LINE__ + 1 if class_eval with <<
bogdanvlviv
2017-05-29
1
-1
/
+1
*
|
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
5
-24
/
+17
*
|
Merge pull request #29119 from spohlenz/fix-select-with-enumerable
Matthew Draper
2017-05-24
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix select tag helper used with Enumerable choices
Sam Pohlenz
2017-05-17
1
-1
/
+1
*
|
Add :json type to auto_discovery_link_tag
Mike Gunderloy
2017-05-20
1
-5
/
+7
*
|
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
2
-10
/
+18
|
/
*
Merge pull request #20701 from iamvery/date-helper-argument-error
Andrew White
2017-04-27
1
-18
/
+26
|
\
|
*
Ensure input to distance_of_time_in_words is not nil
Jay Hayes
2017-04-27
1
-18
/
+26
*
|
Merge pull request #28844 from kyuden/remove_unnecessary_attributes_of_select...
Kasper Timm Hansen
2017-04-27
1
-1
/
+1
|
\
\
|
*
|
Remove unnecessary `skip_default_ids` and `allow_method_names_outside_object`...
kyuden
2017-04-24
1
-1
/
+1
|
|
/
*
/
Fix `current_page?` regression:
Edouard CHIN
2017-04-26
1
-1
/
+1
|
/
[next]