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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T15:55:32+00:00 2026-06-03T15:55:32+00:00

I have an interests table that only has a :name attribute. I’m trying to

  • 0

I have an interests table that only has a :name attribute.

I’m trying to seed (via seed.rb) the following array so that they all display in my form (checkbox)… How would I do that?

Is there a better way than storing this in seed.rb?

[ "Adventure Sports", "Arts and Crafts", "Beauty/Hair", 
  "Books", "Dining Out", "Fine Art", "Fine Jewelry", 
  "Gardening", "Golf" ]
  • 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-03T15:55:34+00:00Added an answer on June 3, 2026 at 3:55 pm

    If you want to put it into your seed.rb, you create them like you would elsewhere, e.g.

    [ "Adventure Sports", "Arts and Crafts"].each do |interest|
      Interest.create!({:name => interest})
    end
    

    Alternatively, you could store them in your Model as a constant and use that in your form.

    class Interest < ActiveRecord::Base
      INTERESTS = [ "Adventure Sports", "Arts and Crafts" ]
    end
    

    And then in your form e.g.:

    f.select Interest::INTERESTS
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have follwing JSON: {mykey:[{name:Jak,interests:movies}]} and following opensocial app code: <script type=text/os-template require=mykey> <ul>
I have a table that has a blob column representing a file. I'd like
I have created a table that has a strongly type XML column in SQL2008
I have the following tables in Oracle 11g: Table A SITE_ID SITE_NAME VECTOR .........MANY
My situation is this: We have a superclass, MyAbstractEntity @Entity @Table(name = MyTable) @Inheritance(strategy
The entity has the following annotations on the id column: @Id @SequenceGenerator(name = JOB_MISFIRE_ID_GENERATOR,
I have an INSERT statement that looks like this: INSERT INTO officer (officer_number, name,
I'm trying to connect the values of two join tables that I have and
I'm trying to solve a dilemna that has been nagging me for the last
My problem is that I have to create a procedure that has to check

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.