public
Description: Skeleton Rails app with rake tasks for getting RSpec quickly
Homepage:
Clone URL: git://github.com/pat-maddox/starter-app.git
pat-maddox (author)
Fri Apr 24 13:10:09 -0700 2009
commit  1d6150b36df93570c65d564eee929d12c1fa5e47
tree    f056e6c848904e62e8775be712d8d8357600d0ad
parent  bb1177e915e8abdd99881808a7afe66a4ea60b95
name age message
file .gitignore Tue Nov 11 16:19:20 -0800 2008 use gems instead of plugins [pat-maddox]
file README Mon Apr 06 12:00:43 -0700 2009 updated boostrap and readme [pat-maddox]
file Rakefile Thu Jun 19 23:24:25 -0700 2008 first commit [pat-maddox]
directory app/ Fri Apr 24 13:10:09 -0700 2009 rename file for updated rails [pat-maddox]
directory config/ Sun Feb 22 23:44:45 -0800 2009 Remove action_view template cache line (rails 2... [pat-maddox]
directory doc/ Thu Jun 19 23:24:25 -0700 2008 first commit [pat-maddox]
directory lib/ Mon Apr 06 12:00:43 -0700 2009 updated boostrap and readme [pat-maddox]
directory public/ Mon Nov 24 10:43:50 -0800 2008 updated rails [pat-maddox]
directory script/ Thu Jun 19 23:24:25 -0700 2008 first commit [pat-maddox]
directory test/ Thu Jun 19 23:24:25 -0700 2008 first commit [pat-maddox]
To get started, run
  rake bootstrap

This will install all the necessary dependencies.

Now you need to set up the database.  Edit config/database.yml and
then run
  rake db:create db:migrate

This should be all you need for a complete development environment.