Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Parsing a very particular string structure in ruby (baseball data)

ruby regex string

Strange syntax error "unexpected unary+" related to a space after `+`

ruby

Nokogiri - parsing multi-line `<link>` tag as link and text

ruby xml nokogiri

How to return string with character at given index removed?

ruby string

Problems installing Gitlab on odroid (v8 lib not available?)

ruby arm v8 gitlab odroid

Ruby regexp to turn snake_casing to PascalCasing?

ruby regex pascalcasing

Why is it not possible to print a hash directly in Ruby?

ruby hash

Style/OptionalBooleanParameter: Use keyword arguments when defining method with boolean argument

Good practice to explicitly return the values of the function?

ruby function return-value

How do I create a Sequel migration from an existing postgres table dump?

ruby if hash keys include text, return hash key

ruby hash

Disable certain parameters from being logged in Ruby on Rails

iterate with a method within ruby class

ruby algorithm class iteration

Rails: controller won't update model correctly

How Ruby benchmark calculates total cpu time inside a thread

How method name is converted into a symbol in Ruby?

ruby