Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Rails - What is the design pattern to subclass a model?

I'm learning to program and have chosen Ruby. Should I upgrade to Ruby 1.9?

ruby rubygems ruby-1.9

Ruby - how to handle problem of subclass accidentally overriding superclass's private fields?

ruby oop subclass subclassing

Problems Calling a Java Class from JRuby

java ruby jruby

How to use Sinatra's Haml-helper inside a model?

ruby sinatra haml

How could I remove the last character from a string if it is a punctuation, in ruby?

ruby regex string substring

Mechanize breaks on ASP page

ruby mechanize

ruby hash memory leak after key deletion

How do I search, increment, and replace integer substrings in a Ruby string?

ruby regex string replace gsub

Is it possible to configure the IRB prompt to change dynamically?

ruby prompt irb

How do I parse a plain HTML table with Nokogiri?

Having a module and class with the same name

ruby-on-rails ruby

Net::HTTP get source code and status

ruby

How do you configure resque-web to use Resque.redis.namespace?

Rails -- database index necessary for :id attribute?

Is there a command line program or library that turns image files into ASCII art?

ruby image image-processing

Watir Changing Mozilla Firefox Preferences

Is it considered acceptable to have no comments in good Ruby code? [closed]

ruby documentation comments

Ruby Mechanize: Follow a Link

ruby mechanize-ruby

How to iterate through string for all regexp matches in Ruby?

ruby regex string