Sha256: 80573ebb4bb7424ece8d42f5884395f788e8c93d8428e7080588d8b80d478d11
Contents?: true
Size: 950 Bytes
Versions: 19
Compression:
Stored size: 950 Bytes
Contents
Description: Generates a custom plugin for Refinery automatically. It works very similar to the Rails scaffold generator. A generated plugin gives you all the basic files needed to manage the model the plugin will be for. The first attribute should always be the one which is the title or name of the model. There must be at least one attribute. Additional Supported Field Types All field types that are supported by the Rails Scaffold generator are supported with the addition of these Refinery specific ones: text - text area with a visual editor image - link to an image picker dialogue resource - link to a resource picker dialogue Examples: rails generate refinery:engine product title:string description:text image:image brochure:resource rails generate refinery:engine product title:string description:text image:image brochure:resource --i18n title description
Version data entries
19 entries across 19 versions & 1 rubygems