Getting paying users has never been simpler with Stripe and Rails. Let’s go over the tiny amount of code needed today.

#Backend#Frontend#Ruby on Rails
Added: 17 Dec 2024
How to Design UI Forms in 2024: Your Best Guide

Discover best practices and examples for designing user-friendly and visually appealing UI forms. Aim for enhanced user engagement and improved completion rates.

#Design#Frontend#Ruby on Rails
Added: 12 Dec 2024
Ender Ahmet Yurt (@enderahmetyurt.com)

Ruby on Rails 8 provides `except_on` options for validations! #railstips #rubyonrails

#Javascript#Ruby on Rails
Added: 11 Dec 2024

This is my personal site, where I write about Ruby, programming, and any of my varied fascinations.

#Backend#Frontend#Ruby on Rails
Added: 11 Dec 2024
Nested forms with just Turbo Streams

Recently I was working on implementing dynamic nested forms using Turbo Streams, focusing on handling both new and persisted records without custom JavaScript. Well, mostly for fun, to try something new. And while there are multiple approaches to this problem, including Stimulus controllers or plain JavaScript, Turbo Streams offer a clean, server-driven solution that leverages Rails conventions. The Core Concept: Form Manipulation vs Persistence A key aspect of this implementation that might not be immediately obvious is that the IngredientsController doesn’t actually persist any data. Its sole responsibility is to manipulate the form structure through Turbo Stream responses.

#Frontend#HOTWire#Ruby on Rails
Added: 10 Dec 2024
Implementing Multi-Select Enums in Ruby on Rails with PostgreSQL

Learn how to implement multi-select enums in Ruby on Rails using PostgreSQL for better performance, type safety, and flexible categorization.

#database#Ruby on Rails
Added: 10 Dec 2024
How to add an RSS feed to a Rails app - Avo

Learn how to add an RSS feed to a Rails app for the site and for single resources with this article.

#Frontend#Ruby#Ruby on Rails
Added: 10 Dec 2024
3 ActiveRecord Mistakes That Slow Down Rails Apps: Count, Where and Present

Many Rails developers don't understand what causes ActiveRecord to actually execute a SQL query. Let's look at three common cases: misuse of the count method...

#Backend#Consulting#Ruby on Rails
Added: 10 Dec 2024
Adding Google OAuth in Rails 8

Rails 8 added an authentication generator, but what if we want to use Google OAuth? I decided to implement it using the oauth2 gem and share what I learned.

#Ruby on Rails
Added: 10 Dec 2024
Solid Cable in Production with Kamal

Solid Cable in Production with Kamal

#Backend#Ruby on Rails
Added: 10 Dec 2024
What you need to know about SQLite

A compilation of lessons about what the SQLite database engine can and cannot do, how Ruby on Rails helps you work with SQLite, and why it may, or may not, be a good choice to back your Rails 8 app

#Backend#database#DevOps#Ruby on Rails
Added: 6 Dec 2024
Product management is broken. Engineers can fix it

How we've redefined the PM and engineer relationship

#Consulting#Soft Skills
Added: 5 Dec 2024
How to serve secure custom domains with Caddy

If you want to host custom domains for customers in your SaaS, you'll need to handle both DNS and SSL. Fortunately, Caddy can help with both.

#Backend#DevOps#Ruby on Rails
Added: 4 Dec 2024

Here you go: https://gist.github.com/stympy/7a538e3edda1395c89afca968f3c5c97 I'm starting on the blog post now. :) If you have anything else you want me to cover in it, let me know.

#Backend#DevOps#Javascript#Ruby on Rails
Added: 3 Dec 2024
GitHub - Intrepidd/hyperactiveform: Simple form objects for Rails

Simple form objects for Rails. Contribute to Intrepidd/hyperactiveform development by creating an account on GitHub.

#Gem#Ruby on Rails
Added: 2 Dec 2024
Handbook to migrate your Postgres from Heroku to Kamal

Today I’m going to show you how I managed to migrate from Heroku to Kamal, with a focus on Postgres....

#DevOps#Ruby#Ruby on Rails
Added: 2 Dec 2024
Building a Better Ruby ORM for Time Series and Analytics

Seamlessly create rollups from rolled-up data (hierarchical continuous aggregates) on your Ruby On Rails application for faster time-series & analytics queries.

#database#Ruby on Rails
Added: 2 Dec 2024
Mastering Concerns in Ruby on Rails: A Comprehensive Guide to Modular Code Organization, Security, and Best Practices

Deep dive into Concerns in Ruby on Rails, exploring its role in modular code, comparison with Mixins, security, testing, and its use in Rails 6 and 8.

#Ruby#Ruby on Rails
Added: 2 Dec 2024
Stimulus Features You (Didn’t) Know

Stimulus is advertised as a modest JavaScript framework, but packs still quite a few features. Lets explore the lesser known ones.

#Frontend#HOTWire#Javascript#Ruby on Rails
Added: 1 Dec 2024
Implementing Passwordless Authentication with WebAuthn in Rails

Learn how to set up WebAuthn in Rails for passwordless authentication, offering a secure and seamless login experience using biometric or hardware-based credentials.

#Backend#Frontend#Ruby on Rails
Added: 1 Dec 2024
Hotwire vs HTMX vs Unpoly - Lucas Mendelowski

Hotwire, HTMX, and Unpoly for building modern UIs.

#HOTWire#Javascript#Ruby on Rails
Added: 29 Nov 2024
The Undeniable Utility Of CSS :has • Josh W. Comeau

Of all the latest and greatest CSS features, the “:has” pseudo-class wasn’t exactly at the top of my wishlist. Once I started using it, however, I kept discovering incredible things I could do with it. It’s now become a core part of my toolkit! In this blog post, I'll show you some practical real-world problems I solved using “:has”, as well as some wild experiments that blew my mind!

#CSS#Design#Frontend#Javascript
Added: 28 Nov 2024
Reminder to write articles about Ruby to have better LLM suggestions

This is a weekly reminder that if you want better suggestions for Ruby and Rails projects using LLMs (Large Language Models), you should consider writing more articles (not generated by LLMs) about how you believe...

#Consulting#Ruby#Ruby on Rails#Soft Skills
Added: 28 Nov 2024
Create a Simple Pulsating Animation

Create subtle pulsating animations using Tailwind for enhanced menu item visibility. Learn how to build reusable UI components with Phlex

#Frontend#Ruby#Ruby on Rails
Added: 28 Nov 2024
Vector search with Rails and SQLite

Learn how to do semantic search using SQLite and Rails By: Sergio Alvarez

#Ruby on Rails#Tutorial
Added: 26 Nov 2024
First Previous Next Last