kpumuk / presenter-example
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 1b29acbcf0146481af9e985196db79eea13a5934
tree 82ace837aa65414f61ed764234ff6e6bf9d63803
parent 1fb740a4b0a17c46e7e8dc62c3c2b608eedd7d6f
tree 82ace837aa65414f61ed764234ff6e6bf9d63803
parent 1fb740a4b0a17c46e7e8dc62c3c2b608eedd7d6f
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
spec/ | ||
| |
tmp/ | ||
| |
vendor/ |
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/
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

