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 8158593
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T17:39:16+00:00 2026-06-06T17:39:16+00:00

My Index Controller: class IndexController < ApplicationController def index @posts = Post.find(:all, :limit =>

  • 0

My Index Controller:

class IndexController < ApplicationController
    def index
        @posts = Post.find(:all, :limit => 10,
                            :joins => "LEFT JOIN `users` ON users.user_id = posts.user_id",
                            :select => "posts.*, users.username",
                            :order => "posts.created_at DESC")
    end
end

How can i access the users.username from the view?

I tried

<% @posts.each do |post| %>
    <%= post.username %>
<% end %>

but it doesn’t seem to work since i get a blank message…

EDIT:

i had to use the following code in the LEFT JOIN:

:joins => "LEFT JOIN `users` ON posts.user_id = users.id",
  • 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-06-06T17:39:18+00:00Added an answer on June 6, 2026 at 5:39 pm

    i had to use the following code in the LEFT JOIN:

    :joins => "LEFT JOIN `users` ON posts.user_id = users.id",
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is my tiny Rails3 controller: class HomeController < ApplicationController def index HomeController.delay.do_stuff end
I have this controller: class SchedulesController post, :except => :index def index #Schedules.create(:id =>
I want to sum columns. In my controller def index @performance_reports = PerformanceReport.all end
I have a model: class Scr < ActiveRecord::Base def self.find_scrs find(:all, :order => id)
Consider the following controller: package test class FirstController { def index = { chain(controller:second,
I have this controller: public class StandingsController : Controller { public ViewResult Index(int id)
public class HomeController : Controller { public ActionResult Index() { Task<string> t = DownloadStringTaskAsync(new
<?php class Email extends Controller { function Email() { parent::Controller(); $this->load->library('email'); } function index()
I have a controller file with the two actions i.e : class IndexController extends
This is my first approach to Zend.Having this index action: class IndexController extends Zend_Controller_Action

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.