Humanize Seconds

This is a little helper that can I use for string representation of a seconds. It will say how many days, hours, minutes or seconds there... »

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... »

JSON API Multi Lang Support

I started using jsonapi-resources gem in order to create a JSON API according to JSON schema defined by http://jsonapi.org/

I encountered the issue with multi-lang support.... »