Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Testing with Ruby

ruby testing

Accepting an undefined number of arguments in Ruby/Inline C

Rails Sinatra application not loading Gems. Do I have them in the wrong place?

ruby rubygems sinatra bundler

Ruby uninitialized constant error when loading all files in a directory

ruby

How to pretty-print decimal format

Rspec rubocop error `prefer using verifying doubles over normal doubles`

How to extract digits from a String and transform them into an Integer

ruby

Why does Ruby compiler count expected number of arguments in this case as zero?

ruby

uninitialized constant Object::Element in Opal RB

javascript ruby opalrb

Ruby Null-Conditional operator [duplicate]

ruby

Loop through years + months

Is this ruby code thread safe?

Which is a better way to detect a client's user-agent?

How to convert text to unicode in Rails?

Can I programmatically silence Rake tasks?

ruby rake

Ruby on Rails - Get a device's router's IP address?

Should I use Ruby 1.9x or 2.0x? [closed]

How can a class have a method named end

ruby