/opencode12-rails

Repo for my talk at http://opencode.ca on May 28th 2013

Primary LanguageRuby

What’s this?

A dummy Rails app in which I demonstrate the use of several custom /app subdirectories: services, presenters, validators, and inputs.

Setup

bundle install
bundle exec rake db:setup
bundle exec rails server

Flow

You should check out the step by step progress of how I refactored things.

An easy way to do this in your local cloned repo is to git rebase -i c351757, change all pick to e, then git rebase --continue once for each commit.

See also