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

Ticket #8278 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Use nested extensions (new.html.erb) for the scaffolding

Reported by: tpope Assigned to: bitsweat
Priority: normal Milestone: 1.x
Component: Railties Version: edge
Severity: normal Keywords: scaffolding
Cc:

Description

This patch updates the scaffolding generator and resource scaffolding generator to use nested extensions like new.html.erb rather than new.erb.

Attachments

scaffolding_with_multiple_extensions.patch (14.1 kB) - added by tpope on 05/06/07 07:15:43.

Change History

05/06/07 07:15:43 changed by tpope

  • attachment scaffolding_with_multiple_extensions.patch added.

05/06/07 10:34:22 changed by bitsweat

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

(In [6690]) Generators use *.html.erb view template naming. Closes #8278.