rails


post-765-thumbnail
Why And How I Replaced Rvm With Rbenv

discovery and implementation of Rbenv

Ruby Double Splat (**) Operator Cheatsheet

The operator ** is useful as an options hash. def one_method(**options);end This form is comple...

How To Store Large Json In Postgresql With Rails Attributes Api

If you store large objects in the database (such as JSON), for example, data for big reports, then th...

Vscode Tailwind Extension And Rails (Erb)

If you are having trouble getting an extension like VSCode Tailwind to work in VSCode, a smart place...

Rails 6 Raises Argumenterror For Invalid :Limit And :Precision | Bigbinary Blog

https://blog.bigbinary.com/2019/08/27/rails-6-raises-argumenterror-for-invalid-limit-and-precision.ht...

Faster Heroku Deploys With Rails And Webpacker

How to make webpacker builds blazing fast on Heroku

Beginner's Guide To The Devise Gem.

A quick reference guide to using Rails most popular User Authentication Gem. This is implemented on a workout app I have since deprecated.

Investigating The Performance Of A Problematic Rails Api Endpoint

It recently came to my attention that one of our API endpoints was hogging a lot of resources and tak...

A Simple Way To Distribute Jobs In Sidekiq Queues

This option implies that jobs of one context are executed sequentially in one queue, and jobs of diff...

Understanding Webpacker In Rails 6

Starting with Rails 6, Webpacker is the default JavaScript compiler. It means that all the JavaScript...

Creating An Ember Spa With Auth0 Authentication With A Rails Api

I am creating a cookbook organization/meal planner app. I've been working with Ember for a while, but...