aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/date_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* removing the extra assignment statement [#4432 state:resolved]Neeraj Singh2010-04-301-1/+0
* Fix form builder and form helpers inconsistencies [#4432 state:resolved]Neeraj Singh2010-04-291-43/+33
* Adds disable option to date_helpers generated hidden fields when html_options...Santiago Pastorino2010-03-051-1/+2
* add time_separator for minutes only if minutes aren't hiddenSantiago Pastorino2010-02-251-1/+1
* content_tag should escape its inputBruno Michel2010-02-141-3/+3
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-7/+7
* Fixed that much of DateHelper wouldn't return html_safe? strings [DHH]David Heinemeier Hansson2010-01-081-5/+5
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-3/+3
* Introduce :almost keyword for distance_of_time_in_words. Make 1.75 days - 2 d...John Trupiano2009-09-281-10/+19
* Enhancing distance_of_time_in_words to prefix year output with over and about...Jay Pignata2009-09-281-4/+7
* Merge docrailsPratik Naik2009-07-251-5/+5
* Merge docrailslifo2009-04-171-3/+3
* Merge docrailsPratik Naik2009-03-161-2/+2
* Stops date select helpers from defaulting the selected date to today if :prom...Sam Oliver2009-02-131-1/+1
* Fix date_select within fields_for with an index [#1666 state:resolved] [Josh,...Josh2009-01-161-5/+5
* Use I18n for date/time select helpers prompt text [#561 state:resolved]Sam Oliver2008-12-221-6/+2
* Added prompt options to date helpers [#561 state:resolved]Sam Oliver2008-12-211-0/+79
* Merge docrailsPratik Naik2008-12-191-1/+1
* use :en as a default locale (in favor of :en-US)Sven Fuchs2008-11-181-1/+1
* Fix regression bug that made date_select and datetime_select raise a Null Poi...Bernardo de Pádua2008-11-041-2/+2
* Merge with docrails. Also add a rake task to generate guides in your rails ap...Pratik Naik2008-10-211-6/+6
* Refactor DateHelper to use DateTimeSelector presenter patternClemens Kofler2008-08-071-198/+378
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Refactor DateHelper and improve test coverage [#665 state:resolved]Clemens Kofler2008-07-211-156/+142
* Merge branch 'master' into i18n-mergeJeremy Kemper2008-07-171-2/+2
|\
| * Merge with docrails.Pratik Naik2008-07-161-2/+2
* | merge forward to current rails/masterSven Fuchs2008-07-161-19/+31
|\|
| * Allow date helpers to ignore date hidden field tags. [#503 state:resolved]miloops2008-07-041-2/+5
| * Remove unused local_binding option to InstanceTag's ConstructorMichael Koziarski2008-07-031-3/+3
| * Remove nested ternary operators from select_year in favour of conditionals.Michael Koziarski2008-07-031-11/+20
| * Ensure FormBuilder date helpers respects html_options. [#506 state:resolved] ...Pratik Naik2008-06-291-3/+3
* | align with changes in i18nSven Fuchs2008-07-061-3/+2
* | remove core extensions in favor of I18n#translate and I18n#localizeSven Fuchs2008-07-021-2/+3
* | remove call to self.locale from helpersSven Fuchs2008-06-231-4/+1
* | check self.locale instead of request.locale in helpersSven Fuchs2008-06-221-2/+2
* | integrating I18n into RailsSven Fuchs2008-06-191-33/+48
|/
* InstanceTag#default_time_from_options overflows to DateTimegbuesing2008-05-181-1/+1
* ActionView::InstanceTag#default_time_from_options with hash args uses Time.cu...gbuesing2008-05-081-3/+4
* Adding Date.current, which returns Time.zone.today if config.time_zone is set...gbuesing2008-05-081-1/+1
* Improve documentation coverage and markupXavier Noria2008-05-021-4/+4
* select_datetime and select_time default to Time.zone.now when config.time_zon...gbuesing2008-04-211-2/+2
* datetime_select defaults to Time.zone.now when config.time_zone is setgbuesing2008-04-211-1/+1
* Docfix (closes #11263) [Irfy]David Heinemeier Hansson2008-03-151-21/+21
* Allow html_options to be passed to all the date helpers. Closes #6000 [h-lam...Michael Koziarski2008-03-021-36/+49
* Make date_helper use tag and content_tag. Move to assert_dom_equal instead o...Michael Koziarski2008-02-201-18/+26
* Ruby 1.9 compat: date helperJeremy Kemper2007-12-211-6/+6
* Update documentation to reflect increased accuracy of date interval calculati...Marcel Molina2007-12-051-4/+3
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-4/+4
* Document :minute_step option for time_select. Closes #8814 [brupm]Marcel Molina2007-11-061-0/+3
* 1 years -> 1 yearJeremy Kemper2007-10-081-1/+1