Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How can I use Nokogiri to write a HUGE XML file?

Creating a single page proxy using Ruby Sinatra

ruby proxy sinatra

Parsing structured text in Ruby

Checkinstall fails to make a Ruby 1.9.2 package

ruby checkinstall

How do I keep my rvm gemset while using tmux?

ruby-on-rails ruby rvm tmux

Line breaks in JSON string lost by Rails controller

Undoing auto-indentation

ruby irb auto-indent

How to (terminal) cd in folder from ruby script

ruby

How do I add new action and view with script/rails generate?

What is Ruby's equivalent to Python's multiprocessing module?

How does Array#- (subtract operator) compare elements for equality?

RCov for RSpec 2 not detecting coverage correctly? (not Rails!)

ruby rspec rake rcov

Resque: one worker per queue

Isn't 00.0 the same as 0.0?

ruby numbers

why doesn't EVERYTHING default to UTF-8? [closed]

python mysql ruby utf-8

How to pass a block to another in Ruby?

ruby block

How to run multiple tiny Ruby (Rack) apps on one server?

ruby-on-rails ruby rack

'EOFError: end of file reached' on HEROKU while posting UTF-8 via SSL

Ruby gems installation error

Where to put validations when following a DCI design?