Love them or hate them, I find callbacks are like strapping a supercharger to Ruby on Rails apps. With sprinklings of these throughout your app, you can automate quite a...
741 reads
This collection houses all things Ruby and Rails. We discuss the conventions, principles, patterns, and more that make up the vastly cool web-app framework.
Viewing articles within the Ruby on Rails collection
Love them or hate them, I find callbacks are like strapping a supercharger to Ruby on Rails apps. With sprinklings of these throughout your app, you can automate quite a...
741 reads
If you've ever been in the somewhat exhausting position of choosing a web framework for your next project, you know it's a pivotal decision.
In this blog post, I will...
1203 reads
A Comprehensive Guide to Essential String Helper Methods
When optimizing your Ruby on Rails development process, leveraging string helper methods can significantly ...
1426 reads
As a designer who stumbled into Ruby on Rails, I always look for more opportunities to simplify, bringing better design to the framework. I’m working on a new project ca...
2430 reads
Ruby on Rails, commonly referred to as Rails, is a popular and powerful web application framework written in Ruby programming language. Its simplicity, efficiency, and e...
1679 reads
If you've used Rails for a length of time you've likely gotten an error of this type: "Address already in use - bind(2) (Errno::EADDRINUSE)"
Running multiple instance...
6230 reads
Many moons ago, RSS was all the hype. With fewer publication engines like Medium, Substack, and other newsletter-style engines, most people would create their websites t...
3146 reads
I find YAML
to be a godsend when rendering static data that doesn't necessarily need to be a part of a database using Ruby on Rails.
In the Ruby ecosystem, YAML
i...
6338 reads
Over the past few months, I've been quietly hacking on a side project called Rails UI. It's a new Ruby on Rails engine that pairs professional des...
2803 reads
Modern versions of Ruby on Rails ship with a very useful application credentials layer that allows you to store private keys and other information fully encrypted.
Un...
58302 reads
Ruby on Rails ships with no user authentication layer. The core maintainers of the framework made this decision as it could vary per app how you might want to handle suc...
5091 reads
Upgrading a Ruby on Rails application can be a downright chore. There are many steps to consider and that varies depending on your version of Rails. It's often advised t...
2967 reads