How to determine the rough size (heaviness) of an object in Ruby

    10-19-2021

    #ruby

    Everything you may have wanted to know about Dates and Times in Ruby and Rails

    09-02-2021

    #ruby#rails

    Ruby no preset version installed asdf

    09-21-2021

    #ruby

    How to get text from a URL string in Ruby

    03-31-2021

    #ruby

    How to read Ruby Gemfile package versions

    08-16-2021

    #ruby

    Iterate and convert an XSS collection to hash in Ruby

    02-06-2021

    #ruby#xml

    How to memoize a conditional in Ruby

    08-12-2021

    #ruby

    Issue a dynamic url with Rails route helpers

    05-07-2021

    #ruby#http

    Method returning memoized object is called with different arguments

    10-06-2021

    #ruby

    Ruby http gem cheatsheet

    05-08-2021

    #ruby#http

    Migrating behavior from instance based to class based

    11-20-2021

    #ruby

    Set multiple variables to a single value using Ruby or Elixir

    07-15-2021

    #elixir#ruby

    The missing guide to troubleshooting RubyGem issues

    08-14-2021

    #ruby

    How not to memoize in Ruby

    03-10-2021

    #ruby

    Abstract class vs regular class in ruby

    07-15-2022

    #ruby

    How to add a guard to a block in Ruby

    05-31-2022

    #ruby

    How to break out of a block in Ruby

    05-28-2022

    #ruby

    Check if a module has been included in a class in ruby

    07-13-2022

    #ruby

    class_eval with execution lines

    06-30-2022

    #ruby

    Convert nested array to hash in Ruby

    06-23-2022

    #ruby

    Postgres: create and execute database view

    07-05-2022

    #ruby

    Dynamically add methods in ruby with define_method

    05-12-2022

    #ruby#metaprogramming

    Dynamically add methods in ruby with method_missing

    05-03-2022

    #ruby#metaprogramming

    How to delete characters from a string in Ruby

    04-07-2022

    #ruby

    How to iterate a string containing newlines in Ruby

    04-04-2022

    #ruby

    How to pretty print JSON in ruby

    04-30-2022

    #ruby#json

    How to read Ruby open source code locally

    04-02-2022

    #ruby#oss

    How to replace the contents of a string in Ruby

    04-03-2022

    #ruby

    Ruby [0..-2] explained

    05-25-2022

    #ruby

    Convert ruby hash with string keys to symbol keys

    04-23-2022

    #ruby

    Ruby keep_if and delete_if methods

    07-01-2022

    #ruby

    Two colons before a class name in ruby

    05-07-2022

    #ruby

    Elixir Enum.map/2 vs Ruby Array#map

    12-29-2023

    #elixir#ruby