Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Why am I seeing different results for these two nearly identical Ruby regex patterns, and why is one matching what I think it shouldn't?

how upgrade rvm and ruby version inside a production server

first steps using ruby-vips

ruby image-processing

Ruby - Append content at the end of the existing s3 file using fog

ruby amazon-s3 fog

Can't install libv8 gem on Cygwin

ruby-on-rails ruby gem cygwin v8

Javascript string compression and PHP/Ruby decompression

Sinatra/Ruby default a parameter

ruby sinatra

IRB - Ruby 1.9.x hash syntax: {if: true} is not equal to {:if => true}

Why does Thor feature the no_tasks method?

ruby thor

Writing a complex case statement in Sequel?

mysql sql ruby sequel

Feedback on Ruby / ChefSpec coding style

ruby rspec chef-infra chefspec

Variable getting initialized with nil

ruby

Stub multipart requests with webmock/rspec

Rails/Ruby pain - How to check if gem is UNIX/UNIX-like based?

Newlines resolved as =0A in Sendgrid X-SMTPAPI header

ruby-on-rails ruby sendgrid

Why is split(' ') trying to be (too) smart?

Trying to install Jekyll on Windows 8 (x64): Error installing fast-stemmer-1.0.2.gem

ruby windows-8 rubygems jekyll

How does Ruby's sort method work with the combined comparison (spaceship) operator?

ActiveSupport::DescendantsTracker.descendants not returning descendants

ruby-on-rails ruby

What's wrong with the Square and Rectangle inheritance?