Matz is Nice and So We Are Nice
It is said of Ruby’s creator Yukihero Matsumoto, ‘Matz is Nice and So Are We.’ It is this mantra about…
Achieving Developer Excellence with Automated Testing
Stuff relevant to Ruby on Rails.
It is said of Ruby’s creator Yukihero Matsumoto, ‘Matz is Nice and So Are We.’ It is this mantra about…
Confusingly, bundler can have more than one version of Rails installed at once. In this short post, I will review…
The simplest of the Gems I have written is this small tool that does one powerful thing. https://github.com/jasonfb/html-render For some…
See: Github Nonschema migrations is an old project of mine which I am happy has helped countless teams run data…
Plug-and-play Rails engine for tracking your visitors’ IP address, the ad campaign where they came from, their browser, or the…
So your Rails application with a MySQL database was humming along and all of a sudden it hit this error:…
Today I’ve finished version 0.5 of my new Gem, Universal Track Manager. It’s a plug-and-play Rails engine that you install…
Today I’m announcing Version 0.4 of my new Gem: Universal Track Manager. It’s an great little utility project that will…
Nonschema migrations version 5.0.0: RubyGems Page, GitHub page Now compatible with Rails 6, nonschema_migrations is the best way to separate…
1. deivid-rodriguez/byebug Byebug is a fantastic debugger available for Ruby 2 (and presumably above). Drop gem ‘byebug’ into your Rails…