Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to pass more one code block to a function in Ruby?

ruby

How to acess ctime, mtime, … of a symbolic link?

c ruby unix filesystems symlink

How do I source environment variables for a command shell in a Ruby script?

Getting Private Method error in Ruby on Rails

ruby-on-rails ruby

Why am I getting undefined method errors for "strip" and "downcase" when I run RSpec on my models?

ruby testing rspec

Have you replaced makefiles with ruby scripts?

How to access a toplevel entity in ruby, from inside a module which defines the same name

ruby

Add save callback to a single ActiveRecord instance, is it possible?

Running RSpec in debug mode

ruby rspec

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