Skip to content

Files

Latest commit

Jun 11, 2013
6ea2d2e · Jun 11, 2013

History

History
16 lines (11 loc) · 488 Bytes

README.markdown

File metadata and controls

16 lines (11 loc) · 488 Bytes

Blogger Advanced

This is a sample project for use with the tutorials at http://tutorials.jumpstartlab.com

Please do not take it as a set of best practices. In fact, there are many intentional inefficiencies or points of ugliness setup for "fixing" through tutorial exercises.

Getting Started

git clone git://github.com/JumpstartLab/blogger_advanced.git
cd blogger_advanced
bundle
rake db:migrate
rails server