With edge rails, is there a way to have API controllers and normal controllers living in the same app? The only way I’ve found to do that is to mount the API as a separate rack app, which I’d really rather not do.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
do I mount rack apps in Rails (3.1) for faster APIs? | 0 | 171 | February 8, 2012 | |
Rails & engines - best practice/architecture query | 1 | 156 | May 2, 2014 | |
Quick question about gem plugins in core | 0 | 104 | August 28, 2007 | |
DRYing up controllers | 3 | 107 | April 27, 2008 | |
Nested Controllers? | 0 | 97 | October 18, 2006 |