similar to: Streamlined - Navigation Menu

Displaying 20 results from an estimated 10000 matches similar to: "Streamlined - Navigation Menu"

2006 Jun 26
3
Streamlined
I was looking at Justin Gehtland''s blog. There are instructions on getting started with Streamlined, however gems returned an error that streamlined was not in the repository. I guess Justin is putting the preparations down ? Stuart
2012 Jan 01
0
an advice for menu navigation.
I''m using simple-navigation but I want try other solutions, for example with jquery. What do you use for navigation menus with one or more levels? -- 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
2011 Nov 15
3
create e menu for navigation.
Do you know if there is a gem for creating menu navigations? I''ve tried simple_navigation but it''s too simple. I like menu navigation of active_admin gem but I don''t know how to create it. -- 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
2007 Oct 07
1
Streamlined/ActiveScaffold don't support has_many :through?
All, I hear tell that neither Streamlined nor ActiveScaffold support the use of has_many :through relationships in the sense that HM:T relationships will effectively be read-only in those frameworks. Does anyone know why this is? I assume that it has something to do with the way that the relationships are introspected on? Thanks, Wes -- Posted via http://www.ruby-forum.com/.
2006 Aug 01
1
Newbie help re: "dynamic" navigation menu
Hi I am trying to get my head around how you would "efficiently" do a left-hand navigation menu structure derived from various database table entries. Example is loosely based on AWDwR''s depot app. Say you wanted to instead to have the left-hand nav links show the following: Books book title 1 book title 2 ... CDs CD title 1 CD title 2 ... with
2005 Dec 15
6
Navigation menu
I have a navigation menu that contains a link per controller in my application. This menu is the same for all controllers, but I want this behaviour: <a>Users</a> <span>Statistics</span> and <span>Users</span> <a>Statistics</a> depending on the page you''re currently on. I''ve put a <render :partial =>
2007 Feb 21
4
Scaffolding plugins that support relationships. . .?
Hi All, I''m looking for a quality scaffolding plugin. So far I''ve discovered DryScaffolding and Streamlined. DryScaffolding doesn''t truly support Rails 1.2.2 so I dropped that. Streamlined works, but is full of quirks (e.g. many-to-many relationships not cascade updating correctly, etc). Can anyone suggest a quality scaffolding plugin/ generator/framework that
2009 Dec 23
3
Help with Navigation
I''m currently using CSS to style my navigational menu. I also have jquery at my disposal. The basic structure is like this: <div id="nav"> <div class="inner-container"> <div id="wrap"> <div class="inner"> <h2> <span class="h-ico
2013 Aug 29
2
Automatic boot menu?
On Thu, 2013-08-29 at 06:14 -0700, H. Peter Anvin wrote: > One of the main reasons for the code restructuring into ELF libraries is > that we should be able to set up configurations in memory. There are > two ways we could do that... either by manipulating the menu data > structures and just making them persistent, or by introducing a concept > of "in-memory files" which
2013 Jul 04
1
simple-navigation items from database
Hello, i would like to ask how can i generate menu items from database using simple-navigation ? i was looking in documentation https://github.com/andi/simple-navigation/wiki/Dynamic-Navigation-Items but i dont get it. i have default config/navigation.rb SimpleNavigation::Configuration.run do |navigation| ... end and i have database categories id category_id name how can i generate a
2015 Nov 05
0
navigation mode(s) in rgl
On 04/11/2015 6:56 PM, Michael Sumner wrote: > Hello, I've CCd' Duncan Murdoch as the rgl maintainer, but I'm also keen to > hear from the broader community of any insights. > > In rgl my understanding is that there's only one rotation-navigation mode, > where you left-click hold and the view pivots abound the centre of the > scene. That's not quite true:
2004 Jul 13
1
Re: Applications of TDMoE "critch"
Juan, I dont see people here with "attitude" or any need to shut down this list as you suggested. Contrary to your experience, I find people to be quite helpful here. Steven's comment "Start here and then ask a real question" is definitely not arrogant IMHO. He is just trying to knock some etiquette on Luan. Besides, he did give him all the answer Luan was looking for.
2006 Aug 03
2
calculating average ratings and other imponderables
Okay, this *should* be easy, but it isn''t, although I reserve the right to smack myself upside the head if it is: Assume that a smart has_many ratings, and a rating belongs_to a smart (the models are fine). Each rating has a column smart_id. Each smart, then, has many ratings, with a column called "rating" that is an int (1-10). I want to find, say, the ten smarts with
2006 Jan 04
2
Navigation Helper
I am attempting to integrate a main navigation section into my web application. Naturally the easiest and DRY way to do this would be to either include it in a layout, or as a partial. The only problem is that I want the link for the current page to have its own css id ("current"). The only way I can think to accomplish this is to just include the navigation in every page, but this is
2006 Jul 24
1
Tabnav Plugin: Tabbed navigation made easy
Hi guys, this is just to let you know I''ve just released a rails plugin that lets you build tabbed navigation very easily and quickly. you can check it out here: http://blog.seesaw.it/articles/2006/07/23/the-easiest-way-to-add-tabbed-navigation-to-your-rails-app I''m posting this via ruby-forum so if you have questions or suggestion please drop me an email at staff@seesaw.it
2013 Aug 29
3
Automatic boot menu?
"H. Peter Anvin" <hpa at zytor.com> writes: > On 08/22/2013 10:20 AM, Ferenc Wagner wrote: > >> Now that Syslinux has ls.c32 and lua.c32, it should be possible to build >> a customizable boot menu in the bootloader itself, instead of generating >> it beforehand by hooking into the kernel installation/removal process. >> Sure that would not work over
2015 Nov 04
2
navigation mode(s) in rgl
Hello, I've CCd' Duncan Murdoch as the rgl maintainer, but I'm also keen to hear from the broader community of any insights. In rgl my understanding is that there's only one rotation-navigation mode, where you left-click hold and the view pivots abound the centre of the scene. In other tools, including Google Earth, that is the default behaviour but there's also a
2006 Apr 21
0
navigation
Hi, Im looking to add some navigation to a template, will most likely need to use a database to define primary navigation bar and secondary bar. Has anyone got any pointers of where to start with this? Is there a module already developed that I can install? Or has anyone got any useful links? Thanks Scott -- Posted via http://www.ruby-forum.com/.
2006 Mar 30
0
Page navigation using named routes (need your help)
Hello, I want to use named routes to create page navigation. For instance I have these named routes: map.homepage ''/'', ... map.links ''/links'', ... map.catalog ''/products/catalog/'', ... map.catalog2 ''/catalog/:year/'', ... And then have a map which defines navigation on the basis of the named routes (just for imagination):
2006 Apr 20
2
previous|next navigation question
When creating "< previous|next >"-type navigation to browse through records from a list of search results, what is the most efficient (best practices-) way to determine what the previous and next records are for a given record? Should I store the search results array and the position (index) of the current record in the session? Or restore the results array each time (running