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
/
lib
/
action_view
/
helpers
/
date_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Merge pull request #4154 from nashby/include-blank-date-helper"
Piotr Sarnacki
2011-12-26
1
-2
/
+2
*
add ability to set a prompt string in include_blank option for date helpers, ...
Vasiliy Ermolovich
2011-12-24
1
-2
/
+2
*
fix adding field_with_errors to date selects, closes #3487
Vasiliy Ermolovich
2011-12-20
1
-5
/
+9
*
fix separator insertion in date_select helper
Sergey Nartimov
2011-12-14
1
-1
/
+2
*
Added :use_two_digit_numbers option [Lennart Fridén & Kim Persson]
Lennart Fridén
2011-12-11
1
-3
/
+6
*
Fixes an issue when creating a date select with too many options.
Liborio Cannici
2011-10-08
1
-5
/
+10
*
little details seen while doing a pass through what's new in docrails
Xavier Noria
2011-07-23
1
-1
/
+1
*
use the doc conventions for arguments in all cases
Ray Baxter
2011-07-20
1
-3
/
+3
*
reword select_date's behaviour clearly when an incomplete options array is pa...
Vijay Dev
2011-07-20
1
-3
/
+3
*
we're talking about days here, not hours
Ray Baxter
2011-07-17
1
-1
/
+1
*
wording between select_second, select_minute and
Ray Baxter
2011-07-17
1
-2
/
+2
*
fix typo
Ray Baxter
2011-07-17
1
-1
/
+1
*
make documentation agree with test expectations and
Ray Baxter
2011-07-17
1
-2
/
+2
*
document that second tags are also returned by default
Ray Baxter
2011-07-16
1
-1
/
+1
*
there is no Time.today method, use Time.now
Ray Baxter
2011-07-16
1
-2
/
+2
*
remove stray character
Ray Baxter
2011-07-16
1
-1
/
+1
*
disambiguate uses of post/POST by using "article"
Ray Baxter
2011-07-16
1
-28
/
+28
*
clarify that classes that include DateHelper can
Ray Baxter
2011-07-16
1
-2
/
+2
*
clarify that DateTime objects are allowed arguments
Ray Baxter
2011-07-16
1
-1
/
+1
*
use minute instead of second in description of select_minute
Ray Baxter
2011-07-16
1
-2
/
+2
*
show correct helper in description
Ray Baxter
2011-07-16
1
-1
/
+1
*
use 'hour' instead of 'minutes' and 'second' for select_hour
Ray Baxter
2011-07-16
1
-2
/
+2
*
Remove usage of memoizable from ActionPack.
José Valim
2011-06-16
1
-7
/
+6
*
Remove extra white spaces on ActionPack docs.
Sebastian Martinez
2011-05-23
1
-1
/
+1
*
Clean up redundant backslashes
Pirogov Evgenij
2011-05-14
1
-4
/
+4
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-14
1
-66
/
+73
|
\
|
*
Fix styiling issues on DateHelper docs
Sebastian Martinez
2011-05-10
1
-64
/
+70
|
*
Explain the implication of using :ignore_date on time_select
Aditya Sanghi
2011-05-10
1
-1
/
+2
|
*
Fixed typos in documentation for the date_select helper in actionpack/action_...
Philip Roberts
2011-05-09
1
-1
/
+1
*
|
Merge pull request #343 from asanghi/ampm
José Valim
2011-05-07
1
-4
/
+30
|
\
\
|
*
|
DRY this baby up
Aditya Sanghi
2011-04-29
1
-23
/
+4
|
*
|
add more documentation; remove unused assignment
Aditya Sanghi
2011-04-29
1
-4
/
+14
|
*
|
Allow AM/PM in datetime selectors
Aditya Sanghi
2011-04-29
1
-0
/
+35
|
|
/
*
|
strip space
Aditya Sanghi
2011-05-06
1
-2
/
+2
*
|
Take leap years into account more seriously when calculating year distance [#...
Aditya Sanghi
2011-05-06
1
-3
/
+14
|
/
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-04-19
1
-4
/
+6
|
\
|
*
Fixing more spacing inconsistencies
Matt Duncan
2011-04-15
1
-1
/
+1
|
*
Days are never approximated using 'about'
Matt Duncan
2011-04-15
1
-1
/
+1
|
*
Making example result match actual result
Matt Duncan
2011-04-15
1
-1
/
+1
|
*
Including actual usage in example
Matt Duncan
2011-04-15
1
-1
/
+3
*
|
Aligning comments
Matt Duncan
2011-04-13
1
-1
/
+1
*
|
Fixing distance_of_time_in_words range near 2 days
Matt Duncan
2011-04-13
1
-5
/
+5
|
/
*
Action Pack typos.
R.T. Lechow
2011-03-05
1
-2
/
+2
*
Add Date#rfc3339 and Date#iso8601 to AS
Santiago Pastorino
2011-02-13
1
-0
/
+1
*
Allow for the format of time_tag in AP to be changed via an option argument.
Josh Kalderimis
2011-02-12
1
-3
/
+5
*
Added time_tag helper to AP for HTML5 time tag [#5919 state:resolved]
Sjoerd Andringa
2011-02-12
1
-0
/
+19
*
patching to ensure separator is printed with order [#5816 state:resolved]
Aditya Sanghi
2010-11-11
1
-0
/
+2
*
The deleted examples are redundant.
Aditya Sanghi
2010-10-17
1
-11
/
+0
*
Avoid uninitialized variable warning.
Emilio Tagua
2010-09-27
1
-0
/
+1
*
Add missing require.
José Valim
2010-08-27
1
-1
/
+2
[next]