aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/date_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-8/+8
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-2/+2
* Keep time_tag docs up-to-date.Ben Pickles2018-07-011-2/+0
* Add to docs mention about `:year_format` option of date selectbogdanvlviv2018-06-221-0/+4
* Add `year_format` option to date_select tag. This option makes it possible to...Koki Ryu2018-06-101-1/+44
* Remove redundant type checkAndrew White2018-04-061-2/+1
* Use consistent spacing in actionview helper docs [ci skip]Olivier Lacan2018-04-011-12/+12
* Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-2/+2
* [Action View] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Fix broken doc layout for action_view [ci skip]Yoshiyuki Hirano2017-08-271-1/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-2/+2
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
| * | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-2/+2
| |/
* / [Action View] require => require_relativeAkira Matsuda2017-07-011-1/+1
|/
* Ensure input to distance_of_time_in_words is not nilJay Hayes2017-04-271-18/+26
* Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-131-2/+2
|\
| * Add missing `+` around a some literals.bogdanvlviv2016-10-271-2/+2
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* | Fix small typo in ActionView API documentation [ci skip]Erol Fornoles2016-10-251-1/+1
|/
* [ci skip] Fixed commas according to Oxford comma in rdoc and guidesAndrey Molchanov2016-09-171-1/+1
* Fix Remaining Case-In-Assignment Statement FormattingAlex Kitchens2016-09-061-8/+9
* RuboCop is 100% green :tada:Xavier Noria2016-09-021-6/+7
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* applies remaining conventions across the projectXavier Noria2016-08-061-58/+58
* modernizes hash syntax in actionviewXavier Noria2016-08-061-38/+38
* applies new string literal convention in actionview/libXavier Noria2016-08-061-20/+20
* Merge pull request #25287 from marekkirejczyk/fix_25267Godfrey Chan2016-06-251-1/+1
|\
| * Make select_year work with include_position: true option, fix #25267Marek2016-06-051-1/+1
* | Explicitly require `acts_like` in AVSean Griffin2016-06-131-0/+1
|/
* Fix example for css_class_attribute and fix indentationPrathamesh Sonpatki2016-04-201-6/+6
* [ci skip] Small grammar fixAbhishek Jain2016-04-201-1/+1
* Merge pull request #24225 from neumayr/date_select_helper_with_css_classes_ac...Rafael Mendonça França2016-04-201-3/+19
|\
| * date_select helper with_css_classes option also accept a hashneumayr2016-04-051-3/+19
|/
* Fix style issues with #16252Sean Griffin2015-10-291-8/+5
* making selected value to accept Hash like the default option. E.g. selected: ...Lecky Lao2015-10-291-1/+9
* Add documentation for ActionView::Helpers::DateHelper :use_hidden option [ci ...Vince Francesi2015-08-151-0/+1
* Cut string allocations in content_tag_stringschneems2015-07-291-6/+6
* [skip ci] Lookup can be a noun but it is not a verbJon Atack2015-07-171-1/+1
* A few documentation fixes [ci skip]Robin Dupret2015-06-231-6/+6
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-06-211-1/+1
|\
| * [ci skip] Fix minutes to seconds in `select_second`yui-knk2015-06-091-1/+1
* | Nitpick :nail_care: [ci skip]Zachary Scott2015-06-181-1/+2
* | Add RDoc about scope option on distance_of_time_in_wordsMauro George2015-06-181-0/+20
* | [ci skip] Fix hours to minutes in `select_minute`yui-knk2015-06-071-1/+1
|/
* Add missing options to `datetime_select` [ci skip]yachibit2015-01-251-0/+2
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1