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
*
Merge pull request #343 from asanghi/ampm
José Valim
2011-05-07
1
-0
/
+55
|
\
|
*
Allow AM/PM in datetime selectors
Aditya Sanghi
2011-04-29
1
-0
/
+55
*
|
Take leap years into account more seriously when calculating year distance [#...
Aditya Sanghi
2011-05-06
1
-0
/
+4
|
/
*
Fixing distance_of_time_in_words range near 2 days
Matt Duncan
2011-04-13
1
-3
/
+3
*
Remove 'warning: ambiguous first argument' when running ActionPack tests
Sebastian Martinez
2011-03-29
1
-2
/
+2
*
Merge branch 'master' into nested_has_many_through
Jon Leighton
2011-03-04
1
-5
/
+38
|
\
|
*
updated Time, Date and DateTime current methods in AS to use Time.zone and no...
Josh Kalderimis
2011-02-28
1
-2
/
+2
|
*
Allow for the format of time_tag in AP to be changed via an option argument.
Josh Kalderimis
2011-02-12
1
-5
/
+11
|
*
Added time_tag helper to AP for HTML5 time tag [#5919 state:resolved]
Sjoerd Andringa
2011-02-12
1
-1
/
+21
|
/
*
patching to ensure separator is printed with order [#5816 state:resolved]
Aditya Sanghi
2010-11-11
1
-0
/
+41
*
Remove duplicated test.
Emilio Tagua
2010-09-28
1
-20
/
+0
*
These tests shouldn't depend on local time to pass or fail, we can use utc here.
Emilio Tagua
2010-09-24
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-14
/
+14
*
Fixed date_select date_separator when discard_month and/or discard_day are tr...
Thibaud Guillaume-Gentil
2010-06-20
1
-0
/
+27
*
Fix form builder and form helpers inconsistencies [#4432 state:resolved]
Neeraj Singh
2010-04-29
1
-21
/
+80
*
Make form helpers work with <%=
wycats
2010-03-09
1
-7
/
+7
*
Adds disable option to date_helpers generated hidden fields when html_options...
Santiago Pastorino
2010-03-05
1
-0
/
+55
*
add time_separator for minutes only if minutes aren't hidden
Santiago Pastorino
2010-02-25
1
-0
/
+41
*
Fixed that much of DateHelper wouldn't return html_safe? strings [DHH]
David Heinemeier Hansson
2010-01-08
1
-0
/
+22
*
Introduce :almost keyword for distance_of_time_in_words. Make 1.75 days - 2 d...
John Trupiano
2009-09-28
1
-12
/
+27
*
Enhancing distance_of_time_in_words to prefix year output with over and about...
Jay Pignata
2009-09-28
1
-7
/
+8
*
Stops date select helpers from defaulting the selected date to today if :prom...
Sam Oliver
2009-02-13
1
-14
/
+14
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
1
-34
/
+32
*
Fix date_select within fields_for with an index [#1666 state:resolved] [Josh,...
Josh
2009-01-16
1
-15
/
+80
*
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
[next]