[Rails] Re: Issue with libxml validation block

2010-04-06 Thread Clément LAGRANGE
A quick note to add that I don't think it's a libxml issue ! If you have any insight of the require process of Rails, more specifically differences between WebBrick and Console in requiring gems, I'd be glad to hear about it... Regards, 2010/4/2 Clément LAGRANGE : > Hello, >

[Rails] Issue with libxml validation block

2010-04-02 Thread Clément LAGRANGE
Hello, I have a weird issue with the ruby Libxml2 ruby bindings in a Rails project. I use the validate_schema method, with a block which should be called on each validation error. The problem is that this block is not always triggered : specifically, it works with the Webbrick server, but NOT with