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
/
helpers
Commit message (
Expand
)
Author
Age
Files
Lines
*
RuboCop is 100% green :tada:
Xavier Noria
2016-09-02
1
-6
/
+7
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
2
-2
/
+2
*
fix document for radio_button
shingo-nakanishi
2016-09-01
1
-1
/
+2
*
remove warning from `video_tag`
yuuji.yaginuma
2016-09-01
1
-3
/
+3
*
Fix style
schneems
2016-08-30
1
-5
/
+5
*
Better keyword argument name
schneems
2016-08-30
1
-3
/
+3
*
Address comment via @dhh, better option naming
schneems
2016-08-30
2
-19
/
+19
*
Document public_poster_folder option
schneems
2016-08-29
1
-0
/
+4
*
Address doc style comments from @robin850
schneems
2016-08-29
1
-9
/
+9
*
Fully document asset_path.
schneems
2016-08-29
1
-7
/
+58
*
Do not deprecate using assets with leading slash
schneems
2016-08-29
1
-10
/
+5
*
Missed 2 public_* methods in cleanup
schneems
2016-08-29
1
-16
/
+0
*
Favor `public_folder: true` over `public_*`
schneems
2016-08-29
2
-144
/
+3
*
Fix formatting
schneems
2016-08-29
2
-23
/
+22
*
Add `public_*` helpers to all the `_tag` methods.
schneems
2016-08-29
1
-10
/
+58
*
Match method signature
schneems
2016-08-29
1
-3
/
+3
*
Add docs to `public_*_path` methods & fix comments
schneems
2016-08-29
1
-15
/
+36
*
Add public URL helpers
schneems
2016-08-29
1
-0
/
+56
*
Add descriptive comment
schneems
2016-08-29
1
-7
/
+7
*
Make sure routes don't interfere with paths
schneems
2016-08-29
1
-0
/
+11
*
Allow a more explicit public behavior
schneems
2016-08-29
1
-2
/
+37
*
Simplify cache hit logging
Aaron Patterson
2016-08-24
1
-3
/
+4
*
Improve TagHelper#tag_option performance
Amadeus Folego
2016-08-22
1
-2
/
+2
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
7
-22
/
+22
*
Ensure values are strings before calling gsub
Mike Virata-Stone
2016-08-12
1
-1
/
+1
*
ensure tag/content_tag escapes " in attribute vals
Andrew Carpenter
2016-08-11
1
-1
/
+1
*
revises more Lint/EndAlignment offenses
Xavier Noria
2016-08-08
1
-9
/
+9
*
Modify LogSubscriber for single partial's cache message.
Stan Lo
2016-08-08
1
-1
/
+7
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
6
-77
/
+72
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
14
-289
/
+289
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
14
-68
/
+68
*
applies new string literal convention in actionview/lib
Xavier Noria
2016-08-06
28
-170
/
+170
*
systematic revision of =~ usage in AV
Xavier Noria
2016-07-25
4
-16
/
+22
*
Explain meaning of the code very well and Remove confusion. [ci skip]
Santosh Wadghule
2016-07-23
1
-4
/
+4
*
Bring back support for callable cache_key on collection rendering
Ignatius Reza
2016-07-21
1
-3
/
+12
*
Merge pull request #25520 from st0012/fix-current-page
Rafael França
2016-07-20
1
-0
/
+2
|
\
|
*
Fix ActionView::Helpers#current_page? with issue in https://github.com/rails/...
Stan Lo
2016-07-20
1
-0
/
+2
*
|
Fix docs in collection_radio_buttons
claudiob
2016-07-18
1
-3
/
+3
*
|
Tiny documentation fixes [ci skip]
Robin Dupret
2016-07-04
1
-4
/
+9
*
|
Merge pull request #25553 from vipulnsward/25543-docs-follow-up
Vipul A M
2016-06-30
1
-16
/
+7
|
\
\
|
*
|
- Tone down documentation
Vipul A M
2016-06-28
1
-16
/
+7
*
|
|
Add dup leftover from 26710ab.
Kasper Timm Hansen
2016-06-28
1
-1
/
+1
*
|
|
Default to frozen string literals in TagHelper.
Kasper Timm Hansen
2016-06-28
1
-5
/
+7
*
|
|
Merge pull request #25555 from vipulnsward/boolean-attributes-update
Rafael França
2016-06-28
2
-8
/
+11
|
\
\
\
|
*
|
|
Bring Boolean Attributes list for AV Tags helper upto speed with current spec.
Vipul A M
2016-06-28
2
-8
/
+11
|
|
/
/
*
|
|
Merge pull request #25551 from vipulnsward/25543-follow-up
Kasper Timm Hansen
2016-06-28
1
-1
/
+1
|
\
\
\
|
*
|
|
Expand list of void elements to match spec from https://html.spec.whatwg.org/...
Vipul A M
2016-06-28
1
-1
/
+1
|
|
/
/
*
/
/
Freeze string for default content for tag_strings, which later goes on to cre...
Vipul A M
2016-06-28
1
-1
/
+1
|
/
/
*
|
Document `simple_format` handling of `\r`
Derek Prior
2016-06-27
1
-4
/
+5
*
|
New syntax for tag helpers i.e. tag.br instead of tag(br) #25195
Marek
2016-06-27
3
-59
/
+176
[next]