
I've come to a point in my career where my knowledge of web development has hit a plateau. I, like many front end developers, are probably used to working wi...
0 comments
•770 reads
You are viewing a list of articles tagged: ruby
I've come to a point in my career where my knowledge of web development has hit a plateau. I, like many front end developers, are probably used to working wi...
0 comments
•770 reads
Welcome to a brand new series of articles and videos revolving around Ruby on Rails.
This new series is dedicated to those interested in learning [Ruby o...
0 comments
•2678 reads
Welcome to our next Let's Build! This build introduces a well known social media giant Twitter into the mix as inspiration for the project. We will be creati...
1 comment
•4052 reads
Welcome to a five-part mini-series where I teach you how to build a Dribbble clone in Ruby on Rails. This series is our most thorough build yet!
[Dribbble...
0 comments
•2594 reads
Continuing my long stent of Ruby on Rails builds is yet another build that focuses more on relationships in a real-world discussion forum application.
The...
3 comments
•35249 reads
Deploying a Rails app can be a daunting experience. There are a vast number of hosts out there but many fail to compare to Heroku. In this single part screen...
2 comments
•1201 reads
Welcome to the next installment of my Let's Build series featuring Ruby on Rails. In this span of six videos, I'll walk you through the concept of building a...
0 comments
•8588 reads
Welcome to what I'll be calling my tenth installment to my Let's Build: With Ruby on Rails series. In this build, I'll cover how to build a filterable job bo...
1 comment
•3008 reads
Welcome to my eleventh Let's Build series featuring Ruby on Rails. This installment, once again, focuses on accepting payments using Ruby on Rails as a w...
0 comments
•4935 reads
I'm beyond excited to announce my new project Affinicasts (RIP!)!
In the last 9 months, I've been a little obsessed with creating my newest side project c...
0 comments
•214 reads
Welcome to my latest Let's Build: With Ruby on Rails series. This build will dive a little deeper into relationships within a Ruby on Rails application and...
0 comments
•1804 reads
Welcome to my 13th Let's Build: With Ruby on Rails. This build will feature a multitenancy workout app that uses a popular gem called Apartment, nested attri...
0 comments
•3797 reads
As my experience with Ruby on Rails continues to grow I explore more and more by hitting the ground running with a base application template for new projects...
0 comments
•3816 reads
Ruby on Rails is such a vast framework. The Ruby on Rails CLI makes working with the framework that much easier. This video/article is the result of my own t...
0 comments
•764 reads
Ruby on Rails gives us so much out of the box but there are times errors occur or we need to re-invent the wheel for a specific feature of some type. This vi...
0 comments
•4699 reads
Did you know Ruby on Rails can be used as a strict API based backend application? What's the benefit to this? Think of it as a single source of truth for mul...
0 comments
•23607 reads
Data is a great thing but the wrong data can be very very bad. Luckily, if you're a Ruby on Rails programmer you have a nice API of ActiveRecord validation h...
0 comments
•7531 reads
Active Record migrations (within Ruby on Rails) are a convenient way to alter your database schema of a period of time. This overview/guide is a look at just...
0 comments
•5761 reads
I'm beyond excited to share the news that I am making a Ruby on Rails course called Hello Rails!
The course has a [dedicated lan...
2 comments
•357 reads
The asset pipeline has been a game-changer for a number of years in the Ruby on Rails community. This article & video is an overview of what the asset pipeli...
2 comments
•16625 reads
Webpack, although a little hard to configure, remains the leading edge build tool for modern web development. This post/video guides you through adding Webpa...
1 comment
•3079 reads
In Ruby on Rails, associating models is quite trivial but does come with some conventions you will need to be familiar with as you build progressive web apps...
2 comments
•12296 reads
I've been busy getting my new course hellorails.io in better shape to launch this week. While doing that it was recently announced t...
1 comment
•682 reads
Ruby on Rails is such a powerful framework. It has its own CLI of which harnesses what are known as "generators". These generators can quickly scale up resou...
4 comments
•7217 reads
Hey all, enjoy this free (short) taste of a bonus module in my upcoming course Hello Rails. You can find a ton more about the course at [hellorails.io](http:...
1 comment
•172 reads
My new course Hello Rails is officially live! In case you weren't on my mailing list I wanted to broadcast to you all that my course is out. I'm beyond excit...
0 comments
•365 reads
Devise is a ruby gem I use in nearly any Rails app. Authentication is a not so simple concept to master and as a result Devise has stood to be one of the mos...
4 comments
•6049 reads
Continuing my Let's Build with Ruby on Rails - Extending Devise series I take a look at adding confirmation emails to a given Ruby on Rails application.
...
2 comments
•11410 reads
Continuing my Let's Build with Ruby on Rails - Extending Devise series I take a look at Devise custom routing options within a Ruby on Rails application harn...
0 comments
•3920 reads
The Spree commerce framework is an open-source fully-featured e-commerce solution that integrates directly with the Ruby on Rai...
3 comments
•2830 reads
Welcome to another installment of my Let's Build with Ruby on Rails - Extending Devise series within a series. This post will teach you how to allow a user t...
1 comment
•9288 reads
The Devise gem ships with a default configuration that allows you to sign in on a specific route. This post addres...
1 comment
•3255 reads
Welcome to another installment in my Let's build with Ruby on Rails: Extending Devise series. This tutorial teaches you how to sign in with Twitter using Dev...
4 comments
•7379 reads
GraphQL is a query language for APIs. The query language itself is universal and not tied to any frontend or backend technology. This...
0 comments
•11559 reads
Continuing on from Part 1 is the frontend portion of the tutorial. I'll leverage React, Apollo and Tailwind CSS to build out the frontend of our Ruby on Rail...
0 comments
•2880 reads
There are thousands of Ruby gems out in the wild. I use many on almost every Ruby on Rails project I create. This is an impromptu list of some of my favorite...
1 comment
•2832 reads
The High Voltage gem is one of my favorite no-nonsense Ruby gems that gets you moving quickly when the need for...
0 comments
•1734 reads
It has been a bit since I last vlogged. As 2019 came to a close I saw it as a great time to take a look back at 2019 in vlog format.
In this video, I tak...
0 comments
•274 reads
Welcome to another installment of my Let's Build: With Ruby on Rails series. This series focuses on building a marketplace application using Stripe Connect. ...
2 comments
•10247 reads
I was recently asked to give an overview of how to add markdown support to a Ruby on Rails application. This guide will leverage a gem called [Redcarpet](htt...
0 comments
•6600 reads
Everywhere I've looked for some guidance on how to best tailor email subscriptions in a Ruby on Rails app has turned up fairly empty. After some trial and er...
0 comments
•4634 reads
Callbacks are methods that get called at certain moments of an object's life cycle. We can use callbacks as a means to manipulate objects further with built-...
0 comments
•8195 reads
Welcome back to the second part of my series I'm calling "Let's build for Ruby and Rails developers".
This series is...
3 comments
•1238 reads
Ruby on Rails ships with default error pages for more popular requests you might encounter including 404
, 500
, and 422
. Each request has an associated ...
6 comments
•20435 reads