Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to test HTTParty API call with Ruby and RSpec

ruby rspec httparty

Ruby language curious integer arithmetic : (-5/2) != -(5/2)

ruby integer

Ruby "is" equivalent

python ruby

Reimplement ASP.NET Membership and User Password Hashing in Ruby

How do I compile Readline support into Ruby

ruby readline irb

Ruby whitespace: Is { :a => 1 } better than {:a => 1}? [closed]

ruby formatting whitespace

Rewrite simple ruby function to use a block

ruby function yield

Ruby refactoring in Vim

ruby vim refactoring

Can someone please explain class << self to me?

ruby-on-rails ruby

rspec commandline variable input

ruby rspec

how can i install rubygems with rvm ? what is the difference between the two?

Choosing Ruby on Rails as platform for an browser based online game

ruby-on-rails ruby

Changing entry in an array while looping through it

ruby arrays

RVM bundle not found

ruby rvm

Emulate Default Object#inspect Output?

ruby

last element in Hash.each [duplicate]

ruby

Ruby: hexadecimal in regular expressions

ruby regex hex

ActiveRecord find_or_build_by

Ruby '.find' method only returning first occurrence

ruby-on-rails ruby

How to select a Radio Button using Mechanize in Ruby?