Project

rail_pass

0.0
No commit activity in last 3 years
No release in over 3 years
Rail Pass is a Ruby on Rails engine to configure new projects with the default settings and templates used at LaCroix Design Co.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 3.2.11
 Project Readme

Rail Pass

Rail Pass is a Ruby on Rails engine to configure new projects with the default settings and templates used at LaCroix Design Co.

Installation

DISCLAIMER: The installation generator for this engine is extremely destructive and only intended for brand-new projects. Running it on an existing project will likely overwrite important files.

To install, add this line to your Rails application's Gemfile:

gem 'rail_pass'

Run bundle install and then execute:

rails generate rail_pass:install

License

Copyright © 2013 LaCroix Design Co.
Released under the MIT License