|
|
|
@9226
|
[9226]
|
04/05/08 03:52:58 |
pratik |
Improve documentation. |
|
|
|
@9093
|
[9093]
|
03/26/08 12:27:52 |
pratik |
Improve documentation. |
|
|
|
@8934
|
[8934]
|
02/27/08 22:53:54 |
bitsweat |
Adding Time#end_of_day, _quarter, _week, and _year. Closes #9312. |
|
|
|
@8608
|
[8608]
|
01/09/08 09:45:56 |
bitsweat |
Simplify to_formatted_s docs. Closes #10747 [Jeremy Kemper] |
|
|
|
@8606
|
[8606]
|
01/09/08 08:46:08 |
bitsweat |
Document date and time to_formatted_s. Closes #10747 [leethal] |
|
|
|
@8546
|
[8546]
|
01/03/08 21:05:12 |
david |
Moved the caching stores from ActionController::Caching::Fragments::* to … |
|
|
|
@8398
|
[8398]
|
12/15/07 02:27:29 |
bitsweat |
Ruby 1.9 compat: normalize date and time xmlschema to match Ruby's … |
|
|
|
@8279
|
[8279]
|
12/05/07 06:24:39 |
nzkoz |
Document Date conversions. Closes #10368 [chuyeow] |
|
|
|
@8199
|
[8199]
|
11/24/07 04:59:21 |
gbuesing |
Honor Ruby's default calendar reform setting when creating DateTime … |
|
|
|
@8198
|
[8198]
|
11/24/07 03:57:11 |
gbuesing |
Change Time and DateTime #end_of_month to return last second of month … |
|
|
|
@7868
|
[7868]
|
10/13/07 23:56:00 |
bitsweat |
Time, Date and DateTime #advance accept :weeks option. Closes #9866. |
|
|
|
@7863
|
[7863]
|
10/13/07 20:13:18 |
bitsweat |
Fix Date#years_ago and #years_since from leap days. Closes #9864. |
|
|
|
@7862
|
[7862]
|
10/13/07 20:12:36 |
bitsweat |
Refactor Time and Date#months_since and #months_ago to use #advance. … |
|
|
|
@7647
|
[7647]
|
09/27/07 08:49:18 |
bitsweat |
Date/Time/DateTime Ruby 1.9 compat |
|
|
|
@7508
|
[7508]
|
09/18/07 06:38:28 |
bitsweat |
Deprecation: remove deprecated :mday option from Time, Date, and … |
|
|
|
@7474
|
[7474]
|
09/14/07 00:34:43 |
bitsweat |
Some 1.9 forward compatibility |
|
|
|
@7262
|
[7262]
|
08/03/07 00:34:19 |
rick |
Fix Time#advance bug when trying to advance a year from leap day. Closes … |
|
|
|
@6937
|
[6937]
|
06/04/07 22:00:53 |
bitsweat |
Add Date#since, ago, beginning_of_day, and end_of_day. Date + seconds … |
|
|
|
@6934
|
[6934]
|
06/04/07 18:14:42 |
bitsweat |
Date.yesterday and .tomorrow. Closes #8571. |
|
|
|
@6933
|
[6933]
|
06/04/07 17:49:43 |
bitsweat |
Readable Date and DateTime#inspect. Closes #8570. |
|
|
|
@6921
|
[6921]
|
06/01/07 04:03:46 |
bitsweat |
Move common DateTime calculations to Date. Closes #8536. |
|
|
|
@6910
|
[6910]
|
05/31/07 16:37:09 |
david |
Added Date#change (like Time#change) [DHH] |
|
|
|
@6902
|
[6902]
|
05/30/07 06:24:32 |
bitsweat |
DateTime#to_time converts to Time unless out of range. Date#to_datetime … |
|
|
|
@6844
|
[6844]
|
05/25/07 21:43:19 |
bitsweat |
Date, Time, and DateTime support formatting blocks in addition to strftime … |
|
|
|
@6060
|
[6060]
|
01/28/07 07:36:34 |
bitsweat |
:db format for Date#to_s |
|
|
|
@5954
|
[5954]
|
01/15/07 22:02:11 |
sam |
Fix that Dates couldn't be subtracted from Dates after [5940]. |
|
|
|
@5951
|
[5951]
|
01/15/07 17:12:32 |
minam |
Add Object#acts_like? and Time#acts_like_time? and Date#acts_like_date? to … |
|
|
|
@5940
|
[5940]
|
01/15/07 06:54:50 |
nzkoz |
Make 1.months and friends accurate by introducing a Duration class. #6835 … |
|
|
|
@4718
|
[4718]
|
08/07/06 22:07:33 |
bitsweat |
DateTime#to_time gives hour/minute/second resolution. Closes #5747. |
|
|
|
@4653
|
[4653]
|
08/03/06 18:47:43 |
david |
Added Module#alias_attribute [Jamis/DHH] |
|
|
|
@3952
|
[3952]
|
03/18/06 21:46:49 |
david |
Date in iso8601 should just be a to_s alias |
|
|
|
@3950
|
[3950]
|
03/18/06 21:37:10 |
david |
Dates should be able to go xmlschema too [DHH] |
|
|
|
@2506
|
[2506]
|
10/09/05 17:52:42 |
david |
Added to_s(:db) to Range |
|
|
|
@1344
|
[1344]
|
05/21/05 14:57:23 |
david |
Slight change to allow custom date/time conversions #1326 [Rick Olson] |
|
|
|
@784
|
[784]
|
02/24/05 02:02:12 |
david |
Documentation stuff |
|
|
|
@738
|
[738]
|
02/21/05 17:09:20 |
david |
Added Date::Conversions for getting dates in different convenient string … |