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
...
*
|
Fix for variants: :any special case
John Hawthorn
2018-09-12
1
-1
/
+3
*
|
Use wildcard glob for optimized template resolving
John Hawthorn
2018-09-12
1
-13
/
+51
*
|
Move digest path calculation out of loop
schneems
2018-09-11
2
-10
/
+22
*
|
Don’t allocate array on no args
schneems
2018-09-07
3
-6
/
+9
*
|
Formatting CHANGELOGs [ci skip]
Ryuta Kamizono
2018-09-07
1
-3
/
+9
*
|
[ci skip] Doc ActionView::OutputBuffer
schneems
2018-09-06
2
-3
/
+17
*
|
[ci skip] Clarify CaptureHelper#capture function
schneems
2018-09-06
1
-0
/
+5
*
|
Merge pull request #33718 from kddeisz/permit-list
Matthew Draper
2018-08-29
2
-4
/
+14
|
\
\
|
*
|
Permit list usage cleanup and clearer documentation
Kevin Deisz
2018-08-27
2
-7
/
+7
|
*
|
Deprecate usage of ActionView::Template::Handlers::ERB::escape_whitelist
Kevin Deisz
2018-08-24
1
-2
/
+12
|
*
|
Convert over the rest of the whitelist references
Kevin Deisz
2018-08-24
1
-2
/
+2
*
|
|
Add `:namespace` option to the api docs of `form_with` [ci skip]
bogdanvlviv
2018-08-27
1
-0
/
+3
|
/
/
*
|
Merge pull request #33547 from Ana06/patch-1
Matthew Draper
2018-08-23
3
-3
/
+34
|
\
\
|
*
|
Add tests for privates methods in view's helpers
Ana María Martínez Gómez
2018-08-08
1
-1
/
+14
|
*
|
Deprecate use of private methods in view's helpers
Ana María Martínez Gómez
2018-08-08
2
-4
/
+14
|
*
|
Add one more method affected in CHANGELOG
Ana María Martínez Gómez
2018-08-08
1
-2
/
+3
|
*
|
Use public_send in extract_values_from_collection
Ana María Martínez Gómez
2018-08-08
1
-1
/
+1
|
*
|
Use public_send in value_for_collection
Ana María Martínez Gómez
2018-08-07
2
-1
/
+11
*
|
|
Merge pull request #31132 from emaxi/feature/add-missing-documentation-option...
Ryuta Kamizono
2018-08-20
1
-0
/
+5
|
\
\
\
|
*
|
|
Add missing documentation options to number_to_currency [ci skip]
emaxi
2018-07-11
1
-0
/
+5
*
|
|
|
Enable Style/ParenthesesAroundCondition cop
Ryuta Kamizono
2018-08-19
2
-2
/
+2
*
|
|
|
Fix unclosed tags [ci skip]
yuuji.yaginuma
2018-08-18
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Update coffeelint to 2.1.0
Prem Sichanugrist
2018-08-13
1
-1
/
+1
|
|
/
|
/
|
*
|
[ci skip] Change references from Rake task to Rails command
Alberto Almagro
2018-08-01
1
-2
/
+3
*
|
Throw if ujs loaded twice
Kazuhiro NISHIYAMA
2018-07-31
1
-1
/
+2
*
|
Enable Start/EndWith and RegexpMatch cops
Bart de Water
2018-07-28
3
-3
/
+3
*
|
Turn on performance based cops
Dillon Welch
2018-07-23
2
-2
/
+4
*
|
Merge pull request #33268 from benpickles/remove-pubdate-from-docs
Richard Schneeman
2018-07-21
1
-2
/
+0
|
\
\
|
*
|
Keep time_tag docs up-to-date.
Ben Pickles
2018-07-01
1
-2
/
+0
*
|
|
Fix leaking special form_with attributes into html attributes
Yurii Cherniavskyi
2018-07-20
4
-7
/
+25
*
|
|
Fix issue with `button_to`'s `to_form_params`
Georgi Georgiev
2018-07-16
3
-3
/
+21
*
|
|
[ci skip] `sanitizer_vendor` will be removed in Rails 6
Tsukuru Tanimichi
2018-07-11
1
-1
/
+1
*
|
|
Merge pull request #33286 from ph3t/add-changelog-entry-for-42c3537
Ryuta Kamizono
2018-07-04
1
-1
/
+13
|
\
\
\
|
*
|
|
Add changelog entry for 42c3537 [ci skip]
Juan Broullon
2018-07-03
1
-1
/
+11
|
/
/
/
*
|
|
Merge pull request #32361 from ph3t/safe-html-translation-arrays
Kasper Timm Hansen
2018-07-03
2
-4
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add safe html support to arrays of translations
Juan Broullon
2018-07-03
2
-4
/
+10
*
|
|
Add to docs mention about `:year_format` option of date select
bogdanvlviv
2018-06-22
1
-0
/
+4
*
|
|
Merge pull request #32190 from liwii/use_year_names
Ryuta Kamizono
2018-06-21
3
-1
/
+71
|
\
\
\
|
*
|
|
Add `year_format` option to date_select tag. This option makes it possible to...
Koki Ryu
2018-06-10
3
-1
/
+69
|
/
/
/
*
|
|
Remove unnecessary `with_default_enforce_utf8` method
yuuji.yaginuma
2018-05-28
1
-9
/
+0
*
|
|
Fix RDoc formatting: `+` doesn't work with space [ci skip]
yuuji.yaginuma
2018-05-23
1
-1
/
+1
*
|
|
Indicate `true` in a doc comment is code-like.
Corey Farwell
2018-05-22
1
-1
/
+1
*
|
|
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-2
/
+2
*
|
|
Remove reference to old `:text` rendering option
Tyler Hunt
2018-05-11
1
-1
/
+0
*
|
|
Remove leftover requires
T.J. Schuck
2018-05-07
1
-2
/
+0
*
|
|
Use usual method definition instead of extracting args from array
printercu
2018-05-03
1
-11
/
+4
*
|
|
Don't allocate unnecessary array in translation helper
Max Melentiev
2018-04-28
1
-8
/
+2
*
|
|
Merge pull request #30647 from droptheplot/render-partials-string-locals
Rafael França
2018-04-27
2
-1
/
+10
|
\
\
\
|
*
|
|
Allow usage of strings as locals for partial renderer
Sergey Novikov
2017-09-18
2
-1
/
+10
*
|
|
|
Address `Style/StringLiterals` offence
Ryuta Kamizono
2018-04-27
1
-1
/
+1
[prev]
[next]