Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Error when installing Ruby 1.9.3 on Mac OS X Lion

ruby rvm

Path issue in Chef12 to Chef13 upgrade

ruby path chef-infra chef-solo

Suggested Redis driver for use within Goliath?

ruby list ancestors which are not mixins

ruby inheritance

How to secure Rails app with several companies sharing application and databases [closed]

Looking for best way to retrieve business hours from database

ruby-on-rails ruby sqlite

Creating a category page in rails

ruby-on-rails ruby

Deleting Rails 3 subdomain cookies

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