search for: jsorenson

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

Did you mean: sorenson
2006 Jan 08
8
I need untyped associations
I am in the process of trying to migrate to ROR from a home grown ORM, but one stumbling block is ActiveRecord''s typed associations and object ID assignment scheme. In the home grown system, I have a master table which *all* objects are packed into and a master associative table which holds *all* associations. This allows each object, regardless of type, to have a unique ID and thus it
2006 Apr 01
7
Any way around AssociationTypeMismatch?
I want to have popup menus and check boxes in my forms to let users select associated objects. In the form I''m working on, the object "belongs_to" another type of object which is selected from a popup menu. The id of the chosen object(s) for association is passed back in the parameter hash, but when rails creates a new object from this parameter hash, I get a
2006 Jan 08
22
Putting it all in one place with Schemas
I''m still relatively new to ROR, but I like what I see with the database-neutral approach of Schemas. In the spirit of keeping it simple and minimizing the number of files and location of information, does ActiveState currently allow me to go ahead and place other low level model information such as validation requirements and associations inside the schema rather than putting it in
2006 Aug 09
2
Problem with IE forms over SSL: rails + lighttpd
If I submit a form with lots of checkboxes using IE, rails, lighttpd (server on OSX Server, client on XP), then I get a "This page cannot be displayed" message from IE after some delay and nothing shows up in the rails or lighttpd logs. Cutting the number of checkboxes fixes the problem. Safari works fine. I''ve googled for anwers and apparently there is an upload problem