Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Backslash + captured group within Ruby regular expression

ruby regex

understand self for attr_accessor class method

ruby attr-accessor

Why is EventMachine so much slower than Node?

Can I get the date when an HTTP file was modified?

ruby http http-headers

Ruby readline fails if process started with arguments

ruby

Given a Ruby metaclass, how do I get the instance to which it is attached?

ruby metaprogramming

How can same program in ruby accept input from user as well as command line arguments

ruby

Ruby: convert day as decimal to day as name

ruby date

How to set a multidimentional array in session with rails

ruby-on-rails ruby session

How do I find the absolute path of the currently running Ruby script?

ruby

Is there a Python library (or pattern) like Ruby's andand?

python ruby null andand

EventMachine and Ruby Threads - what's really going on here?

How to parse consecutive tags with Nokogiri?

ruby nokogiri

Nokogiri xpath() 'or' operator?

ruby xml xpath nokogiri

Why doesn't Logger output to STDOUT get redirected to files?

ruby logging

An easy way to run tests on a gem?

ruby testing rubygems gem

is there any Ruby or Rails reporting tools based on customizable templates?

How do I remove HTML encoded characters from a string?

ruby string html-parsing

Default hash values in Ruby (Rubykoans.com -> about_hashes.rb)

ruby hash

Ruby on Rails: Removing a dependency while installing a gem?