Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

how to invoke a method for every second in ruby

ruby rhodes stopwatch

TypeError: Object doesn't support this property or method

Why Object.class == Class in Ruby?

ruby oop

How can this 6 line method be refactored to be more readable?

Higher order iterators in Ruby?

ruby iterator

Prerequisites required for compiling Ruby 1.9.2 on Linux?

ruby ubuntu

Fastest way to find the number of unique elements in a string

ruby string

ruby net/http opening connection very slow

ruby net-http

Given a string, how to append a carriage return followed by another string?

ruby-on-rails ruby

Rails - cannot run app: Unable to load the EventMachine C extension;

exec the cd command in a ruby script

ruby

Ruby Regex Gsub when does not match

ruby regex gsub

Omniauth in Rails 3.1.rc4

Change string in a date format to another format

ruby date

What does this error in Sass mean? "Illegal nesting: Only properties may be nested beneath properties."

css ruby sass

Simple printing key of a hash? [closed]

ruby hash

vim and Ruby on Rails [closed]

Printing elements of array using ERB [duplicate]

ruby-on-rails ruby arrays erb

How to remove last word from a sentence (a string)

ruby

Perl equivalent of Ruby's `reject!`?

ruby perl arrays