rails5_api_tutorial icon indicating copy to clipboard operation
rails5_api_tutorial copied to clipboard

Learn how to build a modern API on Michael Hartl's Rails 5 tutorial

Results 1 rails5_api_tutorial issues
Sort by recently updated
recently updated
newest added

> find will raise a `ActiveRecord::RecordNotFound` exception and Rails will return a 500 error. This is false. If an `ActiveRecord::RecordNotFound` exception raises, the `ActionDispatch::ShowException` will look up a status code...