posted
on 7th of February, 2010 at
6:43 PM –
Comments –
Notes
web, ruby,
Posts tagged with: "Ruby"
increase net/pop3 timeout
pop = Net::POP3.new(server, port) pop.open_timeout = 240 pop.read_timeout = 240
Test Driven Development in Objective-C with MacRuby
Test::Unit, RSpec, Shoulda, Minitest, Bacon, Cucumber… If there’s one thing that the Ruby community has no shortage of, it’s testing frameworks. Ever wish you could take advantage of these tools to do Test Driven Development in Cocoa? Well, wish no longer! With MacRuby, any Ruby testing framework instantly becomes an Objective-C testing framework. Let’s see how…
Laminate
Laminate templates are executed by the Lua runtime embedded in the Ruby runtime.