Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Get quarter's begin/end dates

ruby date

Add two arrays into another array [duplicate]

ruby arrays

"Lazy" require in ruby

How to access an autoloaded zsh function from a ruby script?

ruby zsh

How to take a screenshot of a full browser page and its elements using selenium-webdriver/capybara in Ruby?

Matching position in gsub or scan

ruby position gsub ruby-1.9.3

Handle some rows differently on upsert -> exists?

RHTML displaying HTML tags on output

Passing Value of Post ID in Hidden Field

Low quality when converting PDF to JPG

ruby pdf imagemagick rmagick

Ruby regex validation?

ruby-on-rails ruby regex

Expire cache fragment not working

ruby-on-rails ruby caching

Rails/Ruby/Postgres - LoadError cannot load such file -- pg_ext

ruby-on-rails ruby pg

How and how much comments will impact on application performance?

Is there an elegant way in Ruby which acts like `require` in Scala?

ruby scala syntax

Is it possible to get the uninterpreted command line used to invoke a ruby script?

ruby command-line

How can I multiply a number in an array by its position in the array and then add up the sum of the array in ruby?

ruby arrays