Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to block images in Watir?

ruby watir

Ruby Rspec outputs literal escape characters on windows

ruby rspec ansi

How do i create a human readable datediff in Rails

ruby-on-rails ruby

how to pass parameters to an alias method in ruby

ruby methods alias

Stripping the first character of a string

ruby-on-rails ruby

Simple Admin functionality in Rails 3

What are the trade offs between ffi and mri c extensions in ruby?

ruby ffi

Optimized "Multidimensional" Arrays in Ruby

Recommended rdf usage in Ruby on Rails

ruby-on-rails ruby rdf

In Ruby, why is Hash[:a, 1] and Hash[[[:a, 1]]] giving the same result {:a => 1}, while Hash[[:a,1]] gives an empty hash?

ruby hash

How do I remove unwanted from an array?

ruby

How can I programmatically determine which class/module defines a method being called?

Word Count with Ruby

ruby html-parsing

What is the purpose or here documents in ruby?

ruby heredoc

Is there a unified logging system for Ruby?

Paperclip not saving, no errors

Better ruby terminal coloring library

ruby terminal ansi-colors

Ruby: Twitter API: Get All followers

ruby twitter

Is it OK to use the same name for a Ruby method parameter and an accessor method?

ruby

How IMAP idle works?

ruby heroku imap eventmachine