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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T05:53:57+00:00 2026-05-31T05:53:57+00:00

I want to populate the database by sample data, and for some reason, I

  • 0

I want to populate the database by sample data, and for some reason, I also want to simulate created_at.
This is my seeds.rb:

9.downto(1) do |i|
  product = Product.new(price: 99.99)
  product.created_at = i.days.ago,
  product.save!
end

In the database, the result of rake db:seed looks like,

---- 2012-03-03 16:50:30.316886000 Z- 1

when I need

2012-03-03 16:50:30.316886000 Z- 1

How to avoid these ---- symbols in the result?

(db: sqlite3)

update:
I just found that when I use product.created_at = i.days.ago,
in callback (before_save) created_at is Array: [date_value, 1]. So I can use

before_save { self.created_at = self.created_at[0] }

and then, value in database will be right (without ----), but using callbacks doesn’t seem like a good way.

  • 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-31T05:53:59+00:00Added an answer on May 31, 2026 at 5:53 am

    The problem is this line:

    product.created_at = i.days.ago,
    

    You need to get rid of the trailing comma, that’s why you’re ending up with an array for created_at. Fix that and you can get rid of the before_save callback.

    Edit: The reason you are getting the --- in there is because whatever ORM you are using is trying to serialize the Array and it’s turning it into YAML.

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

Sidebar

Related Questions

Hi I want a sample that does following: Database <-> Data Access + Cache
I'm creating this form with checkboxes that I want to populate from a database.
I want to populate database with Cyrillic text namespace :db do task :populate =>
<select name="select"> </select> I want to populate the above tag with values from database.
I want an adaptable database scheme. But still use a simple table data gateway
I have a movie database where I need to populate with data so it
I'm building up a new database in SQL Server 2008 for some reporting, and
I have some data I load into the database the first time a user
I want to populate GridView below with images: <asp:GridView ID=GrdDynamic runat=server AutoGenerateColumns=False> <Columns> </Columns>
I want to populate a table, defined in layout xml file through the programmatic

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.