← All posts

All posts tagged "rails"

Running bundle install on rails master

In which I handle bundle install errors for the Rails 6 repo

Rails isn't for beginners

In which I attempt to declare that Rails was never meant to just be a beginner'ss introduction to web programming.

How to write (and test) a gem to serve static files on the Rails asset pipeline

Want to write a gem that adds static assets to Rails such as a JavaScript library? I've figured out some things.

Increase Rails Performance with Database Indexes

If you need to frequently query a database table by a specific column, you should probably index it.