Do you have will_paginate-bootstrap added to your Gemfile? Bryan
On Sat, Sep 8, 2012 at 9:51 AM, Bob Sleys <[email protected]> wrote: > I updated to the latest versions of Hobo from Git and am now getting the > following error. Any ideas would be appreciated. > > ActionView::Template::Error (uninitialized constant BootstrapPagination): > > Pertinent part of gemfile > > gem "hobo_support", :git => "git://github.com/tablatom/hobo", :branch => > "master" > gem "hobo_fields", :git => "git://github.com/tablatom/hobo", :branch => > "master" > gem "dryml", :git => "git://github.com/tablatom/hobo", :branch => "master" > gem "hobo", :git => "git://github.com/tablatom/hobo", :branch => "master" > gem "hobo_rapid", :git => "git://github.com/tablatom/hobo", :branch => > "master" > gem "hobo_clean", :git => "git://github.com/tablatom/hobo", :branch => > "master" > gem "hobo_clean_admin", :git => "git://github.com/tablatom/hobo", :branch => > "master" > gem "hobo_jquery", :git => "git://github.com/tablatom/hobo", :branch => > "master" > gem "hobo_jquery_ui", :git => "git://github.com/tablatom/hobo", :branch => > "master" > gem "jquery-ui-themes", "~> 0.0.4" > > gem "will_paginate", :git => "git://github.com/bryanlarsen/will_paginate" > > gem "hobo_bootstrap", :git => "git://github.com/suyccom/hobo_bootstrap.git" > gem "hobo_data_tables", :git => "git://github.com/Hobo/hobo_data_tables.git" > > # Gems used only for assets and not required > # in production environments by default. > group :assets do > gem 'sass-rails', '~> 3.2.3' > gem 'coffee-rails', '~> 3.2.1' > > # See https://github.com/sstephenson/execjs#readme for more supported > runtimes > gem 'therubyracer', :platforms => :ruby > > gem 'uglifier', '>= 1.0.3' > > gem 'compass_twitter_bootstrap', :git => > 'git://github.com/wyuenho/compass-twitter-bootstrap' > gem 'compass-rails' > gem 'jquery-datatables-rails' > > end > > gem 'jquery-rails' > > -- > 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/-/4Ewkx1wjAlgJ. > 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. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. 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.
