rest - How to integrate batch requests in a Rails API? -


I am building an API with Rail 4 and I really want to create a batch request method when I The app should not load a bunch of AJAX requests.

Railscats show how to do this in a simple way but many things are unavailable.

I also tried the Batch_AP gem but I do not

any thoughts?

Apparently the batch_api gem does not work with 4 rail, but there is a fork 4 and Ruby 2.0 was started to update.



Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -