search for: controlpanelcontrol

Displaying 3 results from an estimated 3 matches for "controlpanelcontrol".

2007 Dec 17
2
undefined method `param_posted?'
I upgraded an app to 2.01 and can''t figure out why I am getting a undefined method `param_posted?'' for #<ControlPanelController: 0xb748ba18> The controller should be inheriting this. class ControlPanelController < ApplicationController --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...ntroller + +__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() + another_app = AnotherWSGIApplication() + + Keep in mind that WSGI applications shouldn't be mounted directly: They + must be wrapped around with :class:`tg.controllers.WSGIAppController`. + + """ + + error = ErrorController() + + @expose('ovirtser...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...ntroller - -__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() - another_app = AnotherWSGIApplication() - - Keep in mind that WSGI applications shouldn't be mounted directly: They - must be wrapped around with :class:`tg.controllers.WSGIAppController`. - - """ - - error = ErrorController() - - @expose('ovirtser...