JRuby

Counting Ruby Objects on the JRuby Heap

I got an email the other day from Michael Yuan. He had been working with some folks who were running an application on JRuby and they thought they might be...

0 replies - 945 views - 10/08/08 by Gregg Sporar in News

Language Generation

This post is the first in a series of posts about PAIPr. Read here for more info about the concept.

0 replies - 288 views - 09/10/08 by olabini in News

Paradigms of Artificial Intelligence Programming (In Ruby)

Since I never can get enough projects, I’ve decided to start on something I’ve thought about doing for a long time. There are several reasons for doing it,...

0 replies - 235 views - 09/10/08 by olabini in News

Simplified finders in DataMapper

It seems I’m spending lots of time reading about DataMapper currently, while planning the first refactoring of Ribs. While reading I keep seeing Sam’s...

0 replies - 189 views - 09/08/08 by olabini in News

JtestR 0.3.1 Released

JtestR allows you to test your Java code with Ruby frameworks.Homepage: http://jtestr.codehaus.orgDownload: http://dist.codehaus.org/jtestrJtestR 0.3.1 is the...

0 replies - 165 views - 08/22/08 by olabini in News

Rails running on GlassFish @ LinkedIn

Light Engineering team (BumperSticker fame) at LinkedIn has chosen GlassFish for running their Rails application. One of the developers on the team reports:

0 replies - 321 views - 08/21/08 by Arun Gupta in Blogs

JRuby 1.1.3 released - Getting Started with GlassFish

JRuby 1.1.3 was released last week - download here. The highlights are:

0 replies - 598 views - 07/21/08 by Arun Gupta in Blogs

Java and Mocking

I've just spent my first three days on a project in Leeds. It's a pretty common Java project, RESTful services and some MVC screens. We have been using Mockito...

4 replies - 3947 views - 07/04/08 by olabini in News

TOTD #37: SQLite3 with Ruby-on-Rails on GlassFish Gem

0 replies - 297 views - 07/02/08 by Arun Gupta in Blogs

GlassFish JRuby Gem 0.3 released.

Version 0.3 of GlassFish JRuby Gem which helps to run Ruby On Rails application on GlassFish has been released.This release is mainly a bug fix release with...

0 replies - 698 views - 06/24/08 by Masoud Kalali in Announcements

Rails 2.1 on GlassFish - it works!

Rails 2.1 was released earlier this month. GlassFish provides a complete development/deployment environment for Rails applications. Some of the main...

0 replies - 503 views - 06/19/08 by Arun Gupta in News

Thomas Enebo Releases JMX Gem

I wrote a JMX client library quite a while back and I finally got around to putting it on jruby-extras. To get the magic you can:jruby -S gem install jmxOnce...

0 replies - 1786 views - 06/10/08 by Thomas Enebo in News

RailsConf 2008

I've landed, gotten mostly back in the right timezone without too many incidents (except running through SFO to board very badly scheduled connection).After...

0 replies - 167 views - 06/03/08 by olabini in News

Ruby doesn't have meta classes

OK. It's time to get rid of this terminology problem. Ruby does NOT have meta classes. You can define them yourself, but it's not the same thing as what is...

0 replies - 154 views - 05/30/08 by olabini in News

Ruby closures addendum - yield

This should probably have been part of one of my posts on closures or defining methods, but I'm just going to write this separately, because it's a very common...

0 replies - 186 views - 05/30/08 by olabini in News