index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
template
/
date_helper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added prompt options to date helpers [#561 state:resolved]
Sam Oliver
2008-12-21
1
-0
/
+321
*
Fix regression bug that made date_select and datetime_select raise a Null Poi...
Bernardo de Pádua
2008-11-04
1
-0
/
+40
*
Refactor DateHelper to use DateTimeSelector presenter pattern
Clemens Kofler
2008-08-07
1
-50
/
+249
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Refactor DateHelper and improve test coverage [#665 state:resolved]
Clemens Kofler
2008-07-21
1
-48
/
+96
*
Allow date helpers to ignore date hidden field tags. [#503 state:resolved]
miloops
2008-07-04
1
-0
/
+15
*
Ensure FormBuilder date helpers respects html_options. [#506 state:resolved] ...
Pratik Naik
2008-06-29
1
-8
/
+55
*
Use output_buffer reader and writer methods exclusively instead of hitting th...
Jeremy Kemper
2008-06-08
1
-8
/
+4
*
Work with @output_buffer instead of _erbout
Jeremy Kemper
2008-06-02
1
-6
/
+6
*
InstanceTag#default_time_from_options overflows to DateTime
gbuesing
2008-05-18
1
-0
/
+6
*
ActionView::InstanceTag#default_time_from_options with hash args uses Time.cu...
gbuesing
2008-05-08
1
-0
/
+23
*
Adding Date.current, which returns Time.zone.today if config.time_zone is set...
gbuesing
2008-05-08
1
-0
/
+9
*
select_datetime and select_time default to Time.zone.now when config.time_zon...
gbuesing
2008-04-21
1
-0
/
+18
*
datetime_select defaults to Time.zone.now when config.time_zone is set
gbuesing
2008-04-21
1
-0
/
+36
*
Introduce ActionView::TestCase for testing view helpers.
Joshua Peek
2008-04-19
1
-3
/
+2
*
Allow html_options to be passed to all the date helpers. Closes #6000 [h-lam...
Michael Koziarski
2008-03-02
1
-3
/
+194
*
Make date_helper use tag and content_tag. Move to assert_dom_equal instead o...
Michael Koziarski
2008-02-20
1
-101
/
+101
*
Tests for distance_of_time_in_words with TimeWithZone instances. Closes #1091...
Geoff Buesing
2008-02-16
1
-45
/
+65
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Fix failing date helper test. Closes #10664 [Wesley Moxam]
Jeremy Kemper
2008-01-02
1
-1
/
+1
*
Update tests for ActiveSupport's JSON escaping change. [rick]
Rick Olson
2007-10-26
1
-0
/
+3
*
Improve helper test coverage. Closes #7215, #7233, #7234, #7235, #7236, #7237...
Jeremy Kemper
2007-06-13
1
-0
/
+24
*
Fixed that DateHelper#date_select should set the day to the 1st when its a hi...
David Heinemeier Hansson
2007-05-31
1
-0
/
+17
*
Give time_ago_in_words test some DST slop.
Jeremy Kemper
2007-03-11
1
-2
/
+1
*
date_select and datetime_select take a :default option. Closes #7052.
Jeremy Kemper
2007-01-28
1
-0
/
+74
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-2
/
+1
*
Fix #distance_of_time_in_words to report accurately against the Duration clas...
Rick Olson
2007-01-17
1
-5
/
+5
*
Fix date helper test when run on 31st day of the month! Closes #6907. [mutru]
Jeremy Kemper
2007-01-01
1
-7
/
+7
*
Fix date helper :include_blank regression. Closes #3811. [mhw]
Jeremy Kemper
2006-12-20
1
-0
/
+43
*
Bob's raining patches: fixes date_helper bugs and usability issues. Reference...
Jeremy Kemper
2006-12-06
1
-151
/
+762
*
Improved resolution of DateHelper#distance_of_time_in_words for better precis...
David Heinemeier Hansson
2006-09-04
1
-41
/
+69
*
Added months and years to the resolution of DateHelper#distance_of_time_in_wo...
David Heinemeier Hansson
2006-08-05
1
-0
/
+10
*
Fix failing test due to hard coded year
Michael Koziarski
2006-01-13
1
-1
/
+2
*
Change form_for and fields_for method signatures to take object name and obje...
Marcel Molina
2005-12-02
1
-2
/
+2
*
Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...
David Heinemeier Hansson
2005-11-13
1
-1
/
+37
*
Fixed more Windows tests
David Heinemeier Hansson
2005-10-16
1
-2
/
+2
*
Added :disabled option to all data selects that'll make the elements inaccess...
David Heinemeier Hansson
2005-09-11
1
-2
/
+60
*
Added :use_short_month option to select_month helper to show month names as a...
Jamis Buck
2005-08-22
1
-0
/
+18
*
Added :field_name option to DateHelper#select_(year|month|day) to deviate fro...
David Heinemeier Hansson
2005-07-02
1
-0
/
+43
*
r1335@iwill: jeremy | 2005-06-17 11:41:50 -0700
Jeremy Kemper
2005-06-17
1
-0
/
+9
*
Allow distance_of_time_in_words to work with any value that responds to #to_t...
Jamis Buck
2005-06-14
1
-0
/
+8
*
Added support for descending year values in DateHelper#select_year, like sele...
David Heinemeier Hansson
2005-05-19
1
-0
/
+9
*
Fixed DateHelper to return values on the option tags such that they'll work p...
David Heinemeier Hansson
2005-04-17
1
-49
/
+48
*
Added minute_step as an option to select_minute (and the helpers that use it)...
David Heinemeier Hansson
2005-04-13
1
-0
/
+16
*
Fixed include_blank for select_hour/minute/second #527 [edward@debian.org]
David Heinemeier Hansson
2005-04-02
1
-1
/
+117
*
Added include_seconds option as the third parameter to distance_of_time_in_wo...
David Heinemeier Hansson
2005-03-26
1
-0
/
+16
*
Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron]
David Heinemeier Hansson
2005-01-02
1
-0
/
+53
*
Fixed some test cases
David Heinemeier Hansson
2005-01-01
1
-1
/
+1
*
Fixed DateHelper#date_select so that you can pass include_blank as an option ...
David Heinemeier Hansson
2004-12-15
1
-0
/
+144
*
Fixed all helpers so that they use XHTML compliant double quotes for values i...
David Heinemeier Hansson
2004-12-12
1
-20
/
+20
[next]