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 "jquery-ui-themes", "~> 0.0.4"
# 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'
gem 'therubyracer', :platforms => :ruby
gem 'uglifier', '>= 1.0.3'
gem 'compass-rails'
gem 'jquery-datatables-rails'
end
gem 'jquery-rails'