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
*
Turn lookup context in to a stack, push and pop if formats change
Aaron Patterson
2019-02-11
1
-4
/
+6
*
Merge branch 'float_dom_ids'
Gannon McGibbon
2019-02-05
1
-1
/
+1
|
\
|
*
Fix unique DOM IDs for collection inputs
Mark Edmondson
2019-01-25
1
-1
/
+1
*
|
Improve regexp of `html_safe_translation_key?`
Kazuhiro NISHIYAMA
2019-02-05
1
-1
/
+1
*
|
Prefer ImageProcessing's resize_to_limit macro over resize_to_fit
George Claghorn
2019-01-24
1
-5
/
+5
|
/
*
Remove deprecated image_alt helper
Rafael Mendonça França
2019-01-17
1
-23
/
+0
*
Fix typo in collection_radio_buttons spec [ci skip]
Alberto Almagro
2019-01-11
1
-1
/
+1
*
Don't expect defined protect_against_forgery? in {token,csrf_meta}_tag
Genadi Samokovarov
2018-12-27
2
-2
/
+2
*
Generate doc of methods provided by form builders [ci skip]
yuuji.yaginuma
2018-12-26
1
-0
/
+221
*
Fix integer regex deprecation warnings for Ruby 2.6.0 (#34728)
Vinicius Stock
2018-12-21
1
-1
/
+1
*
Prevent TextHelper#word_wrap from stripping white space on the left
Lyle Mullican
2018-11-19
1
-1
/
+1
*
Added maxlength example to text_field documentation
Raghu Kamat
2018-10-25
1
-0
/
+3
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
8
-33
/
+33
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
4
-6
/
+6
*
Merge pull request #33564 from avit/escape_javascript_casting
Rafael França
2018-09-21
1
-4
/
+5
|
\
|
*
Let escape_javascript handle conversion to string
Andrew Vit
2018-09-21
1
-4
/
+5
*
|
Move digest path calculation out of loop
schneems
2018-09-11
1
-9
/
+17
*
|
[ci skip] Doc ActionView::OutputBuffer
schneems
2018-09-06
1
-3
/
+2
*
|
[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
1
-2
/
+2
|
\
\
|
*
|
Permit list usage cleanup and clearer documentation
Kevin Deisz
2018-08-27
1
-1
/
+1
|
*
|
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
1
-2
/
+10
|
\
\
|
*
|
Deprecate use of private methods in view's helpers
Ana María Martínez Gómez
2018-08-08
1
-2
/
+12
|
*
|
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
1
-1
/
+1
|
|
/
*
|
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
1
-1
/
+1
*
|
|
Fix unclosed tags [ci skip]
yuuji.yaginuma
2018-08-18
1
-1
/
+1
|
|
/
|
/
|
*
|
[ci skip] Change references from Rake task to Rails command
Alberto Almagro
2018-08-01
1
-2
/
+3
*
|
Enable Start/EndWith and RegexpMatch cops
Bart de Water
2018-07-28
2
-2
/
+2
*
|
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
3
-7
/
+8
*
|
|
Fix issue with `button_to`'s `to_form_params`
Georgi Georgiev
2018-07-16
1
-2
/
+2
*
|
|
[ci skip] `sanitizer_vendor` will be removed in Rails 6
Tsukuru Tanimichi
2018-07-11
1
-1
/
+1
*
|
|
Merge pull request #32361 from ph3t/safe-html-translation-arrays
Kasper Timm Hansen
2018-07-03
1
-2
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add safe html support to arrays of translations
Juan Broullon
2018-07-03
1
-2
/
+5
*
|
|
Add to docs mention about `:year_format` option of date select
bogdanvlviv
2018-06-22
1
-0
/
+4
*
|
|
Add `year_format` option to date_select tag. This option makes it possible to...
Koki Ryu
2018-06-10
1
-1
/
+44
*
|
|
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
*
|
|
Remove reference to old `:text` rendering option
Tyler Hunt
2018-05-11
1
-1
/
+0
*
|
|
Don't allocate unnecessary array in translation helper
Max Melentiev
2018-04-28
1
-8
/
+2
*
|
|
Address `Style/StringLiterals` offence
Ryuta Kamizono
2018-04-27
1
-1
/
+1
*
|
|
Don't try to destoy the given string via method argument
Akira Matsuda
2018-04-27
1
-1
/
+1
*
|
|
Reduce String allocations when building Action View tags
Akira Matsuda
2018-04-27
1
-1
/
+2
*
|
|
Merge pull request #32471 from janko-m/use-image_processing-gem
George Claghorn
2018-04-23
1
-2
/
+2
|
\
\
\
[next]