Re: Tips when writing an API in Ruby on Rails - https://blog.jalada.co.uk/tips-wh...
Mar 26, 2015
from
"Metal doesn't give you any way of rendering views without including loads of stuff back in. It feels like you'd end up reinventing the wheel for a sufficiently feature-rich API. For lighter APIs it'd definitely be worth evaluating though.
There's no reason why you can't mix normal controllers & Metal ones in your app, so your app can both serve the assets and also respond with lightweight fast API calls."
- Jalada