Comment on Ruby Frameworks? Which one? Bye bye Rails.Comments−dblock14yI believe the problem everybody trying to solve is that Rails is poorly suited to build RESTful APIs. If you love Rails and still want that, mount something like Grape (http://github.com/intridea/grape) inside your Rails app.
Comments
I believe the problem everybody trying to solve is that Rails is poorly suited to build RESTful APIs. If you love Rails and still want that, mount something like Grape (http://github.com/intridea/grape) inside your Rails app.