📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

scaffold_logic

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scaffold_logic

2.0.0
Rubygems
Version published
Maintainers
1
Created
Source

= ScaffoldLogic Generators

Rails 3 generator scripts for SEO Logic.

== Install

Install the gem:

gem install scaffold_logic

Include it in your Gemfile.

gem "scaffold_logic"

== Usage

To run the generator, go to your project directory and call the appropriate generator.

rails generate scaffold_logic:layout rails generate scaffold_logic:scaffold Foo name:string

== Included Generators

  • scaffold_logic:layout generates generic layout, stylesheet, and helper files.
  • scaffold_logic:scaffold generates a controller and optional model/migration.

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

rails generate scaffold_logic:scaffold --help

FAQs

Package last updated on 13 Mar 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts