All Projects → kpumuk → presenter-example

kpumuk / presenter-example

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

Programming Languages

ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].