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
  • 2 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

take look at this: http://www.templatemonster.com/demo/35403.html In this template you can click on the image
can someone take a look at this please http://jsfiddle.net/bloodygeese/ecscY/56/ it looks like I have
Take a look at this: http://thebekker.dk/_skole/GFeksamen/ You can see the 2nd menu item show
I am trying to integrate the code from this demo: http://code.google.com/p/gwt-spring-starter-app/ into my main
Take a look at this picture: you can see a post on my Facebook
I've been slowly porting my iOS App to Android so I can take my
How can I take a picture in my iPhone app without going through the
Take a look at this method: [textButton addTarget:self action:@selector(articleModalWillAppear:) forControlEvents:UIControlEventTouchDown]; When the button is
I am querying Google for lat/long points for a map view. This can take
Take a look at my code : <html> <head> <title>Profile App Example</title> <script type=text/javascript

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.