Hi I am learning rails & I am developing a blog site using it so i want to make a drop down menu which would have the title of the blog & on selecting that title i should be redirected to the show page of blog contents I have 2 models Blog: title has_many articles Artcile: name author date body belongs_to blog -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
atin wrote:> Hi > I am learning rails & I am developing a blog site using it so i want > to make a drop down menu which would have the title of the blog & on > selectingyou need javascript to handle event onselect that title i should be redirected to the show page of blog> contents > I have 2 models > Blog: > title > has_many articles > > Artcile: > name > author > date > body > belongs_to blogIf you want to do it using forms you must show some button to submit form data -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.