kpumuk / presenter-example
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
0a7ee4d
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.rdoc | ||
| |
Rakefile | Tue Sep 08 04:39:26 -0700 2009 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | Tue Sep 08 04:39:26 -0700 2009 | |
| |
doc/ | ||
| |
lib/ | Tue Sep 08 04:39:26 -0700 2009 | |
| |
log/ | Tue Sep 08 04:39:26 -0700 2009 | |
| |
public/ | Tue Sep 08 04:39:26 -0700 2009 | |
| |
script/ | Tue Sep 08 04:39:26 -0700 2009 | |
| |
spec/ | ||
| |
tmp/ | Tue Sep 08 04:39:26 -0700 2009 |
README.rdoc
Presenter Example
This is a sample application for my article about Ruby on Rails application simplifying:
kpumuk.info/ruby-on-rails/simplifying-your-ruby-on-rails-code-presenter-pattern-cells-plugin
Check this article to get an idea what’s going on.
Setup and test data
First you need to create and migrate the database:
rake db:create rake db:migrate
There are two rake tasks to load test data:
rake data:videos rake data:categories

