Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

What is the best practice for testing Models in Rails?

Ruby gsub method - accepting hash?

ruby

Ruby TFTP server

ruby

How do you test code that forks using rspec

ruby tdd rspec rspec2

Using the ruby gem net-ssh-multi to execute a sudo command on multiple servers at once

ruby sudo net-ssh

What data do I need to implement k nearest neighbor?

Converting a string to a condition in Ruby

Scope of private, protected, and public

ruby access-specifier

Uninitialized constant Psych::Syck on gem install

ruby rubygems

Ruby SSL error - sslv3 alert unexpected message

ruby openssl mechanize

Nokogiri: Running into error "undefined method ‘text’ for nil:NilClass"

ruby nokogiri

ruby variable as same object (pointers?)

ruby variables pointers

Where are flash messages stored?

Ruby on rails - need to send messages to emails at a particular time a week

Trying to compare two text files, and create a third based on information

ruby parsing

Check if web file exists, without downloading it?

ruby

Extract text between HTML tags with nokogiri

ruby xpath nokogiri

How to solve project euler #21 faster?

ruby

Installing gems on jruby

Global rescue and logging exceptions in Sinatra

ruby error-handling sinatra