Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How can I tell unicorn to understand Heroku's signals?

ruby heroku signals unicorn

Raising an exception: use instance or class?

Find specific job in resque queue

MongoDB with PostgreSQL in One Rails App

Ruby 'Range.last' does not give the last value. Why?

ruby range

Element not found in the cache - perhaps the page has changed since it was looked up (Selenium::WebDriver::Error::StaleElementReferenceError)

ruby watir-webdriver

What is link_to t() in Rails 3?

ruby ruby-on-rails-3

Fork child process with timeout and capture output

How to I load a gem from source?

ruby rubygems gem

Efficient ways to duplicate array/list in Python

python ruby arrays

Defining Class Methods Dynamically in Ruby

ruby metaprogramming

YARD: how to create a link to a class method?

Chaining enumerators that yield multiple arguments

ruby block enumerators

Ruby date time in string conversion to date time with milliseconds

ruby

How to stop making tmux auto setting RBENV_VERSION

ruby shell tmux rbenv

Error On Running Ruby Code named "No SDKs Specified"

ruby rubymine

Ruby's String#hex confusion

ruby hex

Foo < Bar in Ruby

ruby

Ruby: Dir.glob not returning any files

Proper Ruby style for multi-line method chaining containing blocks

ruby coding-style