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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:33:28+00:00 2026-05-31T11:33:28+00:00

I have this model attributes : class CreateRoles < ActiveRecord::Migration # create role model

  • 0

I have this model attributes :

class CreateRoles < ActiveRecord::Migration
  # create role model with relation to users and projects
  def change
    create_table :roles do |t|
      t.references :user
      t.references :project
      t.boolean    :senior_author    , :default => 0
      t.boolean    :first_author     , :default => 0
      t.boolean    :author           , :default => 0
      t.boolean    :bio_informatician, :default => 0
    end
  end
end

My form is :

form do |f|
  f.inputs "Details" do # Project's fields
    f.input :title
    f.input :code
  end

  f.has_many :roles do |app_f|
    app_f.inputs do
      if !app_f.object.nil?
        app_f.input :_destroy, :as => :boolean, :label => "Effacer"
      end

      app_f.input :user, :include_blank => false, :label_method => :to_label 
      #app_f.input :senior_author
      #app_f.input :first_author
      #app_f.input :author
      #app_f.input :bio_informatician
    end
  end
  f.buttons
end

How can I make a collection () or a radio button of the four last app_f.input ?

  • 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-31T11:33:29+00:00Added an answer on May 31, 2026 at 11:33 am

    You can use collection attribute

    f.input :user, collection: User.all.map{|u| [u.name, u.id]}
    

    I don’t know if this will help you, but I think is very stranger the formtastic don’t make a selection with records.

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

Sidebar

Related Questions

I have this code in my every model. Class people def before_validation @attributes.each do
I have this Pin Model: class Pin < ActiveRecord::Base belongs_to :user belongs_to :image accepts_nested_attributes_for
I have this code in my user model: class User < ActiveRecord::Base attr_accessible :email,
I have this model in django: class JournalsGeneral(models.Model): jid = models.AutoField(primary_key=True) code = models.CharField(Code,
I have this setup in my models: class Author(models.Model): name = models.CharField(max_length=100) class Topic(models.Model):
What I have is a model which has one of it's attributes dynamic. This
I have the following models: class Product < ActiveRecord::Base belongs_to :brand belongs_to :model accepts_nested_attributes_for
ActiveRecord objects of the class 'Location' (representing the db-table Locations) have the attributes 'url',
I have this attribute in my view model: [CustomRequired, EmailRegex] [Display(Name = KeepInformedPersonMail, ResourceType
I have this model var Item = Backbone.Model.extend({ url: 'http://localhost/InterprisePOS/Product/loaditembycategory/Event Materials' }); var onSuccess

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.