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
/
test
/
template
/
form_helper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't enforce UTF-8 by default
Andrew White
2018-02-27
1
-0
/
+37
*
Change translation key of submit_tag from module_name_class_name to module_na...
Rui Onodera
2018-02-27
1
-1
/
+19
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-2
/
+2
*
Suppress `warning: BigDecimal.new is deprecated`
Yasuo Honda
2017-12-15
1
-3
/
+3
*
Enable `Style/DefWithParentheses` rubocop rule
Ryuta Kamizono
2017-11-27
1
-1
/
+1
*
Add test to make sure form_for is not affected by
Rafael Mendonça França
2017-11-25
1
-0
/
+32
*
Fix RuboCop offenses
Koichi ITO
2017-08-16
1
-1
/
+1
*
Refactor convert_direct_upload_option_to_url
Rafael Mendonça França
2017-08-03
1
-0
/
+31
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
1
-0
/
+2
*
Enable `Layout/FirstParameterIndentation` cop
Ryuta Kamizono
2017-07-17
1
-2
/
+2
*
Expectation first
Akira Matsuda
2017-07-02
1
-4
/
+4
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
Make ActionView frozen string literal friendly.
Pat Allan
2017-06-20
1
-3
/
+3
|
/
*
Set correct "routes" in tests cases
bogdanvlviv
2017-02-20
1
-2
/
+2
*
Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...
Ryuta Kamizono
2017-02-12
1
-1
/
+0
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-207
/
+207
*
Merge pull request #27463 from y-yagi/fix_26931
Rafael França
2016-12-28
1
-1
/
+3
|
\
|
*
do not mutate `object_name` of class in `fields_for`
yuuji.yaginuma
2016-12-27
1
-1
/
+3
*
|
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
1
-3
/
+3
|
/
*
Privatize unneededly protected methods in Action View tests
Akira Matsuda
2016-12-23
1
-1
/
+1
*
Unneeded attr_accessor with side effects
Akira Matsuda
2016-12-23
1
-4
/
+0
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-21
/
+21
*
Merge pull request #26516 from grosser/grosser/assert
Rafael França
2016-09-16
1
-1
/
+1
|
\
|
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-1
/
+1
*
|
Rename test to match what it does
claudiob
2016-09-15
1
-1
/
+1
|
/
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
1
-3
/
+6
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-54
/
+54
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-10
/
+4
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
1
-4
/
+4
*
applies new string literal convention in actionview/test
Xavier Noria
2016-08-06
1
-162
/
+162
*
Change datetime to datetime-local helper tag
Herminio Torres
2016-06-21
1
-80
/
+18
*
Revert "Merge pull request #17973 from maurogeorge/file_field_hidden_field"
eileencodes
2016-06-21
1
-20
/
+5
*
Deprecate `datetime_field` and `datetime_field_tag` helpers.
Wojciech Wnętrzak
2016-03-31
1
-8
/
+24
*
Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_de...
Rafael Mendonça França
2016-03-05
1
-21
/
+3
*
html_safe is not supposed to be public API for AV. This change removes usage ...
Vipul A M
2016-01-20
1
-2
/
+2
*
Merge pull request #22764 from stevenspiel/titleize_model_name_for_default_su...
Rafael França
2016-01-04
1
-3
/
+21
|
\
|
*
downcase default submit button value's model name
Steven Spiel
2016-01-01
1
-3
/
+21
*
|
Fix collection_radio_buttons' hidden_field name and make it appear before the...
Santiago Pastorino
2015-12-31
1
-18
/
+18
|
/
*
Fix week_field returning invalid value
Christoph
2015-11-10
1
-4
/
+10
*
Merge pull request #22116 from gsamokovarov/fix-form-for-block-test
Yves Senn
2015-10-29
1
-2
/
+3
|
\
|
*
Fix a faulty form_for test
Genadi Samokovarov
2015-10-29
1
-2
/
+3
*
|
Merge pull request #21431 from ojab/master
Rafael Mendonça França
2015-09-26
1
-0
/
+21
|
\
\
|
*
|
Handle nested fields_for by adding indexes to record_name
ojab
2015-08-30
1
-0
/
+21
*
|
|
Add a hidden field on the collection_radio_buttons
Mauro George
2015-09-24
1
-4
/
+9
|
|
/
|
/
|
*
|
:hocho: Typos
Akira Matsuda
2015-09-21
1
-1
/
+1
|
/
*
Removed Mocha from ActionView part 1
Ronak Jangir
2015-08-24
1
-26
/
+29
[next]