Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

All possible combinations of selected character substitution in a string in ruby

How do I convert a string to an array with spaces preserved in Ruby?

arrays ruby string split spaces

how to pass Security header in savon 2.7 with Rails 4

ruby-on-rails ruby savon

ActionMailer "Net::ReadTimeout" when using Delayed Job with Rackspace "emailsrvr.com"

What is the difference between \d and \p{Digit}?

ruby regex

Using the splat operator in Parallel assignment in Ruby more than once on one side

ruby

Java source code parser in Ruby

Understanding Ruby class vs instance methods

ruby

Mimic C preprocessor with Python/Ruby?

Hash default value not being used [duplicate]

ruby hash default-value

read all shell variables in ruby

ruby bash shell awk zsh

Why doesn't a ternary operator with assignment return the expected output?

Specifying how many numbers after a decimal point

How to use Net::SMTP over SOCKS proxy?

Creating a custom Vagrantfile from Packer

ruby vagrant packer

Meaning of __FILE__ = $0 as given on ruby-lang.org

ruby

How to check whether an array contains a substring within a string in Ruby?

ruby arrays