Showing /home/bob/Titanium_Studio_Workspace/fitness/app/views/front/index.dryml where line #1 raised:
couldn't find file 'jquery-ui/redmond'
(in /home/bob/Titanium_Studio_Workspace/fitness/app/assets/stylesheets/front.scss:12)Extracted source (around line #1):
1: <page title="Home">
2:
3: <body: class="front-page"/>
4:
Rails.root: /home/bob/Titanium_Studio_Workspace/fitness
app/views/taglibs/front_site.dryml:18:in `block in page_with_af954b808c90'
app/views/taglibs/front_site.dryml:17:in `page_with_af954b808c90'
app/views/front/index.dryml:1:in `block in render_page'
app/views/front/index.dryml:1:in `render_page'
app/views/front/index.dryml:1:in `_app_views_front_index_dryml__1715612630158887500_44980300'
Full trace and Gemfile below:
Gemfile:source 'http://rubygems.org'
#gem 'rails', '3.1.5'
gem 'rails', '3.2.6'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3'
# 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'
end
gem 'jquery-rails'
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
group :test do
# Pretty printed test output
gem 'turn', '~> 0.8.3', :require => false
end
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_jquery", :git => "git://github.com/tablatom/hobo", :branch => "master"
gem "hobo_jquery_ui", :git => "git://github.com/tablatom/hobo", :branch => "master"
gem "will_paginate", :git => "git://github.com/bryanlarsen/will_paginate"
gem "hobo_bootstrap", :git => "git://github.com/suyccom/hobo_bootstrap.git"
group :assets do
# ... Other stuff ... #
gem 'compass_twitter_bootstrap', :git => 'git://github.com/wyuenho/compass-twitter-bootstrap'
gem 'compass-rails'
end
# The asset pipeline in Rails is really slow in development mode.
# Hobo has a lot of assets, so speed it up with rails-dev-tweaks
group :development do
gem "rails-dev-tweaks", "~> 0.6.1"
gem 'quiet_assets'
gem 'thin'
end
sprockets (2.1.3) lib/sprockets/context.rb:100:in `resolve'
sprockets (2.1.3) lib/sprockets/context.rb:140:in `require_asset'
sprockets (2.1.3) lib/sprockets/directive_processor.rb:215:in `process_require_directive'
sprockets (2.1.3) lib/sprockets/directive_processor.rb:165:in `block in process_directives'
sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `each'
sprockets (2.1.3) lib/sprockets/directive_processor.rb:163:in `process_directives'
sprockets (2.1.3) lib/sprockets/directive_processor.rb:97:in `evaluate'
tilt (1.3.3) lib/tilt/template.rb:76:in `render'
sprockets (2.1.3) lib/sprockets/context.rb:177:in `block in evaluate'
sprockets (2.1.3) lib/sprockets/context.rb:174:in `each'
sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate'
sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize'
sprockets (2.1.3) lib/sprockets/base.rb:241:in `new'
sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset'
sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection'
sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset'
sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset'
sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset'
sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset'
sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset'
sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset'
sprockets (2.1.3) lib/sprockets/bundled_asset.rb:38:in `init_with'
sprockets (2.1.3) lib/sprockets/asset.rb:24:in `from_hash'
sprockets (2.1.3) lib/sprockets/caching.rb:15:in `cache_asset'
sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset'
sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset'
sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset'
sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset'
sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]'
actionpack (3.2.6) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for'
actionpack (3.2.6) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag'
actionpack (3.2.6) lib/sprockets/helpers/rails_helper.rb:43:in `collect'
actionpack (3.2.6) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/hobo_rapid/taglibs/html/stylesheet.dryml:4:in `block in stylesheet'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:379:in `block in _tag_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `block in new_context'
actionpack (3.2.6) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `new_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:379:in `_tag_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/hobo_rapid/taglibs/html/stylesheet.dryml:3:in `stylesheet'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:516:in `override_and_call_tag'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:479:in `call_tag_parameter'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo_bootstrap-d66f31dd707b/taglibs/page.dryml:31:in `block (7 levels) in page'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `block in new_context'
actionpack (3.2.6) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `new_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo_bootstrap-d66f31dd707b/taglibs/page.dryml:29:in `block (6 levels) in page'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:509:in `call'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:509:in `block in override_and_call_tag'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/tag_parameters.rb:19:in `call'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/tag_parameters.rb:19:in `method_missing'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/taglibs/core.dryml:65:in `block in do_'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:379:in `block in _tag_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `block in new_context'
actionpack (3.2.6) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `new_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:379:in `_tag_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/taglibs/core.dryml:65:in `do_'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:516:in `override_and_call_tag'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:479:in `call_tag_parameter'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo_bootstrap-d66f31dd707b/taglibs/page.dryml:29:in `block (5 levels) in page'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `block in new_context'
actionpack (3.2.6) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `new_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo_bootstrap-d66f31dd707b/taglibs/page.dryml:26:in `block (4 levels) in page'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:499:in `call'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:499:in `block in override_and_call_tag'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `block in new_context'
actionpack (3.2.6) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `new_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:499:in `override_and_call_tag'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:479:in `call_tag_parameter'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo_bootstrap-d66f31dd707b/taglibs/page.dryml:26:in `block (3 levels) in page'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `block in new_context'
actionpack (3.2.6) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `new_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo_bootstrap-d66f31dd707b/taglibs/page.dryml:25:in `block (2 levels) in page'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:429:in `call'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:429:in `block in call_tag_parameter_with_default_content'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/tag_parameters.rb:19:in `call'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/tag_parameters.rb:19:in `method_missing'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/taglibs/core.dryml:65:in `block in do_'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:379:in `block in _tag_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `block in new_context'
actionpack (3.2.6) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `new_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:379:in `_tag_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/taglibs/core.dryml:65:in `do_'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:433:in `call_tag_parameter_with_default_content'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:455:in `call_tag_parameter'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/hobo_rapid/taglibs/html/html.dryml:17:in `block (2 levels) in html'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/scoped_variables.rb:20:in `new_scope'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/hobo_rapid/taglibs/html/html.dryml:17:in `block in html'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:379:in `block in _tag_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `block in new_context'
actionpack (3.2.6) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `new_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:379:in `_tag_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/hobo_rapid/taglibs/html/html.dryml:11:in `html'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo_bootstrap-d66f31dd707b/taglibs/page.dryml:25:in `block in page'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:379:in `block in _tag_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `block in new_context'
actionpack (3.2.6) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `new_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:379:in `_tag_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo_bootstrap-d66f31dd707b/taglibs/page.dryml:23:in `page'
app/views/taglibs/front_site.dryml:18:in `block in page_with_af954b808c90'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:379:in `block in _tag_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `block in new_context'
actionpack (3.2.6) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `new_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:379:in `_tag_context'
app/views/taglibs/front_site.dryml:17:in `page_with_af954b808c90'
app/views/front/index.dryml:1:in `block in render_page'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:318:in `block in new_object_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `block in new_context'
actionpack (3.2.6) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:281:in `new_context'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml/template_environment.rb:295:in `new_object_context'
app/views/front/index.dryml:1:in `render_page'
/home/bob/.rvm/gems/ruby-1.9.3-p194@fitness/bundler/gems/hobo-e1134b5c5b13/dryml/lib/dryml.rb:77:in `call_render'
app/views/front/index.dryml:1:in `_app_views_front_index_dryml___2745593840368555801_24409000'
actionpack (3.2.6) lib/action_view/template.rb:145:in `block in render'
activesupport (3.2.6) lib/active_support/notifications.rb:125:in `instrument'
actionpack (3.2.6) lib/action_view/template.rb:143:in `render'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
actionpack (3.2.6) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/template_renderer.rb:18:in `render'
actionpack (3.2.6) lib/action_view/renderer/renderer.rb:36:in `render_template'
actionpack (3.2.6) lib/action_view/renderer/renderer.rb:17:in `render'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:110:in `_render_template'
actionpack (3.2.6) lib/action_controller/metal/streaming.rb:225:in `_render_template'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:103:in `render_to_body'
actionpack (3.2.6) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
actionpack (3.2.6) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:88:in `render'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
activesupport (3.2.6) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/home/bob/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
activesupport (3.2.6) lib/active_support/core_ext/benchmark.rb:5:in `ms'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:39:in `render'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:447:in `_run__4239778996572134009__process_action__2001472535927502865__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.6) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:in `process_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.6) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__1951672492167772477__call__4542578560813001553__callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
rails-dev-tweaks (0.6.1) lib/rails_dev_tweaks/granular_autoload/middleware.rb:34:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
quiet_assets (1.0.1) lib/quiet_assets.rb:20:in `call_with_quiet_assets'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.6) lib/rails/engine.rb:479:in `call'
railties (3.2.6) lib/rails/application.rb:220:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
thin (1.4.1) lib/thin/connection.rb:80:in `block in pre_process'
thin (1.4.1) lib/thin/connection.rb:78:in `catch'
thin (1.4.1) lib/thin/connection.rb:78:in `pre_process'
thin (1.4.1) lib/thin/connection.rb:53:in `process'
thin (1.4.1) lib/thin/connection.rb:38:in `receive_data'
eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
thin (1.4.1) lib/thin/backends/base.rb:63:in `start'
thin (1.4.1) lib/thin/server.rb:159:in `start'
rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
rack (1.4.1) lib/rack/server.rb:265:in `start'
railties (3.2.6) lib/rails/commands/server.rb:70:in `start'
railties (3.2.6) lib/rails/commands.rb:55:in `block in <top (required)>'
railties (3.2.6) lib/rails/commands.rb:50:in `tap'
railties (3.2.6) lib/rails/commands.rb:50:in `<top (required)>'
script/rails:6:in `require'
script/rails:6:in `<main>'Do you still have jquery-ui-themes in your Gemfile?
--
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/-/b54upaSyULkJ.
To post to this group, send email to hobo...@googlegroups.com.
To unsubscribe from this group, send email to hobousers+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.