Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How can I input multibyte characters in rails console (or irb)?

ruby irb

How does one quickly access ruby and rails documentation when using vim?

ruby-on-rails ruby vim

No progress installing ruby via macports. How long should this action take?

Cannot rake db:create:all -- Couldn't create database for {"encoding"=>"utf8", "username"=>"root", "adapter"=>"mysql"

mysql ruby-on-rails ruby

watir-webdriver checking table size rows and columns count

ruby watir watir-webdriver

Ruby: JSON.parse returns undefined method `bytesize' for

ruby json sinatra

Running phantomjs from a Ruby on Rails application

How to refer a local gem in ruby?

ruby gem load-path

ruby blocks not first-class

How to configure MongoMapper and ActiveRecord in same Ruby Rails Project

Cannot Login to Amazon with Ruby Mechanize

ruby amazon mechanize

simple hash merge by array of keys and values in ruby (with perl example)

How to "transform" an array in a sentence?

ways to define a global method in ruby

ruby global

How does foo(&nil) behave differently than foo(&"not a proc")?

Difference in blowfish encryption between perl and ruby

Docsplit Ruby on Rails

ruby-on-rails ruby docsplit

How to use Array#sample(n, random: rng) syntax?

ruby syntax random ruby-1.9.3

How to force a Float to display with full precision w/o scientific notation and not as a string?

ruby floating-point

How do I capture the output of a pry shell command?

ruby shell pry