Skip to content

kpumuk/presenter-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example of using presenters and cells in Ruby on Rails application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published