aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/date_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* fix time_tag helper and update tests to not rely on dynamically generated valuesNihad Abbasov2013-02-221-18/+18
* Fix date_select :selected option so you can pass it nilColin Burn-Murdoch2013-01-161-1/+64
* Rename :value option to :selected, in line with other select helpersColin Burn-Murdoch2013-01-141-2/+50
* Allow value to be set on date_selectColin Burn-Murdoch2013-01-131-0/+21
* Avoid using Integer#/, as it is redefined by the 'mathn' stdlibMarc-Andre Lafortune2012-11-141-0/+5
* Extend date_select helper functionality.Pavel Nikitin2012-10-181-0/+16
* correct handling of date selects when using both disabled and discard optionsVasiliy Ermolovich2012-08-251-0/+24
* Add support for start_hour and end_hour options in select_hour helperEvan Tann2012-08-131-0/+29
* distance_of_time_in_words: Add/tweak comments to understand time intervals be...Elliot Winkler2012-04-301-11/+20
* distance_of_time_in_words: 45-60 days is about 2 months, not about 1 monthElliot Winkler2012-04-301-1/+3
* Merge pull request #3726 from JanDupal/fix-date-helper-hiddenJosé Valim2012-04-301-0/+32
|\
| * fix Helpers::DateHelper with :use_hidden - hide separatorsJan Dupal2011-11-221-0/+32
* | Replace boolean argument with an options hash.Dmitriy Kiriyenko2012-04-301-19/+38
* | Remove unused assignment in actionpack date helper testMark Rushakoff2012-04-291-1/+1
* | 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