Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Converting numeric string to numeric in Ruby

ruby

Parsing a CSV file using different encodings and libraries

Add something to hash value if key exists?

ruby hash hashmap

Ruby method lookup path for an object

ruby

How to sort an array of accented words in ruby

ruby sorting

How to check if url/links exist in page in Capybara?

Comparing & sorting array of hashes in Ruby

ruby

What would be a good example of "sending messages to objects" within Python?

python ruby oop smalltalk

ruby round off to two decimal place and keep zero [duplicate]

ruby-on-rails ruby rounding

Is it possible to undefine a variable in ruby?

ruby-on-rails ruby

What language features of Ruby would you highlight compared to C#?

initializing and incrementing a variable in one line of code

Initialize in Ruby

ruby initialization

how to dynamically call a method while respecting privacy

ruby reflection visibility

Add existing classes into a module

ruby module metaprogramming

Creating a custom method in rails

Ruby how to call a method only when the object is not nil

ruby methods undefined null

Meta Descritpion in HAML with outside variable

Ruby grep - searching an array for parts of a string

ruby grep imap

How do you perform boolean operations over all elements of an array and mix the result together?

ruby