Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Rails 3 won't install sqlite3-ruby gem with rvm?

ruby rvm sqlite3-ruby

Why does including this module not override a dynamically-generated method?

ruby ripple

"HTTPI tried to user the httpi adapter" error using Savon SOAP library

ruby soap savon httpi

How to start and stop a Sinatra application using Thin on Windows?

ruby windows sinatra thin

ActionView::TemplateError (Missing template) In ruby on rails

Automatically add rack middleware with a gem

ruby rubygems rack

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