Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Faker gem: possible to seed with stylized text?

Ruby FileUtils.mkdir_p is only creating parent directories

ruby fileutils

Get IP Address for a specific network interface on Ruby

ruby linux

Duplicating a Hash in Ruby

ruby hash

How to check if array shares elements with another array in Ruby?

ruby-on-rails ruby

Implementing JWT on Rails

Does Ruby provide a constant_added hook method?

ruby hook constants

ruby: How can I get all the Class and/or Module objects that are a child of a Module?

ruby

Writing YAML files in Ruby: lack of pretty printing formatting options

How can I test different environments (e.g. development|test|production) in Cucumber?

Ruby: bundle not working with rbenv (path name contains null byte (ArgumentError)

ruby rubygems bundler rbenv

How to suppress deprecation warnings?

ruby deprecation-warning

Arity of method delegated with method_missing

RSpec: How to test existence of keys in an array of hashes?

ruby unit-testing hash rspec

How to randomise upper/lower case of a string in Ruby?

ruby string methods character

Finding records between date range

Should Ruby method return nil or empty object

Escape line breaks in puts output

ruby irb ruby-1.8.7

Generate a random number with a seed between a range in ruby

ruby random