search for: rootcontrol

Displaying 4 results from an estimated 4 matches for "rootcontrol".

Did you mean: bootcontrol
2012 Mar 22
0
problems configuring cluster to lucci and virtual machines resource
...([('command', 'Edit')]), 'command=Edit') paste.parsed_querystring: ([('command', 'Edit')], 'command=Edit') paste.registry: <paste.registry.Registry object at 0x7fa7981fef10> paste.throw_errors: True pylons.action_method: <bound method RootController.routes_placeholder of <luci.controllers.root.RootController object at 0x7fa78c7e76d0>> pylons.controller: <luci.controllers.root.RootController object at 0x7fa78c7e76d0> pylons.environ_config: {'session': 'beaker.session', 'cache': 'beaker.cache'...
2011 Sep 01
7
couldn't find file 'jquery' rails 3.1 stable mountable engine
...----------------------------------------------- Sprockets::FileNotFound in Root#index couldn''t find file ''jquery'' (in /Webapps/coffee/test/dummy/app/assets/javascripts/application.js:7) Started GET "/" for 127.0.0.1 at 2011-09-01 20:31:01 +0200 Processing by RootController#index as HTML Rendered root/index.html.erb within layouts/application (8.9ms) Completed 500 Internal Server Error in 89ms ActionView::Template::Error (couldn''t find file ''jquery'' (in /Webapps/coffee/test/dummy/app/assets/javascripts/application.js:7)): 3: <head...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...om tg import expose, flash, require, url, request, redirect +from pylons.i18n import ugettext as _, lazy_ugettext as l_ + +from ovirtserver.lib.base import BaseController +from ovirtserver.model import DBSession, metadata +from ovirtserver.controllers.error import ErrorController + +__all__ = ['RootController'] + + +class RootController(BaseController): + """ + The root controller for the server application. + + All the other controllers and WSGI applications should be mounted on this + controller. For example:: + + panel = ControlPanelController() + anoth...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...om tg import expose, flash, require, url, request, redirect -from pylons.i18n import ugettext as _, lazy_ugettext as l_ - -from ovirtserver.lib.base import BaseController -from ovirtserver.model import DBSession, metadata -from ovirtserver.controllers.error import ErrorController - -__all__ = ['RootController'] - - -class RootController(BaseController): - """ - The root controller for the server application. - - All the other controllers and WSGI applications should be mounted on this - controller. For example:: - - panel = ControlPanelController() - anoth...