Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Rails on Mac OS X Snow Leopard: mysql2.bundle dlsym - Symbol not found (LoadError)

How do I uninstall an old version of Ruby, and is it a wise thing to do?

ruby linux

Ruby code to remove insignificant decimal places?

Ruby find a whole math expression in a string using RegEx [duplicate]

ruby regex

How do I create a mutable string in Ruby?

ruby string mutable

How do I DRY up business logic between sever-side Ruby and client-side Javascript?

Why does gsub's '\1' capture group produce this string?

ruby regex gsub

yaml format with question marks and |

ruby yaml

Sinatra Request Object

ruby class methods sinatra

Why is the default encoding in Rails not UTF-8?

ruby character-encoding

Rake creating a rule that uses multitask

convert utf-8 to unicode in ruby

ruby unicode utf-8 iconv

rbenv build failures macos

ruby macos rbenv

Please explain this metaprogramming magic of ruby

ruby metaprogramming

String split by certain condition

ruby string split

can you define a block inline with ruby?

ruby

RVM error while running make install in ruby

ruby rvm

How to refer the index of an element in Array#delete_if

ruby methods