Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Overwrite a variable without repeating the name

ruby performance

Failed to build gem native extension when installing OpenSSL

ruby macos openssl rubygems

Layout not being applied on page load

Indent with tab instead of spaces in Emacs ruby-mode

ruby emacs indentation

Regular expression match that excludes characters inside parenthesis

ruby regex

Ncurses: how to refresh a menu without losing current position?

Ruby sometimes prints unicode-escaped chars instead of the chars themselves. Why?

ruby puts

Ruby unusual type inference

ruby

Ruby Mysql can't connect to localhost (10061)

mysql ruby ruby-on-rails-3

Raising 500 errors deliberately in Sinatra in order to test how they are handled

ruby rspec sinatra rack

ArgumentError: wrong number of arguments (given 0, expected 1) Ruby

ruby

Issue stubbing with RSpec

ruby rspec stub

How does an executable within a gem reference the greater gem?

ruby rubygems

Hash an Array using initial values as keys and a block to generate key values

arrays ruby hash

How to make a plain ruby object assignable as active record association

Convert 2d array into 1d (Ruby)

arrays ruby

Ruby weird assignment behaviour

ruby

Select all characters in a string until a specific character Ruby

ruby string visual-studio