Created
July 29, 2012 16:34
-
-
Save jackdempsey/3200090 to your computer and use it in GitHub Desktop.
Chatting about rails-api
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I'm wondering what speed benefits using rails-api gives you over the normal rails stack. Conceptually it makes sense that removing unneeded pieces will help, but most of the default rails middleware is still in place, so I'm wondering if the boost is actually noticeable. | |
Removing those pieces does restrict your ability to use things like active_admin to manage your data, so I'd only go with the slimmer rails-api style project if the improvements are noticeable. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment