Do we have a Menu and Sitemap Component for RoR? -- 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 -~----------~----~----~----~------~----~------~--~---
If you mean "Component" as in a Rails feature, it''s my understanding that Components are deprecated and will be removed soon. If you mean "component" in the generic sense, I''ve seen most Menus done primarily thru CSS; easiest way to find out is to go look at some code. There are lots of free CSS/XHTML templates out there that are nicely done. Do a google search; or go look at http://www.minimalistic-design.net/. I''m not pushing their site; it''s just that I got one of their free templates and I am quite happy with it. HTH...jon On Apr 3, 10:21 am, Ken Awamura <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Do we have a Menu and Sitemap Component for RoR? > > -- > 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 -~----------~----~----~----~------~----~------~--~---
I think he''s interested in more of a tree structure that could be used to generate breadcrumbs, site maps, site menus automatically etc. Something that would setup an entire site in such a way that you could traverse the tree to find parents, children etc. I''m interested in this as well. If there is not already a solution it seems like you could put something together with acts_as_tree. Wes On Apr 4, 9:14 am, "JSeidel" <jsei...-SqBBwp4wwK4AvxtiuMwx3w@public.gmane.org> wrote:> If you mean "Component" as in a Rails feature, it''s my understanding > that Components are deprecated and will be removed soon. > > If you mean "component" in the generic sense, I''ve seen most Menus > done primarily thru CSS; easiest way to find out is to go look at some > code. There are lots of free CSS/XHTML templates out there that are > nicely done. Do a google search; or go look athttp://www.minimalistic-design.net/. > I''m not pushing their site; it''s just that I got one of their free > templates and I am quite happy with it. > > HTH...jon > > On Apr 3, 10:21 am, Ken Awamura <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > wrote: > > > Do we have a Menu and Sitemap Component for RoR? > > > -- > > 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 -~----------~----~----~----~------~----~------~--~---
More info on acts_as_tree here: http://wiki.rubyonrails.org/rails/pages/ActsAsTree On Apr 5, 10:50 am, "Wes" <wes.ratcl...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I think he''s interested in more of a tree structure that could be used > to generate breadcrumbs, site maps, site menus automatically etc. > Something that would setup an entire site in such a way that you could > traverse the tree to find parents, children etc. > > I''m interested in this as well. > > If there is not already a solution it seems like you could put > something together with acts_as_tree. > > Wes > > On Apr 4, 9:14 am, "JSeidel" <jsei...-SqBBwp4wwK4AvxtiuMwx3w@public.gmane.org> wrote: > > > If you mean "Component" as in a Rails feature, it''s my understanding > > that Components are deprecated and will be removed soon. > > > If you mean "component" in the generic sense, I''ve seen most Menus > > done primarily thru CSS; easiest way to find out is to go look at some > > code. There are lots of free CSS/XHTML templates out there that are > > nicely done. Do a google search; or go look athttp://www.minimalistic-design.net/. > > I''m not pushing their site; it''s just that I got one of their free > > templates and I am quite happy with it. > > > HTH...jon > > > On Apr 3, 10:21 am, Ken Awamura <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > wrote: > > > > Do we have a Menu and Sitemap Component for RoR? > > > > -- > > > 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 -~----------~----~----~----~------~----~------~--~---
hi Wes ... you´re right ... i´m primarily a .net developer and i use a Menu/Sitemap control which is auto-filtered by my Membership/Role provider ... this is .Net jargon ... but I was wondering whether the guys in rails have something similiar or not ... not that i couldn´t do it without any component ... i did it in the old asp days ... i just don´t want to re-invent the wheel ... -- 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---