Created
December 29, 2014 19:34
-
-
Save scytacki/290abd92d407118a2eaf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ActionView::Template::Error (Missing partial otml/ot_interface_manager with {:locale=>[:en], :formats=>[:dynamic_otml], :handlers=>[:erb, :builder, :prawn, :coffee, :haml, :rjs]}. Searched in: | |
* "/web/portal/releases/20141218233303/themes/learn/views" | |
* "/web/portal/releases/20141218233303/app/views" | |
* "/web/portal/shared/bundle/ruby/1.9.1/bundler/gems/genigames-connector-2df4a3e685b5/app/views" | |
* "/web/portal/shared/bundle/ruby/1.9.1/bundler/gems/cc_portal_remote_auth-b556e301b0f0/app/views" | |
* "/web/portal/shared/bundle/ruby/1.9.1/bundler/gems/calpicker-741498eef4b3/app/views" | |
* "/web/portal/shared/bundle/ruby/1.9.1/gems/devise-2.1.3/app/views" | |
): | |
34: xml.object :refid => "#{runnable.uuid}!/view_bundle" | |
35: # unless it changes, the second bundle is the interface manager | |
36: # xml.object :refid => "#{runnable.uuid}!/interface_manager" | |
37: xml << ot_interface_manager(true) | |
38: xml.object :refid => "#{runnable.uuid}!/lab_book_bundle" | |
39: xml.object :refid => "#{runnable.uuid}!/script_engine_bundle" | |
40: xml << ot_navigation_history_service | |
app/helpers/otml_helper.rb:275:in `ot_interface_manager' | |
app/views/shared/_show.dynamic_otml.builder:37:in `block (4 levels) in _app_views_shared__show_dynamic_otml_builder__2799728810666478388_98175340' | |
app/views/shared/_show.dynamic_otml.builder:31:in `block (3 levels) in _app_views_shared__show_dynamic_otml_builder__2799728810666478388_98175340' | |
app/views/shared/_show.dynamic_otml.builder:16:in `block (2 levels) in _app_views_shared__show_dynamic_otml_builder__2799728810666478388_98175340' | |
app/views/shared/_show.dynamic_otml.builder:15:in `block in _app_views_shared__show_dynamic_otml_builder__2799728810666478388_98175340' | |
app/views/shared/_show.dynamic_otml.builder:2:in `_app_views_shared__show_dynamic_otml_builder__2799728810666478388_98175340' | |
app/controllers/investigations_controller.rb:156:in `block (2 levels) in show' | |
app/controllers/investigations_controller.rb:134:in `show' | |
lib/rack/expand_b64_gzip.rb:35:in `call' | |
lib/rack/config_session_cookies.rb:42:in `call' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment