Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Getting domain of an URL with Regular Expressions

ruby regex string parsing url

How to hover over (mouseover) an element in Selenium Ruby?

ruby selenium automation

Interpolated Ruby within a method call?

ruby-on-rails ruby

How can I kill a ruby thread after a certain amount of time?

ruby multithreading

How do I copy a file from one server to another?

ruby

How to transfer the data from my production DB to my staging DB in heroku?

How to combination/permutation in ruby?

ruby

Why does array.each behavior depend on Array.new syntax?

ruby

Active record. Model.Find.last

Are "begin" and "end" reserved words or not?

ruby

Is there a nice way to check if a string contains at least one string from an array of strings?

Rails scaffolding pluralisation is incorrect for "cafe"

Is there such a thing as the C#'s `#region` keyword in Ruby

ruby

Ruby create a specific array from range

ruby

Ruby - the simplest way to read a text file inside a zip file

ruby zip

Ruby class set/get

ruby get set

Using a rakefile to generate docs from source

ruby rake yard

Can you check if multiple values are the same on the same line in ruby on rails?

ruby-on-rails ruby

Carrierwave + MiniMagick - How to squash animated GIFs to their first frame?

Does Ruby offer an equivalent of Perl's use strict? [closed]

ruby perl