Plugins - Related select forms
Add to favoritesSee README file for more details.
http://code.google.com/p/dvisionfactory/
http://dvisionfactory.googlecode.com/svn/rails/plugins/related_select_forms/
LGPL
View Extensions
Add to favoritesSee README file for more details.
http://code.google.com/p/dvisionfactory/
http://dvisionfactory.googlecode.com/svn/rails/plugins/related_select_forms/
LGPL
View Extensions
Thanks for writing this plugin! I've made a small patch to include default select options for browsers with no javascript. With this patch, if you don't have JS enabled in your browser, you'll get a list of all the related options in the second select. Perhaps not perfect, but much better than nothing!
If you do have JS, then you get the expected behavior. The patch can be found here:
http://pastie.caboo.se/128549
Can't get the last revision from svn :-( any idea?
Fixed in the latest revision, the patch is not required anymore
This patch works with Rails Edge 6149:
http://pastie.caboo.se/40441
Now has more problems with edge rails because it used private load_helpers mechanism which has changed.
Still has problems with edge rails because of the change to value (value.blank? fails -- needs to be value(object).blank? -- I think)
SVN repository asks for password when accessing via SVN client. Cant download the plugin.