aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/date_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add space in :start_year description for date_selectRyan Bigg2014-11-191-1/+1
* Replace Enumerable#reverse.each with Enumerable#reverse_eachErik Michaels-Ober2014-10-131-1/+1
* Uppercase HTML in docs.Hendy Tanata2014-08-081-6/+6
* Rename options param of #time_ago_in_words to match API changeMax Kramer2014-06-281-2/+2
* Fix date_select option overwriting html classesIzumi Wong-Horiuchi2014-03-241-1/+1
* Enhance readability of ActionView DateHelper#distance_of_time_in_wordsKenny Meyer2014-03-091-4/+8
* implements new option :month_format_string for date select helpers [Closes #1...Xavier Noria2014-02-151-9/+24
* provide correct example of `datetime_select` helper [ci skip]Kuldeep Aggarwal2014-01-041-1/+1
* No need to use fixed size font [ci skip]Rafael Mendonça França2014-01-031-2/+2
* Fix documentation for end_year option of date_helper [ci skip]Prathamesh Sonpatki2014-01-031-2/+6
* provide correct information [ci skip]Kuldeep Aggarwal2014-01-021-2/+2
* Minor typo fixesAkira Matsuda2013-11-271-1/+1
* Line up the comments for aestheticsDavid Heinemeier Hansson2013-11-031-5/+5
* Fix wrong variable name used in the select_day method documentationJefferson Queiroz Venerando2013-10-101-2/+2
* Remove the deprecated include_seconds argument from distance_of_time_in_wordsCarlos Antonio da Silva2013-07-021-9/+1
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+1083