Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created July 29, 2012 16:34
Show Gist options
  • Save jackdempsey/3200090 to your computer and use it in GitHub Desktop.
Save jackdempsey/3200090 to your computer and use it in GitHub Desktop.
Chatting about rails-api
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