What resources do you recommend to learn about Rails APIs?

This page summarizes the projects mentioned and recommended in the original post on /r/rails

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Grape

    An opinionated framework for creating REST-like APIs in Ruby.

  • I love the Grape gem for building APIs - might be worth considering if you are building something new: https://github.com/ruby-grape/grape

  • graphql

    Ruby implementation of GraphQL

  • While doing basic REST APIs are sometimes a great solution and super easy (like Grape mentioned in another comment) and much faster - if this is a larger project you might want to check out https://graphql-ruby.org/ ... it makes typical asks of clients like "but I want to know all the schools that user is in and, for each school, it's email, phone and fb" much easier. It also makes fine grained security pretty simple. It's also pretty standard in tons of projects in many different languages.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • sdoc

    Standalone sdoc generator

  • Second most important stop: api.rubyonrails.org

  • Sidekiq

    Simple, efficient background processing for Ruby

  • Jobs or Tasks - https://github.com/mperham/sidekiq

  • AppSignal

    🟥 AppSignal for Ruby gem

  • Performance/Monitoring - https://appsignal.com/

  • Knock

    Discontinued Seamless JWT authentication for Rails API (by nsarno)

  • Authentication - https://github.com/nsarno/knock

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Making Your Ruby Gem Configurable

    2 projects | dev.to | 6 Jun 2021
  • solid_queue alternatives - Sidekiq and good_job

    3 projects | 21 Apr 2024
  • Ruby on Rails: Native route constraint for authentication

    1 project | dev.to | 19 Apr 2024
  • Using Action Policy for a Ruby on Rails App: The Basics

    2 projects | dev.to | 11 Oct 2023
  • Generate a pre-built authentication system into a rails application

    1 project | news.ycombinator.com | 29 Sep 2023