rails 5

Rails 5 Action Cable with Multiple Chatroom Subscriptions

In my apparently never-ending quest to do more Action Cable all the time, I decided to tackle a implementation of Rail 5's Action Cable with multiple chatroom subscriptions. While the newly updated Rails docs [http://edgeguides.rubyonrails.org/action_cable_overview.html] provide excellent explanations and examples, there…

Building a Super Simple Rails API, JSON API Edition

In an earlier post [https://www.thegreatcodeadventure.com/building-a-super-simple-rails-api/], we built a super quick and super simple Rails API using the Active Model Serializer gem and the Active Model Adapter. There's been a lot of growth lately, however, around JSON API. What is JSON API? So, what is…