search_scope

Rails gem with collection of Rails “startups” for features such as navigation and forms with customizable error handling.

Install

gem install startups

Usage

After installing the gem, you can use the startup generators in your Rails app.

From your rails app’s root directory, type: script/generate startup_nav

#TODO script/destroy should also work?

Included Generators

  • startup_layout: Generates the base files for any standard app and some basic no design styles

  • startup_nav: generates the files needed for a simple, easily styled navigation.

  • startup_content: generated a content controller for home and other non-rest pages. A basic layout and stylesheet is also provided.

  • COMING SOON: startup_form: generates the files needed for generic forms with customizable error handling.

** updating this to use formatastic

For more information, run: script/generate startup_nav –help