Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

generate activerecord schema from an existing table

How to put an email address in url on Rails

ruby-on-rails ruby email url

Any RSpec like tool for Erlang?

ruby rspec erlang bdd

Clean way to build long strings in Ruby

ruby string messages heredoc

How to manage migrations when multiple apps share the same database in Ruby?

How do I read a midi file, change its instrument, and write it back?

python ruby perl midi

How do I read text from non visible elements with Watir (Ruby)?

ruby watir watir-webdriver

ruby how read user input in scanf-style like in C++

c++ ruby scanf

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