Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby Optional Parameters and Multiple Parameters

Does ActiveRecord wrap manual queries into a transaction already?

rspec require spec_helper in .rspec file

ruby rspec bundler

Share variable through ruby processes

if can? in Ruby on Rails

ruby-on-rails ruby

Implementing gpg Encryption in Ruby

ruby encryption gnupg openpgp

Extra Ruby lines inside If statements cause problems in Haml?

ruby-on-rails ruby haml

Deleting a specific line in a text file?

ruby file line

update_column method for multiple attributes

Railscasts Episode #362 - Exporting to Excel: How to avoid the warning message given by Excel 2010 when opening the file?

How to convert module class name to symbol in rails

Why does exiting a Ruby thread kill my whole program?

ruby multithreading

Array into ranges of consecutive numbers [closed]

ruby arrays algorithm

What is ->() { } in Ruby?

ruby-on-rails ruby

Ruby command line one-liners sub vs. scan

ruby

How to create a command-line executable in Clojure

java ruby clojure

How to remove duplicates from array with custom objects

ruby arrays object union

Why ruby modulo is different from java/other lang ?

java ruby modulo

How to 'disable' a certain method in ruby from being called in the console

ruby

Rails - Extract HTTP Verb From Named Route

ruby-on-rails ruby