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

  • SEARCH
  • Home
  • 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 1053819
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:18:41+00:00 2026-05-16T17:18:41+00:00

You can take a look at the app I’m referring to at: http://github.com/585connor/QA So,

  • 0

You can take a look at the app I’m referring to at:
http://github.com/585connor/QA

So, I’ve built this question & answer app… kind of. I can get the
answers to be listed on their respective questions but I cannot figure
out how to get the user info to be displayed on those questions/answers.
For example I’d like to put the username next to each answer and the
username next to each question. Also, when viewing the show action of
the users controller, I’d like to be able to see a list of that
particular user’s questions and answers.

There are three tables: questions, answers and users. Can you take a
look at the github repository and try to point me in the right direction
for what steps I should take/concepts I should learn in order to achieve
what I’m trying to do?

  • 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-16T17:18:42+00:00Added an answer on May 16, 2026 at 5:18 pm

    Becase you have a

    belongs_to :user
    

    in your question and answer model, you can access the associated user-model by calling .user on a question or answer object:

    # controller
    @question = Question.find :first
    
    # view
    <%= @question.user.name %>
    

    Accessing the user’s questions and answers is similar:

    # controller
    @user = User.find :first
    
    # view
    <% @user.questions.each do |question| %>
      <%= question.title %>
    <% end %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

From my iPhone app I insert some data in my sqlite database that include
I am creating a simple web app for TFS2008, so I am using the
I'm about to create an App. It should have 3 main pages. So I
I'm working with a C# sample application (taken from here : http://www.piccoder.co.uk/content/view/42/26/1/4/ ) The
I have an application that sits in the status bar on the Mac. It
I am currently struggling to identify where the bottleneck is in an enterprise web
I am working on a C++ project which has a huge code base and
I'm working on a site that is using Facebook Connect and recently made some
I am in a team developing a web-based university portal, which will be based
I'm trying to implement a plug-in like application. I know there are already several

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.