railsboost
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 ==
- Get the code from http://github.com/hcatlin/railsboost/tree/master
- Migrate the DB
- Execute
rake commands:load
which grabs all of the commands from the remote server - Read the TODO file
- 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)