Home

Search results

"tag:"jruby""


Title and summary Date/time
1
Profiling JRuby with NetBeans
A case study and tutorial on using the NetBeans profiler to profile Ruby code running on the JVM via JRuby. Walks through the steps of configuring NetBeans, launching JRuby with profiling settings, connecting NetBeans to JRuby, and analyzing the results.
Oct 26, 2012
11:37:00 AM
2
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
3
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
4
Example JRuby Extension in Java
Simple example of writing a JRuby extension in Java.
Apr 10, 2010
9:34:00 AM