Adam Williams
Adam Williams
I've experienced the same thing! Also, using Class.delay.method(String), the string has some characters in it that cause deserialization to fail, thereby killing the whole thing.
If `string` is not a valid field type, it may be necessary to clarify something here: http://www.liblognorm.com/files/manual/configuration.html#string
Hello! I would say that things are faster, but there has never been an opportunity to see a large project go from not using dataset - and having some performance...
If you load a dataset like this, where the name is resolved to a dataset subclass: ``` ruby describe "my stuff" do dataset :very_expensive_inserts_with_validations_and_everything end ``` Then your understanding is...
Wow, that is quite a significant difference in performance. I suddenly realize how silly I was to not start and end with performance metrics - who would build a performance-focused...
That sounds like a great idea to me. I really hope this proves valuable for you, and that you have fun :)
I love it! Can hardly wait to hear how far it will carry you.
Excellent, and succinct. I'd have to review the tests, but I would guess that at least they could provide some indication of things that should be considered. I am taking...
I wonder what role this plays: http://www.w3.org/TR/access-control/#resource-implementation
I agree the library should strictly implement the CORS specification. It is interesting to note that [responses from api.github.com](https://gist.github.com/aiwilliams/6008955) have this header combination: ``` Access-Control-Allow-Credentials: true Access-Control-Allow-Origin: * ``` Reading...