aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/date_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use leap years trick in distance_of_time_in_words only for distances between ...Alexey Vakhov2012-04-241-0/+2
* fixed non matching documentation behaviour with method semantics on distance_...Marcelo Casiraghi2012-04-241-2/+19
* Distance of time in words should work correct if from time > to_timeAlexey Vakhov2012-04-241-0/+1
* datetime_select should work with -/+ infinity datesJoe Van Dyk2012-03-281-0/+12
* Fixes issue #5222: DateTimeSelector builds invalid dates on leap day when dis...Jey Balachandran2012-03-181-5/+19
* time_tag support for blocksAntonio Tapiador del Dujo2012-03-181-0/+4
* Remove unused variables to avoid warningsRafael Mendonça França2012-01-241-3/+0
* Merge pull request #4641 from rafaelfranca/date_select-fix-3-2José Valim2012-01-241-1/+38
* Revert "Merge pull request #4154 from nashby/include-blank-date-helper"Piotr Sarnacki2011-12-261-20/+0
* add ability to set a prompt string in include_blank option for date helpers, ...Vasiliy Ermolovich2011-12-241-0/+20
* 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
* Adding Date.current, which returns Time.zone.today if config.time_zone is set...gbuesing2008-05-081-0/+9
* select_datetime and select_time default to Time.zone.now when config.time_zon...gbuesing2008-04-211-0/+18