search for: form_types

Displaying 4 results from an estimated 4 matches for "form_types".

Did you mean: form_type
2007 Aug 02
4
ActiveRecord Limitation (Advance)
Or is it ? Need to be able to :- @search = Form.find(:all, :include=>[:form_type, :form_type_items], :conditions=>....) I need in the Form model a :form_type_items, the question is, what is the relationship type? Current Models:- Form belongs_to :form_type FormType has_many :form_types has_many :form_type_items FormTypeItem Belongs_to :form_type Form ---------------- | id | ---------------- |form_type_id | ---------------- FormType ---------------- | id | ---------------- | name | ---------------- FormTypeItem ---------------- | id | --...
2006 Apr 22
1
How to save data with dynamic forms?
Hello, Imagine I have a form designer, which allow me to design a web form (at run-time). I don''t have any idea how to save the data in db (table ddl?), so I can easily list or search the data. I though of writing the hash directly from the form to db, but I think there must be better solution(s)? Any idea, articles or design pattern on the subject? Thank you all in advance, Dunnil
2005 Sep 15
1
Javascript object literals -- prototype clash?
I''ve been playing with some ideas in getting the server-side Rails code and client-side AJAX stuff working nicely together while still providing fallback for non-js viewers. I''m using Behaviour + prototype. I was experimenting with using an object literal to define forms that would be inserted into appropriate divs. Why not just write the forms on the server side and unhide
2014 Mar 18
0
XMPP issues in Asterisk 11.6.0 for distributed device states...
I have been working with distributed device states in Asterisk using XMPP attached to an OpenFire server. I have it working well across two servers and want to roll it out across every server in my company. All servers are Asterisk 11.6.0. I am running into a problem that seems like it should be a bit easier to solve than it is seeming to be. On the third server I am rolling into this