Monday, February 17, 2014

Rails Routing from the Outside In — Ruby on Rails Guides

Rails Routing from the Outside In — Ruby on Rails Guides: "Rails Routing from the Outside In
This guide covers the user-facing features of Rails routing.

After reading this guide, you will know:

How to interpret the code in routes.rb.
How to construct your own routes, using either the preferred resourceful style or the match method.
What parameters to expect an action to receive.
How to automatically create paths and URLs using route helpers.
Advanced techniques such as constraints and Rack endpoints."



'via Blog this'

No comments:

Post a Comment