search for: boss_view

Displaying 2 results from an estimated 2 matches for "boss_view".

2006 Feb 01
2
How do you display nested elements in their hierarchy?
Hello; I''d like some pointers on how to display nested items in their hierarchy. I''m developing a project that uses habtm (as opposed to "acts as tree"). I can interact with the elements using "parent", "child" etc. fine. I just can''t figure out how to make the elements *display* in their relationships. For example, if Ruby on Rails is
2006 Jan 31
13
Acts_as_authenticated
Hello I have been trying a number of security/login generators recently. My favourite so far is the Acts_as_authenticated. I like the fact that it is only billed as a starting point and doesn''t try to do everything. I would like to add security roles to it, so that some of my controller actions can only be used by an admin role. Has anybody implemented this using