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
*
Merge pull request #36412 from robotdana/compact_blank
Rafael Mendonça França
2019-07-25
1
-1
/
+1
|
\
|
*
Use compact_blank throughout rails
Dana Sherson
2019-06-05
1
-1
/
+1
*
|
Merge pull request #36467 from spk/add-doc-host-protocol-asset_path
Rafael França
2019-07-24
1
-0
/
+2
|
\
\
|
*
|
Add documentation on actionview asset_path with host and protocol
Laurent Arnoud
2019-06-12
1
-0
/
+2
*
|
|
Fix broken rdoc for UrlHelper [ci skip]
Ryuta Kamizono
2019-07-24
1
-6
/
+6
*
|
|
Fix argument in doc sample of new `sms_to` helper [ci skip]
Carlos Antonio da Silva
2019-07-19
1
-1
/
+1
*
|
|
Merge pull request #36511 from aantix/sms_link_helper
Guillermo Iguaran
2019-07-19
2
-0
/
+110
|
\
\
\
|
*
|
|
Doc changes.
Jim Jones
2019-06-18
1
-4
/
+4
|
*
|
|
Helper method to create an sms link - when clicked it opens the phone/desktop...
Jim Jones
2019-06-18
2
-0
/
+110
|
|
/
/
*
|
|
Fix a minor typo in ActionView::UnboundTemplate
Jean Boussier
2019-07-19
1
-3
/
+3
*
|
|
Empty array instead of nil for source_extract
Guilherme Mansur
2019-07-14
3
-12
/
+29
*
|
|
active_support/deprecation has to be already required via active_support/rail...
Akira Matsuda
2019-07-12
5
-7
/
+0
*
|
|
A type class or nil has to respond_to :to_s
Akira Matsuda
2019-07-12
1
-2
/
+1
*
|
|
No Woman, No try
Akira Matsuda
2019-07-12
1
-1
/
+0
*
|
|
Autoload SyntaxErrorInTemplate
Guilherme Mansur
2019-06-19
2
-0
/
+5
*
|
|
Merge pull request #36482 from Shopify/fix-translation-helper-default-hash
Rafael França
2019-06-17
2
-1
/
+6
|
\
\
\
|
*
|
|
Fix TranslationHelper#translate handling of Hash defaults
Jean Boussier
2019-06-14
2
-1
/
+6
*
|
|
|
:golf:
Akira Matsuda
2019-06-15
1
-6
/
+2
*
|
|
|
Fix rubocop violations
Ryuta Kamizono
2019-06-14
1
-1
/
+0
|
/
/
/
*
|
|
Merge pull request #36477 from albertoalmagro/alberto/button-to-default-path
Rafael França
2019-06-13
1
-1
/
+1
|
\
\
\
|
*
|
|
[ci skip] Use default path in button_to documentation
Alberto Almagro
2019-06-13
1
-1
/
+1
*
|
|
|
Merge pull request #36437 from sudara/fix_programmatic_clicks_with_data_remote
Gannon McGibbon
2019-06-13
2
-2
/
+16
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Ensure non-mouse/programmatic clicks work with data-remote
Sudara
2019-06-13
2
-2
/
+16
*
|
|
|
Merge pull request #36388 from joelhawksley/actionview-component
Aaron Patterson
2019-06-13
4
-1
/
+72
|
\
\
\
\
|
*
|
|
|
`RenderingHelper` supports rendering objects that `respond_to?` `:render_in`
Joel Hawksley
2019-06-12
4
-1
/
+72
*
|
|
|
|
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
49
-56
/
+2
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #36422 from jhawthorn/parallelize_actionview
John Hawthorn
2019-06-06
3
-39
/
+13
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Run actionview tests in parallel
John Hawthorn
2019-06-05
2
-0
/
+12
|
*
|
|
Remove actionview tests which modify fixtures
John Hawthorn
2019-06-05
1
-39
/
+1
|
|
|
/
|
|
/
|
*
/
|
Bump rubocop to 0.71
Abhay Nikam
2019-06-06
1
-1
/
+1
|
/
/
*
/
Only clear cache when view paths are specified
yuuji.yaginuma
2019-06-04
1
-0
/
+2
|
/
*
Change `ActionDispatch::Response#content_type` returning Content-Type header ...
yuuji.yaginuma
2019-06-01
1
-12
/
+12
*
Merge pull request #36324 from yoones/fix-unexpected-select-tag-delete-behavior
Eileen M. Uchitelle
2019-05-28
3
-1
/
+12
|
\
|
*
Fix select_tag so that is doesn't change options when include_blank is set
Younes SERRAJ
2019-05-22
3
-1
/
+12
*
|
Wrap actionview cache expiry in a mutex
John Hawthorn
2019-05-21
1
-8
/
+11
*
|
Correct human file size examples [ci skip]
Alexander Graul
2019-05-20
1
-1
/
+1
|
/
*
NPM -> npm [ci skip]
Xavier Noria
2019-05-12
1
-1
/
+1
*
Remove useless find_partial method
st0012
2019-05-07
1
-5
/
+1
*
Remove useless `GC.start` in `test/template/render_test.rb`
Ryuta Kamizono
2019-05-06
1
-14
/
+0
*
Clear Resolvers' cache after running RenderTestCases' test cases
st0012
2019-05-06
1
-4
/
+9
*
Merge pull request #35337 from abhaynikam/35265-remove-unused-argument-layout...
Rafael França
2019-05-01
3
-8
/
+7
|
\
|
*
Removed unused layout attribute from RenderedTemplate
Abhay Nikam
2019-03-09
3
-8
/
+7
*
|
`@controller` may not be defined here, and if so, it causes a Ruby warning
Akira Matsuda
2019-05-01
1
-1
/
+1
*
|
Fixes grammar in comments on tag_name and tag_id
Michael Bock
2019-04-25
1
-2
/
+2
*
|
Merge pull request #32313 from lulalala/model_error_as_object
Rafael França
2019-04-24
2
-7
/
+17
|
\
\
|
*
|
Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'`
lulalala
2019-03-31
2
-7
/
+17
*
|
|
Start Rails 6.1 development
Rafael Mendonça França
2019-04-24
3
-256
/
+4
*
|
|
Fix markup in CHANGELOGs [ci skip]
Ryuta Kamizono
2019-04-25
1
-1
/
+1
*
|
|
Update the changelog to explain the fix
st0012
2019-04-20
1
-0
/
+11
*
|
|
Bump RuboCop to 0.67.2
Koichi ITO
2019-04-16
1
-2
/
+4
[next]