Ticket #270 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Controller generates only Plularized names

Reported by: jimfree..@gmail.com Assigned to: jimfree..@gmail.com
Priority: major Milestone: 0.4
Component: Merb Keywords:
Cc:

Description

./script/generate controller Foo creates Foos controller.

Attachments

controllerplural.patch (3.4 kB) - added by jimfree..@gmail.com on 11/06/07 09:28:48.

Change History

11/06/07 09:28:48 changed by jimfree..@gmail.com

  • attachment controllerplural.patch added.

11/06/07 09:33:23 changed by jimfree..@gmail.com

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

Patch submitted on 867.

11/07/07 03:54:00 changed by has.s..@gmail.com

  • status changed from closed to reopened.
  • resolution deleted.

This patch has broken the resource generator. The resource generator now generates model and controller with the same name.

11/07/07 03:59:51 changed by has.s..@gmail.com

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

(In [890]) Fixes pluralization issue with resource generator. Closes #270