search for: gberz3

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

Did you mean: gberry
2007 Feb 21
4
Scaffolding plugins that support relationships. . .?
Hi All, I''m looking for a quality scaffolding plugin. So far I''ve discovered DryScaffolding and Streamlined. DryScaffolding doesn''t truly support Rails 1.2.2 so I dropped that. Streamlined works, but is full of quirks (e.g. many-to-many relationships not cascade updating correctly, etc). Can anyone suggest a quality scaffolding plugin/ generator/framework that
2009 Jun 09
2
ActiveRecord subclass with manual DB connection can’t directly access column variables.
Hi All, I''m having a slight issue with one of my Rails models. It''s nothing I can''t work around (as I''ve already done so), but I''m interested in the actual issue. Basically, I have an ActiveRecord-based class named "Events" that I''ve connected to a remote database using "establish_connection". It all works fine and I can
2008 Jun 12
1
How do you reconcile foreign keys for forms?
Hi all, I''m looking to resolve foreign keys for forms -- similar to the way "streamlined" does it. Although the actual value stored in an object is the foreign key integer, I''d like the actual name of the item displayed. I''m *sure* it''s easy. Thoughts? Regards. --~--~---------~--~----~------------~-------~--~----~ You received this message because
2009 Feb 25
0
Lockdown: Understanding "nil_lockdown_values"...?
Hi All, I''m having a bit of trouble wrapping my head around "nil_lockdown_values" in the Lockdown plugin. I''m unfamiliar with how exactly this works. I''m assuming it is a helper method of sorts, but I see no definition. Does Rails simply have the ability to nil_ [somerandomliborclass]_values? Would someone mind unconfusing me? Also, where would I find