[Ruby on Rails] and I learned to show all the data

Source: Internet
Author: User
Tags ruby on rails

The previous index page, which shows Hello World, is now modified to show the data we entered in the Rails console.

1. Modify the action

As described in the previous section, "Ruby on Rails" and the route map I learned, modify the APP/CONTROLLERS/POSTS_CONTROLLER.RB index method as follows:

  def index    @posts =  post.all  End

2. Modify the View

and modify App/views/posts/index.html.erb This view file as follows:

3. Running the service

Execute the command rails s, open http://localhost:3000/posts, such as:

Reprint please specify this article from: http://www.cnblogs.com/Tommy-Yu/p/4141207.html Thank you!

[Ruby on Rails] and I learned to show all the data

Related Article

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.