Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10375 (new defect)

Opened 5 months ago

Last modified 3 months ago

[PATCH] Document Date.yesterday and Date.today

Reported by: chuyeow Assigned to: core
Priority: low Milestone: 2.x
Component: ActiveSupport Version: edge
Severity: minor Keywords: docs tiny
Cc:

Description

Adds missing docs for ActiveSupport::CoreExtensions::Date::Calculations class methods. Trivial document patch.

Attachments

document_date_calc_class_methods.diff (0.9 kB) - added by chuyeow on 12/05/07 15:39:42.
document_date_calc_class_methods.2.diff (0.7 kB) - added by kampers on 02/04/08 09:01:04.

Change History

12/05/07 15:39:42 changed by chuyeow

  • attachment document_date_calc_class_methods.diff added.

12/18/07 09:42:01 changed by maruis

+1 I've applied and looks good.

02/04/08 09:00:32 changed by kampers

  • summary changed from [PATCH][DOCS][TINY] Document Date.yesterday and Date.today to [PATCH] Document Date.yesterday and Date.today.

You mean "1 day after today" not "1 after today", right?

+1. Changed and updated for trunk @ r8799.

02/04/08 09:01:04 changed by kampers

  • attachment document_date_calc_class_methods.2.diff added.

02/04/08 09:03:03 changed by chuyeow

Yup I did. Thanks for spotting that :)