aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/date_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Added :field_name option to DateHelper#select_(year|month|day) to deviate fro...David Heinemeier Hansson2005-07-021-35/+41
* r1335@iwill: jeremy | 2005-06-17 11:41:50 -0700Jeremy Kemper2005-06-171-7/+12
* Allow distance_of_time_in_words to work with any value that responds to #to_t...Jamis Buck2005-06-141-0/+2
* Added support for descending year values in DateHelper#select_year, like sele...David Heinemeier Hansson2005-05-191-6/+10
* Fixed DateHelper to return values on the option tags such that they'll work p...David Heinemeier Hansson2005-04-171-11/+11
* Added minute_step as an option to select_minute (and the helpers that use it)...David Heinemeier Hansson2005-04-131-1/+2
* Fixed include_blank for select_hour/minute/second #527 [edward@debian.org]David Heinemeier Hansson2005-04-021-9/+9
* Renamed DateHelper#distance_of_time_in_words_to_now to DateHelper#time_ago_in...David Heinemeier Hansson2005-03-301-1/+3
* Added include_seconds option as the third parameter to distance_of_time_in_wo...David Heinemeier Hansson2005-03-261-7/+18
* Fixed that form helpers would treat string and symbol keys differently in htm...David Heinemeier Hansson2005-03-061-26/+26
* Tagged the 0.10.0 releaseDavid Heinemeier Hansson2005-02-251-6/+2
* Added :order option for date_select that allows control over the order in whi...David Heinemeier Hansson2005-02-191-13/+24
* Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron]David Heinemeier Hansson2005-01-021-0/+20
* Fixed DateHelper#date_select so that you can pass include_blank as an option ...David Heinemeier Hansson2004-12-151-1/+2
* Fixed all helpers so that they use XHTML compliant double quotes for values i...David Heinemeier Hansson2004-12-121-4/+4
* InitialDavid Heinemeier Hansson2004-11-241-0/+230