saasbook / rails-routing-practice

Simple app to help ESaaS students practice their understanding of Rails routing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails Routing Practice

This simple app lets students learning Rails get some practice understanding how routes from config/routes.rb are parsed.

The learner enters some config/routes.rb-compliant route descriptions, and can then enter various routes (method + URI) to see how they would be recognized and how params would be parsed from them.

Everything here is CC-BY-NC-SA.

About

Simple app to help ESaaS students practice their understanding of Rails routing


Languages

Language:Ruby 73.6%Language:HTML 26.4%