Soulmate in Rails 5 (Sinatra 2) Engine
Recently I found myself wanting to use the Soulmate gem as they documented, but in Rails 5 with Ruby 2.3.1 it was giving me »
Recently I found myself wanting to use the Soulmate gem as they documented, but in Rails 5 with Ruby 2.3.1 it was giving me »
Did some research on RESTful API's again this morning because I wanted to be very clear of why I do what I am doing. This is »
Generating a fake SSN in in Ruby was a fun. 2.3.1 :001 > "#{'%03d' % rand(1000)}-#{'%02d' % rand(100)}-#{'% »
When programming, I like to take a high level approach but get to the weeds as soon as possible. It's all about prototyping. Sometimes your customer »
If I had to guess, this should be made into a Gem. Since I'm lacking the time and effort it would take to do this, I »