Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Faking a git repository for testing

ruby git testing rspec

can't find gem rails - Gem::GemNotFoundException

What is the relationship between Array and Enumerable?

ruby arrays

Ruby, Generate a random hex color (only light colors)

ruby random colors

Iterate over directories and subdirectories recursively showing 'path/file' in ruby

ruby loops recursion

How to Display Content with Raw HTML with Ruby on Rails

Match a content with regexp in a file?

ruby regex

Is 'eval' supposed to be nasty?

ruby security eval

Sort an Array of Strings by their Integer Values

undefined method `exists?' for File:Class (NoMethodError)?

ruby

Number of days between two Time instances

ruby date time

Adding a comment in the middle of a call chain

ruby comments

Why can I access constants inside an array in Ruby?

ruby

How to align horizontally a multiline CLI help text with OptionParser

How does the method .call() work?

What does it mean BUNDLE_DISABLE_SHARED_GEMS: '1'?

Are YARV Arrays' push/pop methods thread-safe?

ruby yarv

Ruby: more idiomatic way of "upserting" an array value in a hash