Thanks that did indeed fix it. I posted the trace you wanted in another thread
Oh and yes the update to git did fix the issue with the images not showing, the issues I opened on github are still valid however but not critical. On Wednesday, October 10, 2012 11:19:24 AM UTC-4, Bryan Larsen wrote: > > I just pushed a fix for that to hobo/will_paginate. It's not > complete, but it should get you and Arve running for now. > > Bryan > > > On Wed, Oct 10, 2012 at 11:11 AM, Bob Sleys <[email protected]<javascript:>> > wrote: > > Ok added the issue to github, hope that is where you wanted them > > > > As for updating the gems from github I'm getting the following error. > > > > Bundler could not find compatible versions for gem "will_paginate": > > In Gemfile: > > hobo_bootstrap (>= 0) ruby depends on > > will_paginate (>= 3.0.3) ruby > > > > hobo (>= 0) ruby depends on > > will_paginate (3.0.3.hobo) > > > > Looks like we have a version catch 22 going on. Note my gem file has > the > > following > > > > gem "hobo", :git => "git://github.com/Hobo/hobo.git", :branch => > "master" > > gem "will_paginate", :git => "git://github.com/Hobo/will_paginate.git", > > :branch => "master" > > gem "hobo_bootstrap", :git => "git://github.com/Hobo/hobo_bootstrap.git", > > > :branch => "master" > > > > > > On Wednesday, October 10, 2012 10:24:57 AM UTC-4, Bryan Larsen wrote: > >> > >> On Wed, Oct 10, 2012 at 9:17 AM, Bob Sleys <[email protected]> wrote: > >> > Sorry I was refering to the edit/delete action buttons in the table > on > >> > index > >> > page. They ones I referring to can be seen in the first image at > >> > http://cookbook.hobocentral.net/api_plugins/hobo_bootstrap the edit > and > >> > delete buttons in the actions column. > >> > > >> > The first issue I noticed is the button images arn't showing up for > me. > >> > The > >> > buttons are there, ie I can click in the right spot to activate them > >> > it's > >> > just I don't see the actual images. > >> > >> Have you tried updating hobo_bootstrap? I know that Ignacio has > >> recently fixed one issue related to icons. > >> > >> > > >> > The second is if a user has update but not delete both buttons are > still > >> > there. The delete button will fail after the popup message so just a > >> > little > >> > confusing, but not a security issue. > >> > >> OK, please raise an issue on hobo_bootstrap. > >> > >> > > >> > On last thing it would be nice if the popup dialog for the delete > button > >> > refereed to the record being deleted somehow. Perhaps just included > the > >> > name field in the message. The would help the user know they clicked > on > >> > the > >> > right row to be deleted. > >> > >> Raise an issue for this on hobo itself. It would also have to be > >> fixed in bootstrap, but it's best to do it in Hobo first and then > >> propagate it. > >> > >> Bryan > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "Hobo Users" group. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/hobousers/-/lhgYTdTPQC0J. > > > > To post to this group, send email to [email protected]<javascript:>. > > > To unsubscribe from this group, send email to > > [email protected] <javascript:>. > > For more options, visit this group at > > http://groups.google.com/group/hobousers?hl=en. > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/CNOoHWddB8UJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
