Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Sort a list of objects by using their attributes in Ruby

ruby sorting idioms

on my local Windows machine, how do i write a script to download a comic strip every day and email it to myself?

Ruby on Rails HTML-Table Generator

ruby regex .scan

ruby regex

Parsing latitude and longitude with Ruby

What does it mean to yield within a block?

ruby

Initialize a Ruby class from an arbitrary hash, but only keys with matching accessors

ruby class

Using the pluralize method in a rake task

ruby-on-rails ruby

How are Ruby and Rails related?

ruby-on-rails ruby

How do I handle nils in views?

ruby-on-rails ruby

Merge items in nanoc

/usr/local/lib/libz.1.dylib, file was built for i386 which is not the architecture being linked (x86_64)

What does ||= mean in Ruby? [duplicate]

ruby

In Ruby, should we always use "&&", "||" instead of "and", "or" unless for special situations? [closed]

ruby logical-operators

How to run a cron job in Heroku, with a Sinatra app

How can I alter this regex to get the Youtube video id from a Youtube URL that doesn't specify the v parameter?

ruby regex url youtube

Is there something wrong with this python code, why does it run so slow compared to ruby?

Is is possible to run Cucumber in Java out of the box without JRuby/gems?

java ruby cucumber jruby

Post.count to_sql in Rails3?

How To keep track of counter variables in ruby, block, for, each, do

ruby loops variables counter