Sha256: 82b870591717820fc242f92341bf3854f18a10b76c50d03c0a1fc5f7a5d73449

Contents?: true

Size: 732 Bytes

Versions: 1

Compression:

Stored size: 732 Bytes

Contents

# dataLAB Generators

Rails generator scripts designed to be used as a starting point with default dataLAB projects. Derived from Ryan Bates' Nifty Generator scripts.


## Setup

Add the gem to your Gemfile.

    gem "datalab-generators", :group => :development

Then you can run any of the included generators.

    rails g datalab:scaffold Recipe name:string index new

## Included Generators

  * datalab:layout: generates generic layout, stylesheet, and helper files.
  * datalab:scaffold: generates a controller and optional model/migration.
  * datalab:administrators: generates an administrators YAML file and loader.

To view the README for each generator, run it with the --help option.

    rails g datalab:layout --help

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datalab-generators-0.1.0 README.markdown