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
/
date_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-8
/
+8
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-2
/
+2
*
Keep time_tag docs up-to-date.
Ben Pickles
2018-07-01
1
-2
/
+0
*
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
*
Remove redundant type check
Andrew White
2018-04-06
1
-2
/
+1
*
Use consistent spacing in actionview helper docs [ci skip]
Olivier Lacan
2018-04-01
1
-12
/
+12
*
Enable autocorrect for `Lint/EndAlignment` cop
Koichi ITO
2018-01-18
1
-2
/
+2
*
[Action View] require_relative => require
Akira Matsuda
2017-10-21
1
-1
/
+1
*
Fix broken doc layout for action_view [ci skip]
Yoshiyuki Hirano
2017-08-27
1
-1
/
+1
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
1
-0
/
+2
*
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
1
-2
/
+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
-2
/
+2
|
|
/
*
/
[Action View] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
|
/
*
Ensure input to distance_of_time_in_words is not nil
Jay Hayes
2017-04-27
1
-18
/
+26
*
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
1
-2
/
+2
|
\
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-2
/
+2
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
|
Fix small typo in ActionView API documentation [ci skip]
Erol Fornoles
2016-10-25
1
-1
/
+1
|
/
*
[ci skip] Fixed commas according to Oxford comma in rdoc and guides
Andrey Molchanov
2016-09-17
1
-1
/
+1
*
Fix Remaining Case-In-Assignment Statement Formatting
Alex Kitchens
2016-09-06
1
-8
/
+9
*
RuboCop is 100% green :tada:
Xavier Noria
2016-09-02
1
-6
/
+7
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-3
/
+3
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-58
/
+58
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
1
-38
/
+38
*
applies new string literal convention in actionview/lib
Xavier Noria
2016-08-06
1
-20
/
+20
*
Merge pull request #25287 from marekkirejczyk/fix_25267
Godfrey Chan
2016-06-25
1
-1
/
+1
|
\
|
*
Make select_year work with include_position: true option, fix #25267
Marek
2016-06-05
1
-1
/
+1
*
|
Explicitly require `acts_like` in AV
Sean Griffin
2016-06-13
1
-0
/
+1
|
/
*
Fix example for css_class_attribute and fix indentation
Prathamesh Sonpatki
2016-04-20
1
-6
/
+6
*
[ci skip] Small grammar fix
Abhishek Jain
2016-04-20
1
-1
/
+1
*
Merge pull request #24225 from neumayr/date_select_helper_with_css_classes_ac...
Rafael Mendonça França
2016-04-20
1
-3
/
+19
|
\
|
*
date_select helper with_css_classes option also accept a hash
neumayr
2016-04-05
1
-3
/
+19
|
/
*
Fix style issues with #16252
Sean Griffin
2015-10-29
1
-8
/
+5
*
making selected value to accept Hash like the default option. E.g. selected: ...
Lecky Lao
2015-10-29
1
-1
/
+9
*
Add documentation for ActionView::Helpers::DateHelper :use_hidden option [ci ...
Vince Francesi
2015-08-15
1
-0
/
+1
*
Cut string allocations in content_tag_string
schneems
2015-07-29
1
-6
/
+6
*
[skip ci] Lookup can be a noun but it is not a verb
Jon Atack
2015-07-17
1
-1
/
+1
*
A few documentation fixes [ci skip]
Robin Dupret
2015-06-23
1
-6
/
+6
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-06-21
1
-1
/
+1
|
\
|
*
[ci skip] Fix minutes to seconds in `select_second`
yui-knk
2015-06-09
1
-1
/
+1
*
|
Nitpick :nail_care: [ci skip]
Zachary Scott
2015-06-18
1
-1
/
+2
*
|
Add RDoc about scope option on distance_of_time_in_words
Mauro George
2015-06-18
1
-0
/
+20
*
|
[ci skip] Fix hours to minutes in `select_minute`
yui-knk
2015-06-07
1
-1
/
+1
|
/
*
Add missing options to `datetime_select` [ci skip]
yachibit
2015-01-25
1
-0
/
+2
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
Add space in :start_year description for date_select
Ryan Bigg
2014-11-19
1
-1
/
+1
[next]