No commit activity in last 3 years
No release in over 3 years
A collection of generators for creating pre-built components.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 6.0.2, >= 6.0.2.2
 Project Readme

Rockstart::Prefab

A collection of generators for creating pre-built components.

Usage

Each Prefabricated component is added to a Rails app by running the relevant generator.

Run a default build of rockstart before running these generators, as it assumes rockstart has or has not installed various features.

bunlde exec rails generate rockstart

Sitemap (+ robots.txt)

Generates a dynamic sitemap.xml and robots.txt

bundle exec rails generate rockstart:perfab:sitemap

Installation

Add this line to your application's Gemfile:

gem 'rockstart-prefab'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rockstart-prefab

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.