mjrk
mjrk
Btw. thanks for you great work! Edit: I could work around the problem by modifying ActiveModel::Validations::HashBlockValidator and the ValidateableHash (adding `attr_accessor :record`, passing record to it in initialize), so that...
Well, actually I didn't make up my mind what the behaviour should be. I expected `f` to be the model instance, BUT I worked around the problem by passing the...
I don't know the implementation details. I just thought about `validates` being a class method that would be called more than once etc., however, maybe it's not like this.
Sorry, I missed the tornado requirement == 4.2. The `spyne.server.wsgi.WsgiApplication` is served by `tornado.httpserver.HTTPServer` using `tornado.wsgi.WSGIContainer` All other requirements implicit. What else exactly do you need to know?
I would like to return a primitive type, e.g. `Unicode`. If this is not allowed for some reason, a more expressive error message could be helpful.
Not sure, if this was clear. I want to return ``` @rpc(Unicode, _returns=Unicode) ``` but I get the above error. To return an array of string (what I do not...
Yes, that's what I thought. Unfortunately I won't have time until September, however, I opened the issue to track the status. Not much missing for Soap 1.2. Thanks for your...
I noticed, that the problem only occurs in my namespaced controllers. In my non namespaced controller, the navigation level: 2 is not empty (, although the index is not highlighted,...
Well, in cases without further nesting (but admin) I only needed to add the highlights_on. However, with further nesting I need to catch ``` if @model_instance ... ``` because member...
@tuvistavie Thanks for your fork! I wanted to open an issue there to ask for the bower package - however, no issues can be opened in your fork. Is this...