Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to implement options hashes in Ruby?

ruby

How do I match repeated characters?

ruby

Couldn't understand the difference between `puts{}.class` and `puts({}.class)`

ruby

Rails - How to use hidden field on form to pass a value of an object related to the one created on a form?

ruby-on-rails ruby

Upload file with Mechanize for Ruby

ruby mechanize

Rails + Active Admin: Display name

What does -> mean in Ruby [duplicate]

ruby-on-rails ruby

How to reference ruby regular expressions

ruby regex

Simplifying an "any of" check with or-operator in Ruby

ruby operators or-operator

What is destructive?

ruby arrays flatten

Are blocks passed as arguments?

ruby syntax

How do I make match stop on first occurance?

ruby xml regex match bbcode

How to use valid? method on an array in rails 3

ruby on rails descending loop increments

ruby pack and hex values

ruby decoding pack hex unpack

Test that rails helper renders a partial

ruby-on-rails ruby rspec

Can't install mysql gem on Mac OS X

mysql ruby gem

How do I use Thor actions without requiring a Thor CLI app?

ruby thor

Classic hash to dot-notation hash

How can I get access to the app variable in a rake task