Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Best library for fuzzy document match / text fingerprinting

Faraday: you may want to install system_timer for reliable timeouts

ruby gem

Ruby unary tilde (`~`) method

ruby syntax operators literals

Redis::CommandError: ERR Client sent AUTH, but no password is set

System Variable path is different in command prompt

What is faster in Ruby, `arr += [x]` or `arr << x`

Ruby: sum vs. inject(:+) produces different results

arrays ruby inject

Install Ruby 2.2 on Mac OSX Catalina with ruby-install

Accessing Microsoft Exchange server from Ruby

What Ruby technique does Rails use to make my controller methods render views?

Best practice for namespacing functions in Ruby? (novice question)

ruby namespaces

Ruby, Unicorn, and environment variables

What is Ruby's ThreadGroup for?

ruby multithreading

YARD: documenting class methods added by an included module

ruby module class-method yard

How to get Ruby generated HMAC for SHA256 that is url safe to match Java?

java ruby sha256 hmac

Rake tests running very slow

Why isn't there a deep copy method in Ruby?

ruby copy deep-copy

Ruby 2.0 How do I uninclude a module out from a module after including it?

Error: When assigning attributes, you must pass a hash as an argument

ruby-on-rails ruby

What is the difference between a method and a proc object?

ruby methods lambda proc