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
- Host: GitHub
- URL: https://github.com/rafbm/opencode12-rails
- Owner: rafbm
- Created: 2013-05-29T14:49:43.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-08T02:41:17.000Z (about 13 years ago)
- Last Synced: 2025-03-21T08:49:26.793Z (over 1 year ago)
- Language: Ruby
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
-
-
-