Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Sinatra in Facebook iframe

ruby facebook iframe sinatra

Can Ruby math operators be stored in a hash and applied dynamically later?

ruby operators

Generate a powerset of a set without keeping a stack in Erlang or Ruby

ruby erlang subset powerset

Get title, content via link in rails

When there is an error processing a file before_save, after validation, should I raise an exception or return false and add an error?

How to change deprecated iconv to String#encode for invalid UTF8 correction

ruby module inside module

ruby module

How should I structure my ruby gem command line service?

Rails: How to restrict signup to admin using Devise

ruby-on-rails ruby devise

Ruby IMAP "changes" since last check

ruby ruby-on-rails-3 imap uid

Date range in ruby/rails

ruby-on-rails ruby

Adding a newline to a file

ruby file-io

Ruby: How can I get all the key elements from an json format?

ruby

How to delete the entire row in the csv file in ruby 1.9.2

ruby csv

Ruby - how can I deal with a variable if it doesn't exist

ruby

how to remove header and footer from some of the pages in ruby on rails

ruby-on-rails ruby

What does -@ operator do in Ruby?

ruby

Is Regex faster than array comparison in this case?

NameError: uninitialized constant ::Nokogiri

Find in a hash any values greater then a specific value

ruby