An open API service indexing awesome lists of open source software.

https://github.com/rafbm/opencode12-rails

Repo for my talk at http://opencode.ca on May 28th 2013
https://github.com/rafbm/opencode12-rails

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/rafBM/opencode12-rails/commits) 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

-
-
-