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
*
fix time_tag helper and update tests to not rely on dynamically generated values
Nihad Abbasov
2013-02-22
1
-18
/
+18
*
Fix date_select :selected option so you can pass it nil
Colin Burn-Murdoch
2013-01-16
1
-1
/
+64
*
Rename :value option to :selected, in line with other select helpers
Colin Burn-Murdoch
2013-01-14
1
-2
/
+50
*
Allow value to be set on date_select
Colin Burn-Murdoch
2013-01-13
1
-0
/
+21
*
Avoid using Integer#/, as it is redefined by the 'mathn' stdlib
Marc-Andre Lafortune
2012-11-14
1
-0
/
+5
*
Extend date_select helper functionality.
Pavel Nikitin
2012-10-18
1
-0
/
+16
*
correct handling of date selects when using both disabled and discard options
Vasiliy Ermolovich
2012-08-25
1
-0
/
+24
*
Add support for start_hour and end_hour options in select_hour helper
Evan Tann
2012-08-13
1
-0
/
+29
*
distance_of_time_in_words: Add/tweak comments to understand time intervals be...
Elliot Winkler
2012-04-30
1
-11
/
+20
*
distance_of_time_in_words: 45-60 days is about 2 months, not about 1 month
Elliot Winkler
2012-04-30
1
-1
/
+3
*
Merge pull request #3726 from JanDupal/fix-date-helper-hidden
José Valim
2012-04-30
1
-0
/
+32
|
\
|
*
fix Helpers::DateHelper with :use_hidden - hide separators
Jan Dupal
2011-11-22
1
-0
/
+32
*
|
Replace boolean argument with an options hash.
Dmitriy Kiriyenko
2012-04-30
1
-19
/
+38
*
|
Remove unused assignment in actionpack date helper test
Mark Rushakoff
2012-04-29
1
-1
/
+1
*
|
Use leap years trick in distance_of_time_in_words only for distances between ...
Alexey Vakhov
2012-04-24
1
-0
/
+2
*
|
fixed non matching documentation behaviour with method semantics on distance_...
Marcelo Casiraghi
2012-04-24
1
-2
/
+19
*
|
Distance of time in words should work correct if from time > to_time
Alexey Vakhov
2012-04-24
1
-0
/
+1
*
|
datetime_select should work with -/+ infinity dates
Joe Van Dyk
2012-03-28
1
-0
/
+12
*
|
Fixes issue #5222: DateTimeSelector builds invalid dates on leap day when dis...
Jey Balachandran
2012-03-18
1
-5
/
+19
*
|
time_tag support for blocks
Antonio Tapiador del Dujo
2012-03-18
1
-0
/
+4
*
|
Remove unused variables to avoid warnings
Rafael Mendonça França
2012-01-24
1
-3
/
+0
*
|
Merge pull request #4641 from rafaelfranca/date_select-fix-3-2
José Valim
2012-01-24
1
-1
/
+38
*
|
Revert "Merge pull request #4154 from nashby/include-blank-date-helper"
Piotr Sarnacki
2011-12-26
1
-20
/
+0
*
|
add ability to set a prompt string in include_blank option for date helpers, ...
Vasiliy Ermolovich
2011-12-24
1
-0
/
+20
*
|
fix separator insertion in date_select helper
Sergey Nartimov
2011-12-14
1
-0
/
+19
*
|
Added :use_two_digit_numbers option [Lennart Fridén & Kim Persson]
Lennart Fridén
2011-12-11
1
-1
/
+18
|
/
*
Fixes an issue when creating a date select with too many options.
Liborio Cannici
2011-10-08
1
-0
/
+9
*
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
[next]