How to Create a CRUD App with Rails and React— A really thorough tutorial covering fronting a Ruby on Rails API with a React client along with linting, flash messages, and handling 404s in React.
What’s Coming to Rails 6.0?— “I’ve read through the CHANGELOGs of all Rails parts (ActiveRecord, ActionPack, ActiveSupport, etc.) and picked some of the features that I found the most interesting.”
How to Create Your Own Rails Generator— Rails includes a mechanism for creating your own generators. This tutorial shows you how it works and walks through creating one of your own.
Ivan Matas
Exploring TracePoint— The first in a five-part series on TracePoint (the built-in object oriented API for Ruby’s tracing functionality) starts with initialization and how to pull information out of the current binding.
Try Vettery— Vettery specializes in developer roles and is completely free for job seekers.
Vettery
📘 Articles & Tutorials
Be Careful Assigning to has_one Relations— “When you assign a new instance of an associated model to its has_one model the existing instance is removed from the association and causes a permanent change to be written to the database.”
Make Delegated Methods Private in Rails— Did you know that delegating methods in a private scope does not make them private? Me neither. Luckily, there’s a workaround (and a forthcoming fix.)
Nithin Bekal
Tips for Running Free Dynos on Heroku in 2019— The somewhat convoluted rules around running stuff for free on Heroku. The short answer is free Heroku is for side projects and non-production environments.
Adam McCrea
How to Build Application Search for a Rails App— The folks behind Elasticsearch offer an Elastic App Search Service that can provide your app with fast, full-text searching capabilities with minimal integration effort.