Skip to content

Rafe/rails-abstraction-showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Rails abstraction showcase

Blog link

What is this?

Rails abstraction showcase is the todomvc for Rails abstraction frameworks. It is an example shopping cart application that using several different abstraction framework to extract business logics from controller and model, to let user can compare the difference in between abstraction frameworks.

Install

bundle install
bundle exec rake db:create db:migrate db:seed
bin/rails server

Checking different abstractions

The master branch is an simple shopping cart application, you can checkout branches to check the project refactored with differernt abstraction frameworks.

git branch -a
git checkout [abstraction framework name]

Implemented frameworks

About

Todomvc for Rails abstraction frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published