Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Is there a way to avoid duplicated blocks in Ruby?

ruby block

Rails - cannot run rake command because of "libMagickCore.5.dylib"

Rails + Mac OS X: libMagickCore-Q16.7.dylib doesn't work

How do you get the class of an underlying object in a Ruby enumerable?

ruby

Are Ruby fork are COW friendly if yes how to test it

ruby copy-on-write

Unknown Attribute when importing from CSV

Best way to find nested opening and closing tags

ruby

Create array from ActiveRecords Association CollectionProxy

Pick "least congested" number in a Ruby array

ruby

Migrating from clear password storage to authlogic

rails helper function to return the most recent date

Braintree payment gateway: Dealing with "payment_method_token"?

Perl like anonymous subroutines in ruby

ruby perl

JRuby/Windows and (native) extensions how do I distinguish them?

ruby rubygems jruby

What is the best way to write a rakefile to run commands in windows?

Is it okay to call a private method of a parent class's subclass from a module which is included in the parent class in rails?

ruby-on-rails ruby