Hi Ryan, nice episode.
Is it possible to speed up APIs? In episode #348 you described The Rails API gem and, if I got the concept, many rails features aren't loaded in order to have faster APIs. Is it possible in some way to exclude libraries only for controllers related to APIs?
An interesting article for future visitors:
http://blog.arkency.com/2013/12/rails4-preloading/
I found https://github.com/faye/faye/wiki/Deploy-Best-Practices
Nice. Any idea on how to deploy with Capistrano? I didn't find recipes.
Many thanks in advance.
Hi Ryan, nice episode.
Is it possible to speed up APIs? In episode #348 you described The Rails API gem and, if I got the concept, many rails features aren't loaded in order to have faster APIs. Is it possible in some way to exclude libraries only for controllers related to APIs?
Thanks in advance.
Hi guys, nice episode.
Ryan, I think that the following code could help handling validation errors.
What do you think?
Thanks,
Mauro