Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Best Rails HTML Parser [closed]

html ruby parsing

Using the right exception subclass in ruby

ruby exception

Is 'c' said to be a character or a string in Ruby - or both?

How do I get Nokogiri to understand my namespaces?

xml ruby xpath nokogiri

Fastest/One-liner way to collect duplicates in Ruby Array?

ruby arrays

Removing Identical Objects in Ruby?

ruby arrays no-duplicates

How can this C and PHP programmer learn Ruby and Rails? [closed]

ruby-on-rails ruby

What's the Ruby equivalent of Python's output[:-1]?

python ruby

How to get today's day of previous month in ruby?

ruby

Given an instance of a Ruby object, how do I get its metaclass?

Get the html from a website with ruby on rails

ruby-on-rails ruby

Rmagick write text in Images

ruby rmagick

Rails Newbie: Recommendations for error handling in controller

How to execute a method only once in Ruby? Are there static variables?

ruby static

Nokogiri 'not' selector

ruby nokogiri

How to install jQuery on rails 3.1

Accessing HTML attributes in Nokogiri

html ruby nokogiri

Ruby's 'or' vs '||' [duplicate]

ruby

How to add a method to an existing object instance at runtime in Ruby?

ruby metaprogramming

ruby - how to correctly parse varying numbers of command line arguments

ruby command-line arguments