railsboost icon indicating copy to clipboard operation
railsboost copied to clipboard

Rails Bootstrapping Site

== Rails Boost ==

Rails boost is a very simple project based around making it very, very easy to create templates for your Rails 2.3.1+ projects.

Stop bootstrapping manually. Stop using old pulls of Rails. Start being more productive.

== Developing ==

  1. Get the code from http://github.com/hcatlin/railsboost/tree/master
  2. Migrate the DB
  3. Execute rake commands:load which grabs all of the commands from the remote server
  4. Read the TODO file
  5. Start hacking!

== Authorship ==

This project is fully copyright Hampton Catlin (hcatlin) 2009. Its released under the MIT License.

Massive help in building it by Robert Pitts (rbxbx)