From 2ade4d5808c953372fc31fdb2dc93d6720a3a0fb Mon Sep 17 00:00:00 2001 From: miwi Date: Thu, 7 Aug 2008 21:24:02 +0000 Subject: ActiveRecord-JDBC is a database adapter for Rails' ActiveRecord component that can be used with JRuby. It allows use of virtually any JDBC-compliant database with your JRuby on Rails application. WWW: http://rubyforge.org/projects/jruby-extras/ PR: ports/126326 Submitted by: Alexander Logvinov --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') diff --git a/databases/Makefile b/databases/Makefile index 43b681489297..83939392c820 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -554,6 +554,7 @@ SUBDIR += ruby-search-namazu SUBDIR += ruby-sqlite SUBDIR += rubygem-activerecord + SUBDIR += rubygem-activerecord-jdbc-adapter SUBDIR += rubygem-memcache-client SUBDIR += rubygem-postgres SUBDIR += rubygem-rrdtool -- cgit