Search results
"tag:"ruby""
| Title and summary | Date/time | |
|---|---|---|
|
1
|
Comparing Ruby exceptions to additional stat() test
A common idiom in Ruby code (FileUtils, ActiveSupport, Hike) when dealing with a file or directory that may or may not exist is to go ahead and call a method that expects the file to exist (such as open), and catch the exception raised for nonexistent ... |
Oct 25, 2012 8:16:00 PM |
|
2
|
ActiveRecord connection pool fairness
ActiveRecord maintains a pool of database connections that may be used by multiple threads to perform database work. If many threads are contending for a smaller number of connections, the behavior of the connection pool becomes important. |
May 24, 2012 10:20:00 PM |
|
3
|
Asynchronous responses in Rack
Rack is an interface for Ruby components accepting and responding to HTTP requests synchronously. Though there is not an official Rack spec for asynchronous responses, Rack servers such as Rainbows! and Thin provide an asynchronous interface for ... |
Apr 15, 2012 6:58:00 PM |
|
4
|
Bundler searches an NP-complete problem
The dependency resolution algorithm used in bundler (up to at least version 1.1) attempts an exhaustive search (using backtracking or backjumping) of what is an NP-complete problem. In most cases, a solution is found quickly. But in some real-world ... |
Mar 7, 2012 8:52:00 PM |
|
5
|
Example JRuby Extension in Java
Simple example of writing a JRuby extension in Java. |
Apr 10, 2010 9:34:00 AM |
