Formtastic is a Rails form builder plugin with semantically rich and accessible markup.
0
votes
1answer
11 views
How to differentiate multiple, identical form submissions based on their parent object in the view
I'm building a rails view that has lots of nested objects. Each system has a subsystem, so I'm displaying a list of subsystems underneath each system. I also want a little form bellow each system to ...
0
votes
0answers
17 views
formtastic errors with remote true
When i use :remote => true formtastic does not autoclear the form after successful submission
also if i use a remote form for updating the data as shown in the following code , the form is always ...
0
votes
1answer
16 views
polymorphic association with formtastic and mongo
I'm trying to create a relationship between two models in rails.
I have a Product and an Offer where an Offer belongs to a Product.
class Product
include Mongoid::Document
include ...
0
votes
1answer
11 views
Formtastic form doesn't recognize text area added with javascript
I have a form which I'm dynamically adding textareas. The form comes this way:
<%= semantic_form_for :requisito, :url => update_requisitos_tramites_path, :html =>{ :id => "form_edit_req" ...
2
votes
1answer
69 views
Using HABTM or Has_many through with Active Admin
I've read quite a few of the posts on using active admin with has_many through association but I'm not getting the desired results. Essentially I have 2 models "Conferences" & "Accounts". I need ...
0
votes
1answer
15 views
Rails 3 Formtastic form not rendering
Here is my form view code:
<div class="row">
<%= semantic_form_for @new_athlete_sport, :remote => true, :html => { :class => "new_sport", :"data-type" => 'json', :id => '' } ...
0
votes
0answers
35 views
Rails 3.2 application helper method called twice before rendering response
I have an application helper method to apply active class to my menu item. Here is the method:-
def menu_link(link_text, link_path= nil)
class_name = (current_page?(link_path) && ...
0
votes
1answer
24 views
Regex put in via formtastic gets altered (maybe by the controller) before it's put into Mongoid
I have a form where I put in hashes with regular expression values. My problem is that they gets messed up when travelling from my view, through my controller and into MongoDB with Mongoid. How do I ...
0
votes
0answers
17 views
How to disable certain check_boxes when using Formtastic's :as => :check_boxes
<%= semantic_form_for [:admin, @admin] do |f| %>
<%= f.inputs do %>
<%= f.input :name %>
<%= f.input :email, :as => :email %>
<%= f.input ...
0
votes
0answers
14 views
Formatastic: show date field as unchecked check box if nil
I am working with a legacy database. Many of the tables have an "Inactive" field of type datetime that is NULL (nil) if the record is active and contains a datetime if it is inactive, the datetime ...
0
votes
1answer
36 views
Converting Simple form Data attribute to Formtastic
I have a simple form which uses jquery-tokeninput as shown in the code below (http://loopj.com/jquery-tokeninput/, https://github.com/loopj/jquery-tokeninput). Can I convert the form to use formtastic ...
0
votes
1answer
26 views
How to get the input value on Formtastic's hint?
I have a Formtastic form and would like it to display a link in the hint if there's one.
f.input :link, hint: 'link here'
0
votes
0answers
28 views
Unknown attributes site_site_option_ids in deeply nested form
Getting error: "unknown attribute: site_site_option_ids" when submitting the edit book form. Due to the complex nature of the association and a join table with extra fields, a simple formtastic input ...
0
votes
0answers
23 views
ActiveAdmin and has_and_belongs_to_many with big data
I have Item and Provider models which has HABTM relationship. The problem is, that there are a lot (tons!) if items in database and default form element to select item (multiple select box) it's not a ...
0
votes
0answers
25 views
Create drop down list for adding data which has not been added rails
I have Inventory::Item and Company models in rails which has many to many relationship as shown below:
class Inventory::Item < ActiveRecord::Base
has_and_belongs_to_many :companies
...
0
votes
0answers
76 views
Rails/Active Admin/Formtastic - Dropdown cleared on fail validation?
When I select a option from a dropdown on the new/edit view and submit the form to the create/update action, if another field within the same form fails the validation process when the view is ...
0
votes
1answer
70 views
How to create an item in a deeply nested form in activeadmin/formtastic
I've been stuck for some time on how to create a deeply nested form using formtastic in ActiveAdmin. Here's a sample of my model structure:
class Herb < ActiveRecord::Base
has_one :medicinal
...
1
vote
2answers
56 views
Rails collapse nested form
Does anyone have any idea/resources for how to create a form in Rails that can use either bootstraps "Collapse" or Jqueries "Accordion" functionality? Basically, I have a huge form with many nested ...
0
votes
0answers
29 views
formtastic formating error
We use some self written validations for our applications. These dont use one of the already translated ones like 'empty' or 'invalid'. They are formated by the default way %{attribute} %{message}
...
0
votes
0answers
23 views
Formtastic submission for has_and_belongs_to_many fails
I'm having a problem submitting has_and_belongs_to_many objects in a formtastic form.
The setup is that a User has to create an account. The User belongs to a customer, and the customer has ...
0
votes
1answer
96 views
ActiveAdmin / Formtastic Has Many Through with field
I have Users and Groups.
Users has_many :groups, :through => Membership
Groups has_many :users, :through => Membership
Good so far. Membership now has a boolean field, manager.
Users can be ...
3
votes
2answers
182 views
Mass-assignment not allowed with ActiveAdmin form
I'm new on a project and trying to add a feature to a system that already has a bunch of moving parts, most of which I don't believe are at all related to the functionality I'm trying to add.
I want ...
1
vote
1answer
76 views
Active Admin create form in register_page
Using ActiveAdmin (0.5.1) I would like to make multiple different forms for creating an object and saving it to my database. I'm trying to do this by using ActiveAdmin.register_page, but I'm running ...
0
votes
1answer
92 views
active admin / formtastic , add all inputs in a single block
A report, has_many answers, and an answer belongs_to report. The nested form is displayed and works, but for the 5 answers I have
Add Answer
Answer __
Add Answer
Answer __
[next 3]
How can i ...
1
vote
0answers
63 views
Formtastic nested_form with only one “add new image” upload button
I have a Project model:
class Project < ActiveRecord::Base
attr_accessible :active, :address, :date_begun, :date_ended, :description, :name, :url, :organization_id, :invisible, :zone, ...
0
votes
1answer
85 views
Using formtastic how to wrap label output in custom class?
Right now I am outputting 3 radio buttons with formtastic.
<label for="exercise_log_entries_attributes_0_difficulty_medium">
<input checked="checked" class="custom radio" ...
0
votes
1answer
164 views
Ruby, Paperclip, Formtastic, ActiveAdmin and images
How do I create a form in Paperclip, ActiveAdmin, and Formtastic? The image is not part of the model, but part of a sub-model.
I tried:
form :html => {:multipart => true} do |f|
f.inputs ...
0
votes
1answer
42 views
Formtastic Number format decimal
I'm trying
<%= f.input :provvigioni, :as => :number, :input_html => {:value => number_with_precision(f.object.provvigioni, precision: 2)} %>
Why edit have scrollbar????? I use ...
0
votes
0answers
41 views
RESOLVED Don't save record after install sorcery or formtastic
i try to rails console for me table object but when i install sorcery or formtastic (i don't know) my record don't save.
Model
class Depositi < ActiveRecord::Base
attr_accessible :code, ...
0
votes
1answer
53 views
simple forms website on RoR- let the user go to a customized link which he can share that shows what he just inputted
I'm a pretty big RoR novice but I've had a lot of problems with finding out even where to begin.
I'm looking for any tutorials or examples of apps that lets a user fill out a simple form in ruby, ...
0
votes
1answer
72 views
Activeadmin: Setting the default prompt for all select fields
I have a two select fields and their default options are blank so I would like to set all of them to 'Choose one'. I can do it for individual fields but I want to do it in the config somehow (avoiding ...
1
vote
0answers
22 views
As boolean on dynamic field
I have a serialized field that I am using to store some dynamic values for an object. I am accessing the values using method_missing as they can be different for every object. Everything is working ...
0
votes
1answer
82 views
Cascading dropdown using MySQL database, Formtastic and Active Admin
I have managed to create a drop-down that is filled from the service model. The service model is managed from a MySQL table. I used this code:
f.input :service, :as => :select #<-- :as not ...
0
votes
1answer
36 views
Trouble rendering associations with formtastic
I'm build a page to manage a set of resources, and some of these resources have an association with "Effect" records. I'm trying to make it so I can have one form template handle the presence of the ...
0
votes
1answer
194 views
Ruby on Rails + Formtastic: Not checking checkboxes for multiple checked answers
EDIT: Solution at bottom and selected answer.
I've been working with Formtastic for a while and for the most part like how it simplifies form creation. Unfortunately, I've run into a snag with ...
0
votes
2answers
83 views
Select menu for type field and map integers to text in rails
[I'm new to rails, and I hope it's not a silly question, seen a similar question but it's for PHP and doesn't help in my case]
To explain my problem, I'm using a analogy to users here. Lets say I ...
1
vote
1answer
132 views
Create method for nested resource with protected ID attribute
I’m following the (now slightly outdated) Meet Rails 3 tutorial from PeepCode, and am having trouble getting a couple of the tutorial’s suggestions to work together with Rails 3.2.
The tutorial has ...
0
votes
1answer
55 views
semantic_form text clears on click from textbox in edit form
I am using gem 'formtastic', '2.1'
my model:
employee.rb
class Employee < ActiveRecord::Base
attr_accessible :name, :designation, :about
end
my view(edit.html.erb)
<%= semantic_form_for ...
0
votes
0answers
125 views
Semantic form is only partially output in view with polymorphic association
I have a group table that can be tagged with many topics.
This tagging happens through a tag model set as a polymorphic association.
I'm trying to list all related tags in the active admin show page ...
1
vote
1answer
82 views
Make semantic_errors render the exact error-message
I have a model Camping which has_many Images. At least one image is required on Camping:
class Camping < ActiveRecord::Base
attr_accessible :images_attributes
has_many :images
...
0
votes
0answers
61 views
Formtastic :destroy action as a button
I want to add delete button in actions. but all it does is js goback. I tried <%= f.actions %> didn't show the delete button. below is my effort to add it manually.
<% if can? :update, ...
0
votes
1answer
211 views
Client_side_validations gem with formtastic in jquery modal view not working
I'm trying to get the client_side_validations gem to validate my form in a jquery modal view, but the validations aren't occurring (at least insofar as the errors aren't appearing inline).
I'm using ...
0
votes
1answer
66 views
rails formtastic more complex associations
so I have the following models:
Country
City
Company
CompanyOffice
The connections are like this:
Company -1:n-> CompanyOffice -> City -> Country
So now I have a formtastic form for the Company ...
1
vote
1answer
103 views
How to data bind a field in formtastic page for knockoutjs
Im trying to implement knockoutjs in my formtastic page. How can i bind data to a scaffold edformtastic erb page.
This is how i tried it. But didn't work
<%= f.input :name, ...
0
votes
0answers
55 views
Can formtastic output an input tag that is determined at runtime?
I am trying to write an app that has the following models:
DataType: this will have values like "Text", "Textarea", "Date", and "DateTime" and so forth.
CustomField: This will primarily have a field ...
0
votes
0answers
76 views
Rails: edit parent attribute in child form
I am attempting to edit a parent attribute in a form for the child. In my example, a Project has many Steps:
#app/models/project.rb
class Step < ActiveRecord::Base
attr_accessible ...
1
vote
0answers
44 views
How to create a jeditable form using formtastic?
I want to create a jeditable form using formtastic in rails3
I have created a model student with name attribute through scaffolding.
_form.html.erb
<%= semantic_form_for @student do |f| %>
...
0
votes
1answer
112 views
Multiple submit actions with formtastic
I'm trying to setup a formtastic form with multiple submit actions, following along with Railscast #38. What's the equivalent of this in Formtastic?
<%= submit_tag 'Create' %>
<%= submit_tag ...
1
vote
3answers
79 views
Memory (hex) address being returned instead of value in Rails
I'm definitely a bit of a noob, so this might be something simple that I'm overlooking, however, the searches that I've done to try and find a solution have come up empty.
I've built a form using ...
0
votes
2answers
107 views
Ajax : data retrieving in rails3 + formtastic
I have successfully tried ajax saving in my sample formtastic with ajax form.
The new value is added to the database. But the the problem is in retrieving the list from the database as soon as i ...

