Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Test file initialization based off template using ChefSpec

ruby chef-infra chefspec

ruby on rails tutorial section 3.2 rspec testing error

rounding a Rails DateTime to the nearest 15 minute interval

Using twitter bootstrap 3 with rails using bootstrap-sass gem

Ruby: Sum selected hash values

Combine two regular expressions

ruby regex syntax

Why will Rails Console not load Changes to ruby file

ruby-on-rails ruby console

Ruby Array - reverse iterate with next and before element

ruby arrays

Time.parse and DateTime.parse returns different results

ruby datetime

Can a Ruby module be described as a singleton class?

ruby design-patterns module