DEV Community

[Comment from a deleted post]
Collapse
 
rhymes profile image
rhymes • Edited

Hi Valentino, nice article, you should also probably take a look at Rails API only mode here guides.rubyonrails.org/api_app.html

Might be helpful and lower the "weight" of your API server, especially if it's a frontend heavy app.

Collapse
 
valentinogagliardi profile image
Valentino Gagliardi

Yeah, I was looking at that edgeguides.rubyonrails.org/5_0_rel... just now, I did miss that feature while I was writing the article! Thanks for pointing out!