async_request 0.0.7
At [Wolox](http://www.wolox.com.ar) we build Rails Apps. Some of them need heavy computing when a request is received. In order to make the App scalable, we perform those heavy actions in background. We return a job-id and the client asks for it's state a few seconds after. `async_request` gives us the possibility of handling these type of requests in a simple way.
Gemfile:
=
安裝:
=
Development 相依性套件 (8):
database_cleaner
>= 0
factory_girl_rails
~> 4.0
faker
>= 0
pg
>= 0
pry
>= 0
rspec-rails
>= 0
rubocop
>= 0