Select Page

API Tutorials

How to Build an API-Only Application in Ruby on Rails

How to Build an API-Only Application in Ruby on Rails

Ruby on Rails is a powerful web development framework that provides a lot of useful features out of the box. One of these features is the ability to build API-only applications, which are web applications that only provide an API for other applications to consume,...

Suppress Stack Trace in Rails API Endpoint Responses

Suppress Stack Trace in Rails API Endpoint Responses

Ruby on Rails is a popular web application framework that allows developers to quickly build powerful and scalable web applications. When building an API with Ruby on Rails, it's important to provide meaningful error messages to the user when they make a request to an...