Skip to content

Demonstration of a solution for dynamic controllers resolution for a Rails route

Notifications You must be signed in to change notification settings

widefix/rails-dynamic-controller-for-route

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Installation:

  • bundle install
  • rails s

Test:

  • curl localhost:3000/v1/categories
  • curl localhost:3000/v2/categories
  • curl localhost:3000/v1/users
  • curl localhost:3000/v2/users
  • curl localhost:3000/v1/products
  • curl localhost:3000/v2/products

About

Demonstration of a solution for dynamic controllers resolution for a Rails route

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published