Universal Track Manager Version 0.5
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…
Achieving Developer Excellence with Automated Testing
Posts related to Ruby, Rails, other programming topics. Highly technical.
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…
Today I’m announcing ‘a first look’ at my new Gem: Universal Track Manager. It’s an ambitious project that’s going to have…
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…
For macOS open -a Google\ Chrome -args -disable-web-security -user-data-dir Linux chromium-browser -disable-web-security -user-data-dir=”[some directory here]” For Windows chrome.exe -disable-web-security See…
After many years, I decided that my gem nondestructive migrations needed a facelift. It had some cruft I didn’t want,…
Buy yourself a “RapidSSL Certificate” at SSL Renewals. After you place your order, they may not send you an email, so…
Although Heroku has put a lot of attention into their own Postgres-based datbase architecture, Heroku Data, this article still works…
You can install an older version of rails using this syntax: rails _5.1.6_ new my-test-app (Where “5.1.6” is the version…