This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| 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








