Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to calculate number of chars common to two strings?

ruby

Ruby: How to replace text in a file?

ruby regex replace

puts statements for debug

How do i skip over the first three rows instead of the only the first in FasterCSV

How do I preserve case with http.get?

ruby-on-rails ruby

Shorter way to remove non-characters than gsub(/\d|\W/, "")

how do I play mp3 file?

HAML - how to display the value of a variable?

ruby-on-rails ruby haml

Rails and class variables

ruby

How do you find what week in a month a day is on?

ruby-on-rails ruby

Why is splat argument in ruby not used all the time?

ruby splat

Ruby word array as hash?

ruby-on-rails ruby

Rails 4.2.0.beta2 - Can't connect to LocalHost?

Return value of initialize method [duplicate]

ruby class return-value

Javascript with embedded Ruby: How to safely assign a ruby value to a javascript variable

javascript ruby

Please introduce a multi-processing library in Perl or Ruby

python ruby perl

Extend model in plugin with "has_many" using a module

ruby-on-rails ruby

How do I run two threads in Ruby at the same time?

ruby multithreading

Understanding Ruby Enumerable#map (with more complex blocks)

Ruby - return an array in random order

ruby random irb shuffle