Skip to content

rafbm/opencode12-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages