Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

RubyMine Terminal uses wrong RVM and no history in rails console

How do I take the output of one program and use it as the input of another?

python ruby io

What's the feature in Ruby that allows "p *1..10" to print out the numbers 1-10?

ruby syntax splat

Automatically Logging Exceptions in Ruby

Comparing a variable against two different values in Ruby

ruby

Filling a select with a series of times in increments, plus additional options

ruby-on-rails ruby yaml

Script executes successfully in commandline but not as a cronjob

ruby bash cron

Alternative to rescue in Ruby?

RMagick Rounded Corners

ruby-on-rails ruby rmagick

comparision of date in ruby

ruby-on-rails ruby

What is the Ruby regex to match a string with at least one period and no spaces?

ruby regex

How can I strip tab characters from a string in Ruby?

ruby

Which State Machine plugin do you recommend for Rails? [closed]

Completely random identifier of a given length

stumped on clicking a link with nokogiri and mechanize

ruby nokogiri mechanize

How do I get linux system information in Ruby

Can multiple objects be inserted with the << operator in Rails 3.1?

Class (Type) checking

ruby class ruby-1.9.3

Ruby idiom for "foo.nil? ? nil : foo.to_i"?

ruby idioms

How to make a virtual attribute be a boolean field