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
*
Docs: `tag` only accept attribute names as symbols
claudiob
2016-10-11
1
-2
/
+3
*
Removed deprecated `#original_exception` in `ActionView::Template::Error`.
Rafael Mendonça França
2016-10-10
2
-11
/
+5
*
Merge pull request #26578 from jeremy/undeprecate-plural-positional-arg
Rafael França
2016-10-10
2
-14
/
+3
|
\
|
*
Undeprecate plural positional argument
Jeremy Daer
2016-09-21
2
-14
/
+3
*
|
Remove deprecated support to :text in render
Rafael Mendonça França
2016-10-10
4
-6
/
+4
*
|
Avoid bumping the class serial when invoking executor
Matthew Draper
2016-10-03
2
-1
/
+7
*
|
Change render to support any hash keys in locals
Peter Schilling
2016-10-02
6
-1
/
+47
|
/
*
[ci skip] Replace to closing tag
Andrey Molchanov
2016-09-20
1
-1
/
+1
*
[ci skip] Fixed commas according to Oxford comma in rdoc and guides
Andrey Molchanov
2016-09-17
1
-1
/
+1
*
Merge pull request #26516 from grosser/grosser/assert
Rafael França
2016-09-16
4
-11
/
+11
|
\
|
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
4
-11
/
+11
*
|
Merge pull request #26509 from claudiob/rename-as
Rafael França
2016-09-16
1
-1
/
+1
|
\
\
|
*
|
Rename test to match what it does
claudiob
2016-09-15
1
-1
/
+1
|
|
/
*
|
Merge pull request #26507 from Neodelf/actionview_duplicate
Rafael França
2016-09-16
2
-6
/
+2
|
\
\
|
|
/
|
/
|
|
*
DRYing duplicate methods
Andrey Molchanov
2016-09-16
2
-6
/
+2
*
|
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
11
-49
/
+49
|
/
*
Fix Remaining Case-In-Assignment Statement Formatting
Alex Kitchens
2016-09-06
2
-24
/
+26
*
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
1
-16
/
+17
*
RuboCop is 100% green :tada:
Xavier Noria
2016-09-02
1
-6
/
+7
*
fix RuboCop errors re \xFC
Xavier Noria
2016-09-02
1
-2
/
+4
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
4
-5
/
+5
*
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
*
Add load hooks to all tests classes
Rafael Mendonça França
2016-08-25
1
-0
/
+1
*
kick different instrumentation method
Aaron Patterson
2016-08-24
1
-8
/
+12
*
remove useless freeze
Aaron Patterson
2016-08-24
1
-1
/
+1
*
Simplify cache hit logging
Aaron Patterson
2016-08-24
2
-5
/
+5
*
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
40
-145
/
+145
*
Merge pull request #26100 from vipulnsward/changelogs
Rafael França
2016-08-12
1
-1
/
+1
|
\
|
*
Pass over changelogs [ci skip]
Vipul A M
2016-08-10
1
-1
/
+1
*
|
Ensure values are strings before calling gsub
Mike Virata-Stone
2016-08-12
2
-1
/
+9
*
|
ensure tag/content_tag escapes " in attribute vals
Andrew Carpenter
2016-08-11
2
-1
/
+11
[next]