RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Quick Tips for adding a REST API to a Rails Application

Rails projects typically start out fairly simple, but evolve into more complex applications over time. In order to add a client-side framework or mobile application, creating a REST API might be necessary.

It’s really straightforward to create a new Rails API. However, it might be easier to add an API to an existing project. There is “right” way to do this, but there are some things to keep in mind that can make future development a bit easier.

Full blog post here: https://era86.github.io/2020/12/09/quick-tips-for-adding-a-rest-api-to-a-rails-application.html

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in