Simple Ruby Strategy Pattern
Let's look at very simple implementation of the strategy pattern in Ruby....
Let's look at very simple implementation of the strategy pattern in Ruby....
Memoizing how to create a standard reusable Ruby Faraday HTTP Client in Rails for myself....
Have you ever wonder why you never needed to require any files or modules in the Rails work we've done so far? This is one of the nicesties of using Ruby on Rails framework: the auto-loading feature. Let's build it in Sinatra...
CircleCI, PostgreSQL, ActiveRecord, Sinatra setup...
How to add Sidekiq to your plain Ruby or micro framework project like Sinatra....
How to enable UUIDs for ActiveRecord in a Sinatra application....