Trung Pham

Results 19 issues of 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.

transactions

if the child validation fails, then parent after save and after create callback should never execute.

transactions

Does anyone know if there is any universal app boiler plate using this library?

question

To support people who deploy their apps on Heroku.

Need Help

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.