Hi all ! I''m a little bit lazy and I''m looking for a plugin or a generator that allows me to improve my views having in consideration the associations in the models (i.e. if I have a model called orders HM products then I would love when making a new order to have maybe a dropdown where i can select the products to include in the order) Has anyone seen anything like this??? Thanks & regards --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Fefo wrote:> Hi all ! > I''m a little bit lazy and I''m looking for a plugin or a generator that > allows me to improve my views having in consideration the associations > in the models (i.e. if I have a model called orders HM products then I > would love when making a new order to have maybe a dropdown where i > can select the products to include in the order) Has anyone seen > anything like this???http://activescaffold.com/ -- Josh Susser http://blog.hasmanythrough.com -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
http://activescaffold.com/ - It doesn''t work on firefox 1 or 2 On Mar 15, 6:37 am, Josh Susser <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Fefo wrote: > > Hi all ! > > I''m a little bit lazy and I''m looking for a plugin or a generator that > > allows me to improve my views having in consideration the associations > > in the models (i.e. if I have a model called orders HM products then I > > would love when making a new order to have maybe a dropdown where i > > can select the products to include in the order) Has anyone seen > > anything like this??? > > http://activescaffold.com/ > > -- > Josh Susserhttp://blog.hasmanythrough.com > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Daniello wrote:> http://activescaffold.com/ - It doesn''t work on firefox 1 or 2Try this then: http://code.trebex.net/auto-admin/ -- Michael Wang --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Michael Wang wrote:> Daniello wrote: >> http://activescaffold.com/ - It doesn''t work on firefox 1 or 2 > > Try this then: > > http://code.trebex.net/auto-admin/I forgot to mention that if you have trouble getting the plugin to load rename the directory in vendor/plugins to "auto_admin" (no quotes). I.e. replace the dash with an underscore. -- Michael Wang --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Mar 16, 4:14 pm, Michael Wang <rails-u...-JtyympAsP2K7zZZRDBGcUA@public.gmane.org> wrote:> Michael Wang wrote: > > Daniello wrote: > >>http://activescaffold.com/ - It doesn''t work on firefox 1 or 2 > > > Try this then: > > >http://code.trebex.net/auto-admin/ > > I forgot to mention that if you have trouble getting the plugin to load > rename the directory in vendor/plugins to "auto_admin" (no quotes). I.e. > replace the dash with an underscore. > > -- > Michael Wang>From the activescaffold.com website"Guaranteed to work on Firefox 1+, IE 6+ and Safari 2+" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---