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

Ticket #10155 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] RDoc for ClassMethods in actionpack-1.99.0/lib/action_controller/rescue.rb

Reported by: shifrapr Assigned to: core
Priority: normal Milestone: 2.0
Component: ActionPack Version: edge
Severity: normal Keywords: docs, tiny
Cc:

Description

On line 53 of rescue.rb in the new tag, there is a #nodoc directive that should be removed. It results in the documentation for rescue_from not being generated.

Attachments

remove_nodoc_on_rescue_from_in_action_controller.diff (0.5 kB) - added by labria on 11/16/07 00:58:20.
Simple patch to fix the issue

Change History

11/16/07 00:58:20 changed by labria

  • attachment remove_nodoc_on_rescue_from_in_action_controller.diff added.

Simple patch to fix the issue

11/16/07 01:01:14 changed by labria

  • summary changed from RDoc for ClassMethods in actionpack-1.99.0/lib/action_controller/rescue.rb to [PATCH] RDoc for ClassMethods in actionpack-1.99.0/lib/action_controller/rescue.rb.

Well, guys, test this and plusone it, it's quite straightforward.

11/16/07 17:09:38 changed by labria

  • keywords set to docs, tiny.

11/18/07 21:51:14 changed by david

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

(In [8165]) Docfix (closes #10155)