Rails Engine Intro

You probably already used a lot of gems that are actually a rails engine, e.g. ActiveAdmin, Devise, Forem, Spree, ...

I needed to create an independent... »

Json Api Namespaced Models

If you want to have a resource that needs access to a namespaced model, you can overwrite the resource_type_for(model) method from JSONAPI::Resource module.

For example, I... »