Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Where is the best place to add methods to the Integer class in Rails?

Restful commands

ruby-on-rails ruby rest

How do I "fake" C# style attributes in Ruby?

ruby attributes

How can I get Nokogiri to parse and return an XML document?

Special characters with Ruby XML Builder

xml ruby builder

Changing value of ruby variables/references

ruby variables reference scope

Why use a nested Ruby module for version information?

ruby rubygems

TypeError: can't convert String into Integer

ruby

Is this the best way to grab common elements from a Hash of arrays?

ruby

Can I pass variables to eval?

ruby

Ruby version of to String method

python ruby

is it OK to use begin/end in Ruby the way I would use #region in C#?

ruby regions

Rails 3 Server Startup problem with fastercsv

Textmate 'Go to symbol' equivalent for Vim

ruby-on-rails ruby vim

Why does Rails use helper methods like link_to instead of <a href...>?

ruby-on-rails ruby

Using gems in Rails 3

ruby ruby-on-rails-3 gem

Why does String::sub!() change the original of a cloned object in Ruby?

TextMate, rvm and TM_RUBY

ruby textmate rvm

How does Ruby chaining work?

ruby chaining

In Ruby, if we define a method call "c=", why can't it be invoked by c = 3?

ruby