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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T02:42:39+00:00 2026-06-18T02:42:39+00:00

Dumb stackoverflow asks for more context… I open the index post page where I

  • 0

Dumb stackoverflow asks for more context… I open the index post page where I do (below) and for some weird reason an extra array appears beneath the actual texts. WHY?

<h1><%= @posts.each do |post| %></h1>
<p><%= post.content %></p>
<% end %>

POSTS CONTROLLER:

class PostsController < ApplicationController

  def index
    @posts = Post.find(:all, :order => "content")
  end

  def new 
    @post = Post.new
  end

  def create
      @post = Post.new(params[:post])
    end
  end

USER MODEL:

class Post < ActiveRecord::Base
  attr_accessible :content, :title
  belongs_to :user
end

Ayy ideas, I displays like this.

Yippi

[#<Post id: 1, title: "Hello", content: "Yippi", created_at: "2013-01-25 16:36:08", updated_at: "2013-01-25 16:36:08">]
  • 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-18T02:42:40+00:00Added an answer on June 18, 2026 at 2:42 am

    <h1><%= @posts.each do |post| %></h1> should read <h1><% @posts.each do |post| %></h1>

    when you are using <%= %>, it’s output will be in your erb file. If you were to type posts.each in your console, you would see that the return statement would pe the array of posts. You are outputting that array to your erb because you are using <%= instead of <%

    This post has little bit more info around ERB sytanx: What is the difference between <%, <%=, <%# and -%> in ERB in Rails?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

this is a dumb question but for some reason i can't figure it out
Possibly a dumb question, but I'm more used to Java and the likes and
I got some of this code from another stackoverflow answer of how to add
I encountered many sites including stackoverflow.com whose page source do not show META tags
Dumb question time: In the following request spec, I try to make sure that
Dumb question.. what logic does the database use to determine the result set if
Noob dumb question, no doubt -- but here it is: Trying to tutorialize myself
Maybe dumb question: I'm trying to realize a little server in Java with com.sun.net.httpserver
Sorry for the dumb question, but string handling in xsl 1.0 is not one
This may be a dumb question, I have tried googling but I am probably

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.