Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 470 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 470 Bytes

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.