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

Ticket #7192 (closed defect: fixed)

Opened 2 years ago

Last modified 10 months ago

[PATCH][DOCS] Update DateHelper to match recent change of assumptions

Reported by: eventualbuddha Assigned to: rick
Priority: low Milestone: 2.x
Component: ActionPack Version: edge
Severity: minor Keywords: docs date helper
Cc:

Description

When I fixed the DateHelper tests, I neglected to update the docs that went with the method when I changed its assumptions about the number of minutes for various durations. This patch fixes that.

Attachments

update-date-helper-docs-for-duration-fixes.diff (1.8 kB) - added by eventualbuddha on 01/19/07 07:32:05.

Change History

01/19/07 07:31:35 changed by eventualbuddha

  • version set to edge.

01/19/07 07:32:05 changed by eventualbuddha

  • attachment update-date-helper-docs-for-duration-fixes.diff added.

06/08/07 01:06:46 changed by josh

  • keywords changed from tiny docs date helper to docs date helper.

(Cleaned up keywords: documentation patches only need 'docs')

12/05/07 21:38:07 changed by marcel

  • status changed from new to closed.
  • resolution set to fixed.

(In [8310]) Update documentation to reflect increased accuracy of date interval calculations. Closes #7192 [eventualbuddha]