Create a Markdown Editor in Ruby on Rails | AppSignal Blog

In this post, we'll build a Markdown editor using Rails.

#Ruby on Rails#Tutorial#Frontend
Added: 10 Dec 2025
Turn Any Idea Into a Validated MVP

A step-by-step path to validate your idea fast by defining the problem, testing assumptions, prototyping the critical flow, and shaping a focused MVP you can learn from.

#Product Development
Added: 9 Dec 2025
Value Objects in Ruby: The Idiomatic Way

Master Value Objects in Ruby using the modern Data.define class. Learn about immutability, value equality, and how to eliminate boilerplate code for cleaner, safer domain modeling.

#Ruby
Added: 9 Dec 2025
Logging outbound emails with ActionMailer in Rails | Storm Consultancy - Your Digital Technology Agency

A guide to using the ActionMailer after_deliver callback to log emails sent from your Ruby on Rails application

#Ruby on Rails
Added: 9 Dec 2025

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

#CSS#Design
Added: 9 Dec 2025
🧠 10 uncommon but powerful Ruby & Rails Methods.

As Ruby and Rails developers, we often rely on the same familiar set of methods to get things done. The same set of operations are more or…

#Ruby on Rails
Added: 7 Dec 2025
Vanilla CSS is all you need

The post stuck with me. Over the past year and a half, 37signals has released two more products (Writebook and Fizzy) built on the same nobuild philosophy. I wanted to know if these patterns held up. Had they evolved?

#Ruby on Rails#CSS
Added: 5 Dec 2025
Building optimistic UI in Rails (and learn custom elements)

Learn how custom elements work in Rails by building an optimistic form. From simple counters to instant UI updates, understand when to use custom elements over Stimulus controllers.

#Javascript#Ruby on Rails#Frontend
Added: 5 Dec 2025
Why I believe prototyping in code beats everything else

A code prototype changes everything. When you prototype in code, the thing you are testing is real. It works in the browser. It works on any device. It responds to real-world variables.

#Productivity#Product Development
Added: 4 Dec 2025
How To Rev Up Your Rails Development with MCP

Shipping new features on legacy Rails applications requires deep codebase context. The rails-mcp-server gem closes the gap between AI agents and your Rails projects, enabling more relevant code analysis and context aware refactoring suggestions. Whether you're dealing with tech debt in a brownfield application or building new greenfield features, this tool can help you move faster with confidence.

#AI#Ruby on Rails
Added: 1 Dec 2025
Single Responsibility Principle

Should a Ruby class do just one thing? Explore the Single Responsibility Principle, cohesion, and when to split classes through practical examples.

#System design
Added: 1 Dec 2025
Speed Up Your Rails Testing Workflow with Local CI

Stop waiting for GitHub Actions. Rails 8.1's local CI runs your tests in seconds on your own machine. Here's how it works.

#Productivity#Ruby on Rails#testing
Added: 1 Dec 2025
Building Self-Hosting Rails Applications: Design Decisions & Why

Technical deep-dive into the design decisions that make Broadcast a truly self-hostable Rails application.

#Ruby on Rails#DevOps#System design
Added: 1 Dec 2025
Don’t Make Me Think Principle, Testing, and Intuitive Expectations

A new extension to Minitest Expectations by yours truly is the perfect illustration for this philosophy of programming.

#Productivity#testing#Ruby
Added: 1 Dec 2025
Tips for effective prototyping with Rails 8 and Claude Code

As developers, we’re living in a time where building applications from scratch is easier than ever, thanks to AI tools like Claude Code. Our…

#AI#Ruby on Rails
Added: 30 Nov 2025
Common Pitfalls When Adopting Shape Up (and How to Avoid Them)

I see some common pitfalls when people try to do Shape Up "by the book." There are things in the book that are Basecamp-specific or often misunderstood, and teams who successfully adopt Shape Up route around them.

#Productivity#Product Development
Added: 24 Nov 2025
TDD is more important than ever

Lately, I've been reminded of the heady days of my agile youth by how often I've found myself asking, "how will we test this?" As I've mentioned…

#testing
Added: 24 Nov 2025
Building a multi stage timetable with modern CSS using grid, subgrid, round(), and mod(). - 9elements

Combining finest craftsmanship with elegant design to ship innovative digital experiences.

#Tutorial#Frontend#CSS
Added: 24 Nov 2025
Review your own git pull requests

Last week, I wrote about my experience working with the team at Cloud Four, and in particular some of their great practices around PR management. Today, I wanted to talk specifically about a habit my friend Gerardo Rodriguez got me into: reviewing your own pull request. It’s pretty simple. When you create a pull request in GitHub, click on the Files changed tab, and scroll through the diff. Anywhere you’ve done something new that’s not already explained by in-code comments, add a comment in the GUI about what you did and why.

#Soft Skills#Ways of Working
Added: 17 Nov 2025
Simple One-Time Passcode Inputs

Fully functional OTP entry may be easier than you think.

#Frontend#HTML
Added: 17 Nov 2025
A complete guide to the HTML number input

Styling, UX, validation

#Frontend#HTML
Added: 17 Nov 2025

On the benefits of using the default RESTful actions to prevent controllers from becoming too big and confusing.

#Ruby on Rails#System design
Added: 17 Nov 2025
How I Taught GitHub Copilot Code Review to Think Like a Maintainer - Angie Jones

Open source maintainers are getting more contributions than ever, thanks to AI-assisted coding. Here's how GitHub Copilot Code Review can help.

#Saff Engineer#AI
Added: 17 Nov 2025
EP189: How to Design Good APIs

A well-designed API feels invisible, it just works. Behind that simplicity lies a set of consistent design principles that make APIs predictable, secure, and scalable.

#API#System design
Added: 17 Nov 2025
First Previous Next Last