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
/
date_helper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-187
/
+187
*
Add `year_format` option to date_select tag. This option makes it possible to...
Koki Ryu
2018-06-10
1
-0
/
+9
*
Fix occurrences Fixnum|Bignum
bogdanvlviv
2018-03-04
1
-3
/
+3
*
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
1
-4
/
+2
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-11
/
+11
*
Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more
Ryuta Kamizono
2017-12-12
1
-2
/
+2
*
Fix RuboCop offenses
Koichi ITO
2017-08-16
1
-26
/
+26
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
1
-0
/
+2
*
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
-187
/
+187
|
/
*
Remove requirement on mathn
Robin Dupret
2017-05-30
1
-3
/
+11
*
Ensure input to distance_of_time_in_words is not nil
Jay Hayes
2017-04-27
1
-0
/
+10
*
Deprecate implicit coercion of `ActiveSupport::Duration`
Andrew White
2017-03-02
1
-1
/
+1
*
Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...
Ryuta Kamizono
2017-02-12
1
-1
/
+0
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-46
/
+46
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-16
/
+16
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-2
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-3
/
+3
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-17
/
+17
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
1
-296
/
+296
*
applies new string literal convention in actionview/test
Xavier Noria
2016-08-06
1
-76
/
+76
*
Bring Boolean Attributes list for AV Tags helper upto speed with current spec.
Vipul A M
2016-06-28
1
-4
/
+0
*
Make select_year work with include_position: true option, fix #25267
Marek
2016-06-05
1
-0
/
+7
*
date_select helper with_css_classes option also accept a hash
neumayr
2016-04-05
1
-0
/
+404
*
html_safe is not supposed to be public API for AV. This change removes usage ...
Vipul A M
2016-01-20
1
-1
/
+1
*
deletes commented code introduced in db045db (initial commit)
Tony Ta
2015-12-15
1
-17
/
+0
*
deletes commented code introduced in 4673c47d
Tony Ta
2015-12-15
1
-5
/
+0
*
making selected value to accept Hash like the default option. E.g. selected: ...
Lecky Lao
2015-10-29
1
-0
/
+20
*
:put_litter_in_its_place: Unused methods
Akira Matsuda
2015-04-25
1
-8
/
+0
*
Silence warning from requiring mathn
Prem Sichanugrist
2015-04-22
1
-1
/
+1
*
Use directly TZInfo::Timezone without proxy
brainopia
2015-01-04
1
-1
/
+1
*
Duplicated Hash key :prompt
Akira Matsuda
2014-11-19
1
-1
/
+1
*
All these tests are passing now
Rafael Mendonça França
2014-07-15
1
-4
/
+0
*
Change date helper tests to expect attributes with double quoted strings.
Timm
2014-06-16
1
-14
/
+15
*
Added related Nokogiri issue link to tests that fail with unknown encoding AS...
Timm
2014-06-16
1
-4
/
+4
*
Marked some tests as pending in date_helper_test.rb.
Timm
2014-06-15
1
-0
/
+4
*
Fix date_select option overwriting html classes
Izumi Wong-Horiuchi
2014-03-24
1
-0
/
+16
*
implements new option :month_format_string for date select helpers [Closes #1...
Xavier Noria
2014-02-15
1
-0
/
+10
*
Remove privatizing of Fixnum#/ from assert_distance_of_time_in_words
Alex Tambellini
2013-08-05
1
-5
/
+7
*
Move template tests from actionpack to actionview
Piotr Sarnacki
2013-06-20
1
-0
/
+3199