ruby on rails
WSL2 Ruby Interpreter path for Rubymine if You’re Using RVM
If you want to include the Ruby Interpreter path in Rubymine on Windows 11 and you're using WSL2 and RVM to manage Ruby versions you might search for $ which ruby You will get the path (linux_user_name == Your Linux...
Back To The Real World
It’s been a very interesting month. I was laid off and the family moved to Oregon with my in-laws during the Clovid-19 pandemic. Luckily my wife still had her job during all of this. Instead of playing video games or...
Fix gem install msyql2 error on Mac
So I ran into an error while trying to install the mysql2 gem. It was giving me a "ld: library not found for -lssl" error. To fix this I had to add the following to my paths so that MacOS...
Revisiting .Net
My entry into programming was .Net. Particularly C# and .Net. Weforms was a great way to program. Then came SEO. Weforms and SEO weren't a good mix. So I moved on to PHP. After years of PHP, Ruby on Rails...
Switching from a Rails VPS to Shared Hosting
Update: June 27th 2012 Hosting Rails is part of Jumpline now. I just contact customer support and they no longer offer Ruby on Rails hosting. For the last year or two (I'm getting old I can't remember crap) I've been...
Migrate MySQL to MSSQL
I had a project written in Ruby on Rails that needed to be converted to Asp.net because the requirements of the job had changed from simple to more complex and I feel Asp.net is the way to go when you...