aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/date_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate prompt key from optionsAndrew White2016-11-021-1/+1
* So not make Fixnum#/ private on Ruby verions less than 1.9.3Rafael Mendonça França2013-05-101-4/+3
* Merging in fix from #8222Ben Tucker2013-05-061-0/+5
* Make distance_of_time_in_words work with DateTime offsetsAndrew White2012-12-041-0/+10
* Make output of distance_of_time_in_words consistentAndrew White2012-12-041-2/+19
* correct handling of date selects when using both disabled and discard optionsVasiliy Ermolovich2012-08-251-0/+24
* Merge pull request #4639 from joevandyk/datetime-infinity-select-fixAaron Patterson2012-01-241-0/+12
|\
| * datetime_select should work with -/+ infinity datesJoe Van Dyk2012-01-241-0/+12
* | Remove unused variables to avoid warningsRafael Mendonça França2012-01-241-3/+0
* | Fix date_select with discard_month and discard_year optionsRafael Mendonça França2012-01-241-0/+37
* | Fix date_select nil and blank and order caseIndrek Juhkam2012-01-241-17/+1
* | Add failing test for date_selectIndrek Juhkam2012-01-241-0/+16
|/
* fix separator insertion in date_select helperSergey Nartimov2011-12-141-0/+19
* Added :use_two_digit_numbers option [Lennart Fridén & Kim Persson]Lennart Fridén2011-12-111-1/+18
* Fixes an issue when creating a date select with too many options.Liborio Cannici2011-10-081-0/+9
* Merge pull request #343 from asanghi/ampmJosé Valim2011-05-071-0/+55
|\
| * Allow AM/PM in datetime selectorsAditya Sanghi2011-04-291-0/+55
* | Take leap years into account more seriously when calculating year distance [#...Aditya Sanghi2011-05-061-0/+4
|/
* Fixing distance_of_time_in_words range near 2 daysMatt Duncan2011-04-131-3/+3
* Remove 'warning: ambiguous first argument' when running ActionPack testsSebastian Martinez2011-03-291-2/+2
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-5/+38
|\
| * updated Time, Date and DateTime current methods in AS to use Time.zone and no...Josh Kalderimis2011-02-281-2/+2
| * Allow for the format of time_tag in AP to be changed via an option argument.Josh Kalderimis2011-02-121-5/+11
| * Added time_tag helper to AP for HTML5 time tag [#5919 state:resolved]Sjoerd Andringa2011-02-121-1/+21
|/
* patching to ensure separator is printed with order [#5816 state:resolved]Aditya Sanghi2010-11-111-0/+41
* Remove duplicated test.Emilio Tagua2010-09-281-20/+0
* These tests shouldn't depend on local time to pass or fail, we can use utc here.Emilio Tagua2010-09-241-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-14/+14
* Fixed date_select date_separator when discard_month and/or discard_day are tr...Thibaud Guillaume-Gentil2010-06-201-0/+27
* Fix form builder and form helpers inconsistencies [#4432 state:resolved]Neeraj Singh2010-04-291-21/+80
* Make form helpers work with <%= wycats2010-03-091-7/+7
* Adds disable option to date_helpers generated hidden fields when html_options...Santiago Pastorino2010-03-051-0/+55
* add time_separator for minutes only if minutes aren't hiddenSantiago Pastorino2010-02-251-0/+41
* Fixed that much of DateHelper wouldn't return html_safe? strings [DHH]David Heinemeier Hansson2010-01-081-0/+22
* Introduce :almost keyword for distance_of_time_in_words. Make 1.75 days - 2 d...John Trupiano2009-09-281-12/+27
* Enhancing distance_of_time_in_words to prefix year output with over and about...Jay Pignata2009-09-281-7/+8
* Stops date select helpers from defaulting the selected date to today if :prom...Sam Oliver2009-02-131-14/+14
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-34/+32
* Fix date_select within fields_for with an index [#1666 state:resolved] [Josh,...Josh2009-01-161-15/+80
* Added prompt options to date helpers [#561 state:resolved]Sam Oliver2008-12-211-0/+321
* Fix regression bug that made date_select and datetime_select raise a Null Poi...Bernardo de Pádua2008-11-041-0/+40
* Refactor DateHelper to use DateTimeSelector presenter patternClemens Kofler2008-08-071-50/+249
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Refactor DateHelper and improve test coverage [#665 state:resolved]Clemens Kofler2008-07-211-48/+96
* Allow date helpers to ignore date hidden field tags. [#503 state:resolved]miloops2008-07-041-0/+15
* Ensure FormBuilder date helpers respects html_options. [#506 state:resolved] ...Pratik Naik2008-06-291-8/+55
* Use output_buffer reader and writer methods exclusively instead of hitting th...Jeremy Kemper2008-06-081-8/+4
* Work with @output_buffer instead of _erboutJeremy Kemper2008-06-021-6/+6
* InstanceTag#default_time_from_options overflows to DateTimegbuesing2008-05-181-0/+6
* ActionView::InstanceTag#default_time_from_options with hash args uses Time.cu...gbuesing2008-05-081-0/+23