public
Description: Example blog application built in the offical 15 minute Rails screencast.
Homepage: http://rubyonrails.org/screencasts
Clone URL: git://github.com/ryanb/blog-screencast.git
suitmymind (author)
Sun Apr 05 05:03:50 -0700 2009
ryanb (committer)
Sun Apr 05 18:04:51 -0700 2009
commit  fed853e730c01da74b525fe01f1907da04375b06
tree    7447d9f37025f31c2ef48b7fe54ae30a829bc79c
parent  f1d613a03abd84f2c4dd81c8e3f10059721d52a3
name age message
file .gitignore Sat Mar 07 14:21:23 -0800 2009 initial commit [ryanb]
file README Sat Mar 07 14:21:23 -0800 2009 initial commit [ryanb]
file Rakefile Sat Mar 07 14:21:23 -0800 2009 initial commit [ryanb]
directory app/ Sun Apr 05 18:04:51 -0700 2009 formatted_route removed to conform to Rails 2.3... [suitmymind]
directory config/ Sat Mar 07 14:21:23 -0800 2009 initial commit [ryanb]
directory db/ Sat Mar 07 14:21:23 -0800 2009 initial commit [ryanb]
directory doc/ Sat Mar 07 14:21:23 -0800 2009 initial commit [ryanb]
directory log/ Sat Mar 07 14:21:23 -0800 2009 initial commit [ryanb]
directory public/ Sat Mar 07 14:21:23 -0800 2009 initial commit [ryanb]
directory script/ Sat Mar 07 14:21:23 -0800 2009 initial commit [ryanb]
directory test/ Sat Mar 07 14:21:23 -0800 2009 initial commit [ryanb]
directory tmp/ Sat Mar 07 14:21:23 -0800 2009 initial commit [ryanb]
directory vendor/ Sat Mar 07 14:21:23 -0800 2009 initial commit [ryanb]
README
This is the blog application built in the offical 15 minute Rails screencast.

http://rubyonrails.org/screencasts

You will need to copy the database.yml file and migrate the database.

cp config/database_example.yml config/database.yml
rake db:migrate