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
...
*
|
|
|
Small doc fixes
T.J. Schuck
2018-04-02
1
-1
/
+1
*
|
|
|
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
|
|
/
/
*
/
/
Interpolate '' instead of nil when multiple is false.
Dillon Welch
2018-03-20
1
-3
/
+3
|
/
/
*
|
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
2
-3
/
+5
|
\
\
|
*
|
Don't enforce UTF-8 by default
Andrew White
2018-02-27
2
-3
/
+5
*
|
|
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
2
-0
/
+35
|
\
\
|
*
|
Add support for automatic nonce generation for Rails UJS
Andrew White
2018-02-19
2
-0
/
+35
*
|
|
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
*
|
Fix `as` attribute value for preload link
bogdanvlviv
2018-01-31
1
-1
/
+1
*
|
Fix typo in API document FormHelper#fields
kami-zh
2018-01-25
1
-4
/
+3
*
|
Fix typos. Improve text_helper documentation.
James Lovejoy
2018-01-19
1
-4
/
+4
*
|
Enable autocorrect for `Lint/EndAlignment` cop
Koichi ITO
2018-01-18
1
-2
/
+2
*
|
Fix typos, update documentation
James Lovejoy
2018-01-11
3
-24
/
+30
*
|
Remove needless blank lines [ci skip]
Ryuta Kamizono
2017-12-30
1
-2
/
+0
*
|
Merge pull request #31578 from Aquaj/feature/allow-callables-in-select-group-...
George Claghorn
2017-12-29
1
-4
/
+10
|
\
\
|
*
|
Allow the use of callable objects as group methods for grouped selects.
Jérémie Bonal
2017-12-27
1
-4
/
+10
*
|
|
docs: add example for a nil name in link_to
maciej-ka
2017-12-07
1
-0
/
+5
|
/
/
*
|
Add preload_link_tag helper.
Guillermo Iguaran
2017-11-28
1
-0
/
+75
*
|
Make sure the request exist befoe trying to send early hints
Rafael Mendonça França
2017-11-28
1
-2
/
+2
*
|
Make form_with_generates_ids default value to be false
Rafael Mendonça França
2017-11-27
1
-1
/
+1
*
|
Make sure that form_with_generates_ids only affects form_with
Rafael Mendonça França
2017-11-25
5
-3
/
+9
*
|
Change `form_with` to generates ids by default
npezza93
2017-11-25
6
-35
/
+7
*
|
Fix asset url examples [ci skip]
Ryuta Kamizono
2017-11-15
1
-6
/
+6
*
|
Merge pull request #30963 from q-centrix/performance-improvements-add_method_...
Rafael França
2017-11-14
1
-1
/
+14
|
\
\
|
|
/
|
/
|
|
*
Performance improvements for add_method_to_attributes!
Dillon Welch
2017-11-07
1
-1
/
+14
*
|
Fix field_error_proc wrap form select optgroup and divider option tag
neumayr
2017-11-09
1
-2
/
+6
*
|
Fix output of `select_tag` with `include_blank: true` [ci skip]
yuuji.yaginuma
2017-11-08
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'upstream/master' into nofollow-change
Dillon Welch
2017-11-03
1
-2
/
+2
|
\
|
*
removed unnecessary returns
Shuhei Kitagawa
2017-10-28
1
-2
/
+2
*
|
Fix typo
Dillon Welch
2017-11-02
1
-1
/
+1
*
|
Use blank? check instead of key? check
Dillon Welch
2017-11-02
1
-3
/
+3
*
|
Prevent extra string allocations when no 'rel' arg passed
Dillon Welch
2017-10-26
1
-3
/
+7
|
/
*
[Action View] require_relative => require
Akira Matsuda
2017-10-21
14
-20
/
+20
*
Remove extra spaces in the args in the `time_zone_select` [ci skip]
Ryuta Kamizono
2017-10-16
1
-6
/
+6
*
Fix some typos.
Mike Boone
2017-10-10
1
-1
/
+1
*
Merge pull request #30831 from masatooba/fix-radio-button-tag-comment
Eileen M. Uchitelle
2017-10-08
1
-1
/
+1
|
\
|
*
Fix radio_button_tag comment
Masato Oba
2017-10-08
1
-1
/
+1
*
|
request check
pavel
2017-10-05
1
-2
/
+2
|
/
*
Implement H2 Early Hints for Rails
eileencodes
2017-10-04
1
-4
/
+26
*
Merge pull request #29791 from yui-knk/at_object
Ryuta Kamizono
2017-09-05
13
-19
/
+19
|
\
[prev]
[next]