Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to handle 404 errors with Ruby HTTP::Net?

ruby http

Alias for instance variables?

ruby variables instance alias

Is it possible to call a Module function from inside a class that is also in that module

ruby

Ruby Get Available Disk Drives

ruby list disk drives

In Ruby, what are the vertical lines?

ruby

Can someone explain to me NaN in Ruby?

ruby numbers nan

Using Rails Form Helpers with Serialized Custom Classes

Does Time.to_i always return number of seconds since EPOCH in UTC?

rspec user story feature vs cucumber

Convert an escaped unicode String to its chars in ruby 1.8

ruby unicode utf-8

Using rake import (calling other rakefiles)

ruby import rake rakefile

Use cases for the different Padrino haml helpers

ruby view haml padrino

Why isn't REPL-style development more common in Ruby?

Using RVM with different gemsets in TextMate

ruby textmate rvm

Ruby NET::SCP and custom ports

ruby ssh port

Dynamic Variable Scoping in Ruby 1.9

How do I import rake tasks from a gem when using Sinatra?

ruby rubygems rake sinatra task

Access instance variable using its name (as symbol)

ruby class variables

PDF generating with prawn - How can I acces variable in Prawn.generate?

ruby-on-rails ruby prawn

Do ruby and irb use different module search paths?

ruby rubygems