Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Binding.irb how to step to the next line when debugging with IRB

ruby irb

Upgraded to minitest 5.4.0. Now must* and won't* doesn't work within Minitest::Test subclass, but assert* still works

ruby minitest

Best way to find a hash that contains a key, in an array of hashes in ruby?

ruby arrays

How to add extension to ruby Tempfile object?

ruby file temporary-files

Why is the Profiler module in Ruby 1.9 named with two trailing underscores?

ruby ruby-1.9

Ruby C extension: Is there a way to finalize?

ruby ruby-c-extension

How to specify memcache server to Rack::Session::Memcache?

ruby heroku memcached rack dalli

How can I set flag CLIENT_MULTI_STATEMENTS for mysql2 ruby gem?

ruby rubygems mysql2

Feather an image from code

Ruby- sort array based on string in index

Trying to use a proxy with Watir... (Rails)

Bash command not found rvm at startup, Mint

ruby linux bash rvm linux-mint

How to override one method from Rails Framework?

rvm gets "undefined method 'empty?' for nil:NilClass" installing Ruby on macos

ruby macos rvm

TypeError: no implicit conversion of Pathname into String

ruby

Ruby - constant initialisation with some function produces NoMethodError

EventMachine WebSockets - Subscribe ws to EM channels vs Keeping sockets in collection

ruby websocket eventmachine