Re: [Rails] breadcrumbs

2015-11-26 Thread fugee ohu
Nevermind Colin, It was the same thing we did before with awesome_nested_set The breadcrumbs gem wasn't needed at all I've got them displayed at the top of every page with no delimiter but they're underlined it looks good like that On Thursday, November 26, 2015 at 5:10:39 PM UTC-5, Colin Law w

Re: [Rails] breadcrumbs

2015-11-26 Thread fugee ohu
> I must say you have a great propensity for asking questions without > providing anything like enough information. I presume you are using a > breadcrumb gem but you have not told us which one. Also which docs > are you referring to? > >I guess this has to be integrated with awesome_ne

Re: [Rails] breadcrumbs

2015-11-26 Thread fugee ohu
> I must say you have a great propensity for asking questions without > providing anything like enough information. I presume you are using a > breadcrumb gem but you have not told us which one. Also which docs > are you referring to? > > Colin > gem 'breadcrumbs_on_rails' docs https://

Re: [Rails] breadcrumbs

2015-11-26 Thread Colin Law
On 26 November 2015 at 21:50, fugee ohu wrote: > It says in the docs that i should put an add_breadcrumb line in my > controller for each page i wanna add to the stack and then just render > breadcrumbs in my view but when i do that it prints the whole stack, > whatever's in the controller, in tha

[Rails] breadcrumbs

2015-11-26 Thread fugee ohu
It says in the docs that i should put an add_breadcrumb line in my controller for each page i wanna add to the stack and then just render breadcrumbs in my view but when i do that it prints the whole stack, whatever's in the controller, in that order, regardless of the page i'm on -- You rece

[Rails] breadcrumbs and url

2012-01-20 Thread Annapoorna R
Hello, How to generate urls based on navigation of breadcrumbs , Iam using rails3.0.9 ruby 1.8.7 for breadcrumbs acts_as_tree plugin and nifty_generators gem breadcrumbs are created for zone nested table that has country, zone, region. i got a breadcrumb supply_type >> country >> region >> city