Trung Pham
Trung Pham
It would be nice to have this feature. http://api.rubyonrails.org/classes/ActiveRecord/Locking/Optimistic.html
parent.saved? = true parent.id = some id when the rollback occurs, parent.saved? should be false.
if the child validation fails, then parent after save and after create callback should never execute.
Does anyone know if there is any universal app boiler plate using this library?
do you know what is stopping us from making this compatible with socket.io 0.9 client? let me know, I would love to help out. thanks.
PR: https://github.com/arsduo/batch_api/pull/31 piggy back on Celluloid reactor.
Can we use a faster http library other than the native net::http library? Also, is it possible to submit the http request asynchronously? Otherwise it will block the request.
http://socket.io/blog/introducing-socket-io-1-0/ Can we add support for the latest version of socket.io client? Thanks.