Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

What do Ruby's printf arguments mean?

ruby printf

How do I write a regular expression that will match characters in any order?

ruby regex

Error Compiling Postgres pg gem on Ubuntu 12.04 [duplicate]

What are the downsides to declaring "instance" variables at the class scope in Ruby?

Make chef cookbook recipe only run once

Use schema.rb in gem

ruby-on-rails ruby rake

Whats the best way to split an array in ruby into multiple smaller arrays of random size

ruby arrays random slice

Misunderstanding about Object#tap

ruby

Ruby - Inserting entries from CSV into database

ruby-on-rails ruby csv

How can I generate random mixed letters and numbers in Ruby

ruby

Can't modify frozen Fixnum on Ruby 2.0

ruby ruby-2.0

Accessing hash attribute the same way as accessing an object attribute

ruby hash

Why do I get "Undefined method ::new" in simple classes?

ruby

How do I select an item from a drop down with Site Prism?

Ruby Regular expressions (regex): character appear only once at most

ruby regex

DRY search every page of a site with nokogiri

Making sure I have a timeout set while using watir to wait for page load

ruby watir watir-webdriver

How to select only leaf nodes with Nokogiri?

ruby xpath nokogiri

Library not loaded error -- wrong ruby

ruby-on-rails ruby rvm

How to get records from SQLite in random order using the Sequel ORM?

ruby sqlite sequel