Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

ruby add strings from array

ruby-on-rails ruby

Mocking constructors in Ruby

ruby ruby-mocha

Best Permalinking for Rails

Overriding a MIME type in Rails

In Rails, how do you use RESTful controllers with Haml?

ruby-on-rails ruby rest haml

PIL vs RMagick/ruby-gd

Ruby style question : blocks or inheritance?

ruby oop coding-style

Open Source ruby and rails projects [closed]

Is it slow to use a redirect because it causes an additional request?

ruby-on-rails ruby

Refactoring Model Methods in Ruby On Rails

What is the best way to remap a Hash in Ruby?

ruby hash remap

Nokogiri: Select content between element A and B

Is it feasible to use Ruby 1.9 for Rails yet?

ruby-on-rails ruby

How do I remove the <opt> tag in XML::Simple output?

ruby xml perl

How can I make this massive Ruby if/elsif statement more compact and cleaner?

ruby refactoring

Calling super on a method defined by define_method

compare two arrays except element x,y,z (ruby)

ruby arrays comparison

monkey patching time.time() in python

Removing a pattern from the beginning and end of a string in ruby

Send and Receive JSON using RestClient and Sinatra

ruby sinatra rest-client