Tutorial 1.3: “Vital Rails: An Introduction to the Ruby on Rails Framework”
Routing in Rails
Routing in rails allows you to specify where your web-pages will reside. This way you can create more ‘user friendly’ url’s.
Note that: When changing routs ..you will have to ‘bounce’ your server as the server will cash all ‘routed’ values.
The config/routs.rb file is the primary (and generally only) interface for routing Rails. [...]
Filed under: Rails, Technology | No Comments »