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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix RuboCop offenses
Koichi ITO
2017-08-16
7
-69
/
+69
*
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
|
/
*
Merge pull request #30001 from y-yagi/fix_test_directory
Kasper Timm Hansen
2017-07-30
2
-2
/
+2
|
\
|
*
Fix test directory to correct path
yuuji.yaginuma
2017-07-30
2
-2
/
+2
*
|
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
74
-0
/
+147
|
\
|
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
74
-0
/
+147
*
|
Merge pull request #29792 from lugray/delegate_respond_to
Rafael França
2017-07-24
1
-0
/
+11
|
\
\
|
|
/
|
/
|
|
*
Delegate respond_to? in ActionView::Helpers::ControllerHelper
Lisa Ugray
2017-07-19
1
-0
/
+11
*
|
Add jQuery to test vendor files
Marc Rendl Ignacio
2017-07-20
2
-1
/
+9832
|
/
*
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
86
-86
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
86
-0
/
+86
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
86
-0
/
+86
*
|
Merge pull request #29506 from pat/frozen-string-literals
Matthew Draper
2017-07-02
13
-212
/
+212
|
\
\
|
*
|
Make ActionView frozen string literal friendly.
Pat Allan
2017-06-20
13
-212
/
+212
*
|
|
Merge pull request #29349 from robertomiranda/responsive-images
Matthew Draper
2017-07-02
1
-1
/
+4
|
\
\
\
|
*
|
|
Add `srcset` option to `image_tag` helper
Roberto Miranda
2017-06-29
1
-1
/
+4
|
|
|
/
|
|
/
|
*
/
|
Fallback Parameters#to_s to Hash#to_s
Kir Shatrov
2017-06-30
1
-0
/
+6
|
/
/
*
/
Fix current_page? helper issue with engine root path
savroff
2017-06-19
1
-3
/
+13
|
/
*
Generate field ids in `collection_check_boxes` and `collection_radio_buttons`
yuuji.yaginuma
2017-06-11
1
-18
/
+18
*
Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-...
Kasper Timm Hansen
2017-06-08
2
-23
/
+31
*
Use a hash to record every partial's cache hit status instead of sharing a bo...
Stan Lo
2017-06-08
4
-0
/
+45
*
Don't support namespace in form_with.
Kasper Timm Hansen
2017-06-07
1
-18
/
+0
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-2
/
+1
*
Merge pull request #29187 from robin850/remove-mathn
Rafael França
2017-05-30
1
-3
/
+11
|
\
|
*
Remove requirement on mathn
Robin Dupret
2017-05-30
1
-3
/
+11
*
|
Merge pull request #29176 from bogdanvlviv/define-path-with__dir__
Matthew Draper
2017-05-26
11
-29
/
+29
|
\
\
|
*
|
Define path with __dir__
bogdanvlviv
2017-05-23
11
-29
/
+29
|
|
/
*
|
Merge pull request #29119 from spohlenz/fix-select-with-enumerable
Matthew Draper
2017-05-24
1
-0
/
+17
|
\
\
|
|
/
|
/
|
|
*
Fix select tag helper used with Enumerable choices
Sam Pohlenz
2017-05-17
1
-0
/
+17
*
|
Add :json type to auto_discovery_link_tag
Mike Gunderloy
2017-05-20
1
-0
/
+1
*
|
ERB::Util.url_encode no longer escapes ~ since ruby 2.5
Akira Matsuda
2017-05-19
1
-2
/
+2
*
|
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
3
-5
/
+5
|
/
*
Should escape meta characters in regexp
Ryuta Kamizono
2017-05-07
4
-10
/
+10
*
Merge pull request #28753 from st0012/add-render-with-variants-test
Kasper Timm Hansen
2017-05-01
3
-0
/
+10
|
\
|
*
Add tests for render template/partial with variants option.
Stan Lo
2017-04-14
3
-0
/
+10
*
|
Merge pull request #20701 from iamvery/date-helper-argument-error
Andrew White
2017-04-27
1
-0
/
+10
|
\
\
|
*
|
Ensure input to distance_of_time_in_words is not nil
Jay Hayes
2017-04-27
1
-0
/
+10
*
|
|
Merge pull request #28844 from kyuden/remove_unnecessary_attributes_of_select...
Kasper Timm Hansen
2017-04-27
1
-0
/
+2
|
\
\
\
|
*
|
|
Remove unnecessary `skip_default_ids` and `allow_method_names_outside_object`...
kyuden
2017-04-24
1
-0
/
+2
|
|
/
/
*
|
|
Merge pull request #28848 from Edouard-chin/ec-remove-unused-method
Rafael França
2017-04-26
1
-7
/
+0
|
\
\
\
|
*
|
|
`sort_query_string_params` method is no more used
Edouard CHIN
2017-04-23
1
-7
/
+0
|
|
/
/
*
/
/
Fix `current_page?` regression:
Edouard CHIN
2017-04-26
1
-0
/
+18
|
/
/
[next]