Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby only creating 3 threads at a time

ruby multithreading

Redirecting to a 500 page when an AJAX call fails in Ruby on Rails

ruby-on-rails ruby ajax rjs

Does Ruby have an equivalent of Python's twisted framework as a networking abstraction layer?

(U) Ruby Extensions: rb_gc_mark() and instance variables

Making a SOAP request by using XML in Rails

ruby-on-rails xml ruby soap

Why rubygame and gosu are slower than pure opengl?

ruby opengl rubygame libgosu

how do you assert an exception from another ruby module is thrown? (using assert_throws)

ruby module symbols testunit

Rails and I18n: localized templates vs localized string

Installing gems inside (J)Ruby code

java ruby jruby

What do I put in my Ruby (JRuby) code to break into the debugger?

ruby debugging jruby break

How do I include a module in a namespaced class?

ruby

How does Ruby's Array.| compare elements for equality?

ruby

Ruby: How can I have a Hash take multiple keys?

ruby hash

ruby-debug19: Can't get working with Ruby 1.9.1p376

ruby debugging

Getting JRuby to work in RubyMine

ruby rubygems jruby rubymine

Is there a way to flush html to the wire in Sinatra

ruby sinatra

How do I run code before and after a method in a sub class?

ruby metaprogramming

How to split between two capital letters?

ruby regex split

How to implement cookies in Ruby Net::HTTP

ruby http cookies net-library

What does `update_attribute` return if it fails?