Hello Tim, I upgraded sass-rails to 5.0.4 and that seemed to fix one of the big issues: li.dev-user-changer not populating with user names. It still appears behind the well and although a mouse-click brings down the dropdown, I can't click on a name, I have to use the up/down arrow keys and <enter>. But not a big deal for what I'm aiming for.
Since Stefan is not having issues and I am, it may be a gem issue on my end. Current gems I'm using are: gem 'rails', '4.0.9' gem 'sqlite3' gem 'sass-rails', '~> 5.0.4' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.0.0' gem 'jquery-rails' gem 'turbolinks' gem 'jbuilder', '~> 1.2' gem "hobo", "= 2.1.1" gem "protected_attributes" gem "quiet_assets", group: :development gem 'paperclip' gem 'hobo_paperclip', :git => "git://github.com/Hobo/hobo_paperclip.git", :branch => "master" gem "hobo_will_paginate" gem "hobo_bootstrap", path:"vendor/gems/hobo_bootstrap" gem "hobo_jquery_ui", "2.1.1" gem "hobo_bootstrap_ui", path:"vendor/gems/hobo_bootstrap_ui" gem "jquery-ui-themes", "~> 0.0.4" Thanks, Nathan -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
