Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Exclude draft articles from Solr index with Sunspot

Variable assignment

Word generator for ruby testing

ruby testing

Convenience methods for Ruby's Number class and 0

ruby numbers

insert line into file using rails templates

Why || and or behaves differently in rails? [duplicate]

ruby-on-rails ruby

Override what Ruby thinks is the current time in Time.now?

ruby-on-rails ruby

Explaining a Ruby code snippet

ruby

Migrating some objects from one database to another

Using Ruby, what is the most efficient way to get the content type of a given URL?

ruby content-type

Why can the Ruby File#read or File#readlines only be used once?

ruby

How do I split text into key-value pairs?

ruby string parsing

How do i generate a 4 x 5 matrix full of random numbers with ruby 1.8.7

ruby matrix

How do I embed an uploaded binary files (ASCII-8BIT) in an XML (UTF-8)?

ruby ruby-on-rails-3

Ruby 1.9 If I have a shebang pointing to ruby, why doesn't the system see it?

ruby

Select all columns by a unique column value in Rails 3

Correct syntax for get requests with rest-client

ruby rest-client

Routing Error No route matches [GET] "/static_pages/home", tutorial

Marshal can't dump hash with default proc (TypeError)

ruby marshalling

How do `Hash#reject!` and `Hash#reject` differ from `Hash#delete_if`?

ruby