Hello, I am trying to use Streamlined[1] in various projects and I am finding a serious show-stopper: forms can't establish relationships. I mean, the form at create-time (and edit-time as well) doesn't have the inputs to establish the associations and the only way to do it is latter in the table. This makes it impossible for me to use because my models validate that the associations exists because they have to exist. I even have the relationship at SQL level, so, with Streamlined, there's no way I can create new records. Is there some way to solve this ? maybe by customizing the form (I am doing that already with ajaxscaffolding, so, that's ok with me). Any help is appreciated. Thanks you.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Scaffolding plugins that support relationships. . .? | 4 | 115 | February 23, 2007 | |
Streamlined/ActiveScaffold don't support has_many :through? | 0 | 107 | October 7, 2007 | |
has_and_belongs_to_many relationship in nested forms | 4 | 137 | March 26, 2009 | |
ActionBuilding a new association in a form | 2 | 122 | December 21, 2009 | |
Best practice for multiple models in one form | 13 | 209 | September 26, 2006 |