Home > restful_catch_all_route_example

restful_catch_all_route_example

Restful_catch_all_route_example is a project mainly written in Ruby, it's free.

Example app for restful catch all routes rails plugin

An example Rails 3 application that uses Restful catch all routes Rails plugin

git clone git://github.com/grosser/restful_catch_all_route_example.git
cd restful_catch_all_route_example
bundle install
rake db:migrate
rails server

and visit http://localhost:3000 !