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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
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
1
-1
/
+1
|
\
\
|
*
|
Allow usage of strings as locals for partial renderer
Sergey Novikov
2017-09-18
1
-1
/
+1
*
|
|
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
|
\
\
\
|
*
|
|
Recommend using :resize_to_fit after all
Janko Marohnić
2018-04-23
1
-2
/
+2
*
|
|
|
Merge pull request #32607 from yaroslav/feature/nonce-for-javascript_include_tag
Andrew White
2018-04-18
1
-0
/
+8
|
\
\
\
\
|
*
|
|
|
Add the `nonce: true` option for `javascript_include_tag` helper.
Yaroslav Markin
2018-04-17
1
-0
/
+8
*
|
|
|
|
Merge pull request #32326 from q-centrix/perf-improvement-translation-helper-...
Guillermo Iguaran
2018-04-18
1
-1
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
Only create an array with default options if we have default options
Dillon Welch
2018-03-22
1
-1
/
+5
*
|
|
|
|
|
Ruby 2.6 warning: passing splat keyword arguments as a single Hash
utilum
2018-04-17
1
-2
/
+7
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
ActionController -> Action Controller [ci skip]
Xavier Noria
2018-04-17
1
-4
/
+5
*
|
|
|
|
Inclusive Language in Documentation Examples [ci skip]
Cassidy Kobewka
2018-04-15
1
-2
/
+2
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Fix rendering a differently-formatted partial after caching
George Claghorn
2018-04-13
1
-2
/
+12
*
|
|
|
Remove RecordTagHelper
Yoshiyuki Hirano
2018-04-07
2
-25
/
+0
*
|
|
|
Remove redundant type check
Andrew White
2018-04-06
1
-2
/
+1
*
|
|
|
passing splat keyword arguments as a single Hash
utilum
2018-04-04
1
-1
/
+1
*
|
|
|
Use `:default` option in order to set default value of `finalize_compiled_tem...
bogdanvlviv
2018-04-03
1
-2
/
+1
*
|
|
|
Small doc fixes
T.J. Schuck
2018-04-02
1
-1
/
+1
*
|
|
|
Add `action_view.finalize_compiled_template_methods` config option
Simon Coffey
2018-04-02
2
-1
/
+14
*
|
|
|
Use consistent spacing in actionview helper docs [ci skip]
Olivier Lacan
2018-04-01
4
-23
/
+23
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #32305 from q-centrix/perf-improvement-translation-helper
Andrew White
2018-03-20
1
-2
/
+5
|
\
\
\
|
*
|
|
Memoize the result of gsubbing @virtual_path
Dillon Welch
2018-03-20
1
-2
/
+5
|
|
/
/
*
|
|
Merge pull request #32302 from q-centrix/perf-improvement-tag-name
Andrew White
2018-03-20
1
-3
/
+3
|
\
\
\
|
*
|
|
Interpolate '' instead of nil when multiple is false.
Dillon Welch
2018-03-20
1
-3
/
+3
|
|
/
/
*
/
/
Fix digesting templates with mixed formats
Javan Makhmali
2018-03-20
1
-4
/
+2
|
/
/
*
|
Pass the skip_pipeline option in image_submit_tag
Andrew White
2018-03-14
1
-1
/
+2
*
|
Fix RDoc formatting [ci skip]
yuuji.yaginuma
2018-03-03
1
-1
/
+1
*
|
Merge pull request #32087 from prikha/add-better-select-tag-option-handling
Rafael França
2018-02-27
1
-1
/
+5
|
\
\
|
*
|
Let select render default selected option for required field
Serj Prikhodko
2018-02-27
1
-1
/
+5
*
|
|
Fix `new_framework_defaults_6_0.rb`
bogdanvlviv
2018-02-27
1
-2
/
+2
|
/
/
*
|
Merge pull request #32125 from rails/switch-to-not-enforcing-utf8-by-default
Andrew White
2018-02-27
3
-3
/
+15
|
\
\
|
*
|
Don't enforce UTF-8 by default
Andrew White
2018-02-27
3
-3
/
+15
*
|
|
add :nodoc: to ActionView::Helpers::FormBuilder#emitted_hidden_id?
Marcelo Perini Veloso
2018-02-27
1
-1
/
+1
|
/
/
*
|
Change translation key of submit_tag from module_name_class_name to module_na...
Rui Onodera
2018-02-27
1
-1
/
+6
*
|
Merge pull request #32018 from rails/add-nonce-support-to-csp
Andrew White
2018-02-22
3
-0
/
+37
|
\
\
|
*
|
Add support for automatic nonce generation for Rails UJS
Andrew White
2018-02-19
3
-0
/
+37
*
|
|
We should call methods with `.method_name` not `::method_name`.
utilum
2018-02-22
1
-1
/
+1
|
/
/
*
|
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
1
-6
/
+1
[next]