Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

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

How can I generate a dynamic tag with Nokogiri::XML::Builder?

ruby nokogiri

Spec RSpec model attribute setter

ruby attributes rspec setter

ruby - Can I create a md5 hash of length 8?

ruby md5

ruby executing remote scripts in one line. (like installing rvm)

ruby linux bash shell

Heroku RACK_ENV says "development" on Thin, but "staging" on Unicorn

ruby heroku thin staging unicorn

Convert Input Value to Integer or Float, as Appropriate Using Ruby

ruby numbers

Any method to write Ruby without adding "end"? [closed]

ruby syntax

Formatting a number to split at every third digit

ruby

How do I add encoded query values to a URL?

how to find installed path for ruby and bundle on ubuntu?

ruby bundle

BigDecimal in 1.8 vs. 1.9

ruby bigdecimal

syntax error, unexpected $end, expecting keyword_end

ruby syntax-error

Are modules == mixins in ruby?

ruby