aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/date_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix failing test due to hard coded yearMichael Koziarski2006-01-131-1/+2
* Change form_for and fields_for method signatures to take object name and obje...Marcel Molina2005-12-021-2/+2
* Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...David Heinemeier Hansson2005-11-131-1/+37
* Fixed more Windows testsDavid Heinemeier Hansson2005-10-161-2/+2
* Added :disabled option to all data selects that'll make the elements inaccess...David Heinemeier Hansson2005-09-111-2/+60
* Added :use_short_month option to select_month helper to show month names as a...Jamis Buck2005-08-221-0/+18
* Added :field_name option to DateHelper#select_(year|month|day) to deviate fro...David Heinemeier Hansson2005-07-021-0/+43
* r1335@iwill: jeremy | 2005-06-17 11:41:50 -0700Jeremy Kemper2005-06-171-0/+9
* Allow distance_of_time_in_words to work with any value that responds to #to_t...Jamis Buck2005-06-141-0/+8
* Added support for descending year values in DateHelper#select_year, like sele...David Heinemeier Hansson2005-05-191-0/+9
* Fixed DateHelper to return values on the option tags such that they'll work p...David Heinemeier Hansson2005-04-171-49/+48
* Added minute_step as an option to select_minute (and the helpers that use it)...David Heinemeier Hansson2005-04-131-0/+16
* Fixed include_blank for select_hour/minute/second #527 [edward@debian.org]David Heinemeier Hansson2005-04-021-1/+117
* Added include_seconds option as the third parameter to distance_of_time_in_wo...David Heinemeier Hansson2005-03-261-0/+16
* Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron]David Heinemeier Hansson2005-01-021-0/+53
* Fixed some test casesDavid Heinemeier Hansson2005-01-011-1/+1
* Fixed DateHelper#date_select so that you can pass include_blank as an option ...David Heinemeier Hansson2004-12-151-0/+144
* Fixed all helpers so that they use XHTML compliant double quotes for values i...David Heinemeier Hansson2004-12-121-20/+20
* InitialDavid Heinemeier Hansson2004-11-241-0/+104