Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4321410
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T08:44:34+00:00 2026-05-21T08:44:34+00:00

I have created model, view and controller: $ rails generate scaffold Post name:string title:string

  • 0

I have created model, view and controller:

$ rails generate scaffold Post name:string title:string content:text

I run server and I see list of posts if I open in the browser http:\localhost:3000\posts.
Now I need to create link to this page. Something like:

<%= link_to("settings", { :controller => 'groups', :action => 'index'}) %>

But I get error on opening this page:

Couldn't find Group with ID=index

How ca I create link to http:\localhost:3000\posts and which action do I use in this case?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T08:44:34+00:00Added an answer on May 21, 2026 at 8:44 am

    I think the path helpers are excellent in these cases. You could do it like this:

    <%= link_to("Posts", posts_path) %>
    

    posts_path in this case will link to http://localhost:3000/posts

    When you use use resources :posts in your routes.rb you automatically get a few path helpers. For example:

    posts_path            # /posts
    post_path(@post)      # /posts/1
    edit_post_path(@post) # /posts/1/edit
    new_post_path         # /posts/new
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When using scaffolding in Ruby on Rails to build my controller, the scaffold is
I have a Rails app with a Route resource, and a Route controller (not
Hey, i have some experience with MVC. but I'm new to rails. I'm using
I have a Thread model which has a show page, and in that action's
i'm new to ruby on rails and am working with version 2.3 on mac
I am reading Pragmatic Agile Web Development with Rails (2th ed) and trying examples
I have an existing database(Postgresql). How can i create models from it? How can
I haven't implemented a search feature before and feel a bit stuck. I have
I'm working on a Rails project where I want to allow users to create
I want to make a language selection dropdown in a site user edit/create page.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.