public
Description: Rails Bootstrapping Site
Homepage: http://www.railsboost.com
Clone URL: git://github.com/hcatlin/railsboost.git
name age message
file .gitignore Thu Mar 05 15:08:18 -0800 2009 merging [Hampton Catlin]
file README Sat Mar 07 17:03:46 -0800 2009 fixing up the readme [Hampton Catlin]
file Rakefile Thu Mar 05 10:42:25 -0800 2009 initial [Hampton Catlin]
file TODO Mon Mar 09 22:55:59 -0700 2009 fixed some weirdness [robert]
directory app/ Mon Apr 06 15:13:46 -0700 2009 added social junq [Robert Pitts]
directory config/ Wed Mar 11 14:15:56 -0700 2009 format error [Hampton Catlin]
directory db/ Wed Mar 11 12:32:37 -0700 2009 migrating! [Hampton Catlin]
directory doc/ Thu Mar 05 10:42:25 -0800 2009 initial [Hampton Catlin]
directory lib/ Wed Mar 11 12:43:28 -0700 2009 adding in attachment helpers [Hampton Catlin]
directory log/ Mon Mar 09 10:08:42 -0700 2009 fixed some things and such [robert]
directory public/ Mon Apr 06 15:13:46 -0700 2009 added social junq [Robert Pitts]
directory script/ Thu Mar 05 10:42:25 -0800 2009 initial [Hampton Catlin]
directory test/ Mon Mar 09 10:08:42 -0700 2009 fixed some things and such [robert]
directory vendor/ Mon Mar 09 10:08:42 -0700 2009 fixed some things and such [robert]
README
== 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 ==

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