rails centralized error handling

Let the Rails API handle error in elegant way😎

4
3
Ruby

Centralized Error Handling for Rails API

System dependencies

  • Ruby 2.7.2
  • Rails 6.1.5
  • Sqlite3

Getting started

Inflate Database

$ bundle exec rails db:setup

Serve on Local

$ bundle exec rails server