ROR Routing Analysis

Source: Internet
Author: User

Start researching Rails routing today

Basic Usage

Resource Routing

Resources:members

automatically generate default 7 actions when resource routing is configured

Action Address Method in Controller Role
Index /members
Index Display list
Show /members/:id Show Show Details
New /members/new New, declaring the object in the method Go to New form page
Create /members Create Create
Edit /members/:id/edit Edit, the method to query the object Go to edit form page
Update /members Update Update
Destroy /members/:id Destroy Destroyed




When you declare a resource-type route, some help methods are created automatically

Method
Url Method in Controller Role
Members_path /members Index
New_member_path /members/new New


















Routing Advanced

Principle Analysis

This article is from the "REALDG" blog, make sure to keep this source http://realdg.blog.51cto.com/6169535/1589426

ROR Routing Analysis

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.