From nobody at rubyforge.org Wed Jul 2 12:18:23 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Wed, 2 Jul 2008 12:18:23 -0400 (EDT) Subject: [Jruby-extras-devel] [1034] trunk/image_voodoo: Fix class #with_image to not check for extensions; make error/ exception API a little more sane Message-ID: <20080702161823.EE43018581B8@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Sun Jul 6 11:06:15 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sun, 6 Jul 2008 11:06:15 -0400 (EDT) Subject: [Jruby-extras-devel] [1035] trunk/jopenssl: Start adding tests for pkcs7 and add basis of implementation Message-ID: <20080706150615.2482C18581C4@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Sun Jul 6 11:06:16 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sun, 6 Jul 2008 11:06:16 -0400 (EDT) Subject: [Jruby-extras-devel] [1036] trunk/jopenssl/.gitignore: Add gitignore Message-ID: <20080706150616.5925718581BB@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Sun Jul 6 11:06:19 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sun, 6 Jul 2008 11:06:19 -0400 (EDT) Subject: [Jruby-extras-devel] [1037] trunk/jopenssl/src/java/org/jruby/ext/openssl: Down to three failures for PKCS7 Message-ID: <20080706150619.56213185859A@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Sun Jul 6 11:06:21 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sun, 6 Jul 2008 11:06:21 -0400 (EDT) Subject: [Jruby-extras-devel] [1038] trunk/jopenssl/src/java/org/jruby/ext/openssl/PKCS7.java: Remove some spurious printouts Message-ID: <20080706150622.015AF18585A8@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Sun Jul 6 11:06:24 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sun, 6 Jul 2008 11:06:24 -0400 (EDT) Subject: [Jruby-extras-devel] [1039] trunk/jopenssl/src/java/org/jruby/ext/openssl: Make more of OpenSSL typesafe Message-ID: <20080706150624.CD45C18585B1@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Sun Jul 6 11:06:28 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sun, 6 Jul 2008 11:06:28 -0400 (EDT) Subject: [Jruby-extras-devel] [1040] trunk/jopenssl: Add basic harness for custom PKCS7 implementation, including making it possible to only run one test file using rakefile Message-ID: <20080706150628.94C231858283@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Sun Jul 6 11:06:31 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sun, 6 Jul 2008 11:06:31 -0400 (EDT) Subject: [Jruby-extras-devel] [1041] trunk/jopenssl: Some refactoring, and add tests for some more base functionality. Message-ID: <20080706150631.E5B9418585D8@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Sun Jul 6 18:09:14 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sun, 6 Jul 2008 18:09:14 -0400 (EDT) Subject: [Jruby-extras-devel] [1043] trunk/jmx: Add attribute support for MBean (patch by Jay McGaffigan) Message-ID: <20080706220915.0A63A18581C4@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 7 19:11:17 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 7 Jul 2008 19:11:17 -0400 (EDT) Subject: [Jruby-extras-devel] [1044] trunk/jmx/lib: Fix name conflict with Attribute from last commit ( patch by Jay McGaffigan) Message-ID: <20080707231117.CFE9C15B8002@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 7 19:14:19 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 7 Jul 2008 19:14:19 -0400 (EDT) Subject: [Jruby-extras-devel] [1045] trunk/jmx: did not catch new unit test for attributes (made by Jay) Message-ID: <20080707231419.C29F315B8002@rubyforge.org> An HTML attachment was scrubbed... URL: From peter at oaktop.com Wed Jul 9 01:06:06 2008 From: peter at oaktop.com (Peter K Chan) Date: Wed, 9 Jul 2008 01:06:06 -0400 Subject: [Jruby-extras-devel] ActiveRecord-JDBC using SELECT identity() from table Message-ID: <9785D65C9421464A8B9FD1597E648834091D4AF2@winxbeus06.exchange.xchg> I have been chasing an out of memory situation in my app, which uses the H2 database, and I got it narrowed down to one statement in ActiveRecord-JDBC: SELECT IDENTITY() FROM items; Result: IDENTITY() 0 0 0 (more rows with same value continues...) In H2, the above statement seems to return a result set that has length equal to that of the entire table (in this case, a single column called IDENTITY(), with as many rows as the table itself). The items table contains tens of thousands of entries and it quickly consumes all the memory while executing this particular query. I don't know very much about SQL, so is this a bug in H2 for returning so many rows, or a bug in ActiveRecord-JDBC in using SELECT IDENTITY(), rather than CALL IDENTITY()? (Or a bug in me?). Peter From Neville.Burnell at bmsoft.com.au Wed Jul 9 01:52:58 2008 From: Neville.Burnell at bmsoft.com.au (Neville Burnell) Date: Wed, 9 Jul 2008 15:52:58 +1000 Subject: [Jruby-extras-devel] ActiveRecord-JDBC using SELECT identity() fromtable References: <9785D65C9421464A8B9FD1597E648834091D4AF2@winxbeus06.exchange.xchg> Message-ID: <126EC586577FD611A28E00A0C9A03758012353FB@maui.bmsoft.com.au> >> SELECT IDENTITY() FROM items; I believe that SQL statement shouldn't have the "FROM items" clause. > -----Original Message----- > From: jruby-extras-devel-bounces at rubyforge.org [mailto:jruby-extras- > devel-bounces at rubyforge.org] On Behalf Of Peter K Chan > Sent: Wednesday, 9 July 2008 3:06 PM > To: jruby-extras-devel at rubyforge.org > Subject: [Jruby-extras-devel] ActiveRecord-JDBC using SELECT identity() > fromtable > > I have been chasing an out of memory situation in my app, which uses > the H2 database, and I got it narrowed down to one statement in > ActiveRecord-JDBC: > > SELECT IDENTITY() FROM items; > > Result: > IDENTITY() > 0 > 0 > 0 > (more rows with same value continues...) > > In H2, the above statement seems to return a result set that has length > equal to that of the entire table (in this case, a single column called > IDENTITY(), with as many rows as the table itself). The items table > contains tens of thousands of entries and it quickly consumes all the > memory while executing this particular query. > > I don't know very much about SQL, so is this a bug in H2 for returning > so many rows, or a bug in ActiveRecord-JDBC in using SELECT IDENTITY(), > rather than CALL IDENTITY()? (Or a bug in me?). > > Peter > _______________________________________________ > Jruby-extras-devel mailing list > Jruby-extras-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/jruby-extras-devel From peter at oaktop.com Wed Jul 9 02:26:39 2008 From: peter at oaktop.com (Peter K Chan) Date: Wed, 9 Jul 2008 02:26:39 -0400 Subject: [Jruby-extras-devel] ActiveRecord-JDBC using SELECT identity() fromtable In-Reply-To: <126EC586577FD611A28E00A0C9A03758012353FB@maui.bmsoft.com.au> References: <9785D65C9421464A8B9FD1597E648834091D4AF2@winxbeus06.exchange.xchg> <126EC586577FD611A28E00A0C9A03758012353FB@maui.bmsoft.com.au> Message-ID: <9785D65C9421464A8B9FD1597E648834091D4AF9@winxbeus06.exchange.xchg> Thanks for the confirmation. I will submit a JIRA issue for this then. Peter -----Original Message----- From: jruby-extras-devel-bounces at rubyforge.org [mailto:jruby-extras-devel-bounces at rubyforge.org] On Behalf Of Neville Burnell Sent: Wednesday, July 09, 2008 12:53 AM To: jruby-extras-devel at rubyforge.org Subject: Re: [Jruby-extras-devel] ActiveRecord-JDBC using SELECT identity() fromtable >> SELECT IDENTITY() FROM items; I believe that SQL statement shouldn't have the "FROM items" clause. > -----Original Message----- > From: jruby-extras-devel-bounces at rubyforge.org [mailto:jruby-extras- > devel-bounces at rubyforge.org] On Behalf Of Peter K Chan > Sent: Wednesday, 9 July 2008 3:06 PM > To: jruby-extras-devel at rubyforge.org > Subject: [Jruby-extras-devel] ActiveRecord-JDBC using SELECT identity() > fromtable > > I have been chasing an out of memory situation in my app, which uses > the H2 database, and I got it narrowed down to one statement in > ActiveRecord-JDBC: > > SELECT IDENTITY() FROM items; > > Result: > IDENTITY() > 0 > 0 > 0 > (more rows with same value continues...) > > In H2, the above statement seems to return a result set that has length > equal to that of the entire table (in this case, a single column called > IDENTITY(), with as many rows as the table itself). The items table > contains tens of thousands of entries and it quickly consumes all the > memory while executing this particular query. > > I don't know very much about SQL, so is this a bug in H2 for returning > so many rows, or a bug in ActiveRecord-JDBC in using SELECT IDENTITY(), > rather than CALL IDENTITY()? (Or a bug in me?). > > Peter > _______________________________________________ > Jruby-extras-devel mailing list > Jruby-extras-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/jruby-extras-devel _______________________________________________ Jruby-extras-devel mailing list Jruby-extras-devel at rubyforge.org http://rubyforge.org/mailman/listinfo/jruby-extras-devel From nobody at rubyforge.org Thu Jul 10 15:16:37 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Thu, 10 Jul 2008 15:16:37 -0400 (EDT) Subject: [Jruby-extras-devel] [1046] trunk/rcov4jr/java/src/RcovrtService.java: changed the way we copy the coverage hash at the time of generateCoverage before it was a shallow copy which was causing start and end comparisons to fail in rcov . Message-ID: <20080710191637.764B018581AC@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Thu Jul 10 23:03:52 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Thu, 10 Jul 2008 23:03:52 -0400 (EDT) Subject: [Jruby-extras-devel] [1047] trunk/rcov4jr: Code tweaks and added event listening for c-call events. Message-ID: <20080711030352.E67A718581AB@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Thu Jul 17 16:49:01 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Thu, 17 Jul 2008 16:49:01 -0400 (EDT) Subject: [Jruby-extras-devel] [1048] trunk/rcov4jr/Rakefile.rb: new rake task for run comparisons Message-ID: <20080717204901.7F77715B8002@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Thu Jul 17 16:50:57 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Thu, 17 Jul 2008 16:50:57 -0400 (EDT) Subject: [Jruby-extras-devel] [1049] trunk/rcov4jr/java/src/CoverageHook.java: meta programing in some instances adds new lines to a file. Message-ID: <20080717205057.C6FD818585A2@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Fri Jul 18 23:41:02 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Fri, 18 Jul 2008 23:41:02 -0400 (EDT) Subject: [Jruby-extras-devel] [1050] trunk/image_voodoo/lib/image_voodoo.rb: Make scale and thumbnail work properly Message-ID: <20080719034102.C7A2F185859F@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Sat Jul 19 01:10:25 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sat, 19 Jul 2008 01:10:25 -0400 (EDT) Subject: [Jruby-extras-devel] [1051] trunk/image_voodoo/lib/image_voodoo.rb: Make scale work properly Message-ID: <20080719051025.34698185859F@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Sun Jul 20 20:54:40 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sun, 20 Jul 2008 20:54:40 -0400 (EDT) Subject: [Jruby-extras-devel] [1052] trunk/image_voodoo/bin/image_voodoo: Missing , can be bad Message-ID: <20080721005441.11C4518585A7@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 21 14:41:08 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 21 Jul 2008 14:41:08 -0400 (EDT) Subject: [Jruby-extras-devel] [1054] trunk/jopenssl: Added support for adding recipient info and the needed data structures for this . Message-ID: <20080721184108.C0DE118585BF@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 21 14:41:11 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 21 Jul 2008 14:41:11 -0400 (EDT) Subject: [Jruby-extras-devel] [1055] trunk/jopenssl: Add support for adding Signers Message-ID: <20080721184111.2EB5915F8013@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 21 14:41:13 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 21 Jul 2008 14:41:13 -0400 (EDT) Subject: [Jruby-extras-devel] [1056] trunk/jopenssl: Implement functionality for PKCS7_set_content Message-ID: <20080721184113.CE78A3C803A@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 21 14:41:15 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 21 Jul 2008 14:41:15 -0400 (EDT) Subject: [Jruby-extras-devel] [1057] trunk/jopenssl/Rakefile: Don' t display the horrid command line for JavaC Message-ID: <20080721184116.1CC3B15F8019@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 21 14:41:20 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 21 Jul 2008 14:41:20 -0400 (EDT) Subject: [Jruby-extras-devel] [1059] trunk/jopenssl: Add support for getting attributes from SignerInfo Message-ID: <20080721184120.E343A18585BF@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 21 14:41:23 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 21 Jul 2008 14:41:23 -0400 (EDT) Subject: [Jruby-extras-devel] [1060] trunk/jopenssl: Add support for PKCS7_get_signer_info Message-ID: <20080721184123.308F718585C1@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 21 14:41:25 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 21 Jul 2008 14:41:25 -0400 (EDT) Subject: [Jruby-extras-devel] [1061] trunk/jopenssl: Add support for PKCS7_content_new Message-ID: <20080721184125.B79F018585C1@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 21 14:41:28 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 21 Jul 2008 14:41:28 -0400 (EDT) Subject: [Jruby-extras-devel] [1062] trunk/jopenssl: Add support for PKCS7_add_certificate Message-ID: <20080721184128.32BCB3C8036@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 21 14:41:30 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 21 Jul 2008 14:41:30 -0400 (EDT) Subject: [Jruby-extras-devel] [1063] trunk/jopenssl: Add support for the PKCS7_add_crl operation Message-ID: <20080721184130.DF6FF18585CC@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 21 14:42:55 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 21 Jul 2008 14:42:55 -0400 (EDT) Subject: [Jruby-extras-devel] [1065] trunk/jopenssl: More validation of failures Message-ID: <20080721184255.CD60518585BF@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 21 14:42:58 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 21 Jul 2008 14:42:58 -0400 (EDT) Subject: [Jruby-extras-devel] [1066] trunk/jopenssl: Implement a bit more of the functionality Message-ID: <20080721184258.3A65518585C3@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 21 14:43:00 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 21 Jul 2008 14:43:00 -0400 (EDT) Subject: [Jruby-extras-devel] [1067] trunk/jopenssl/src/java/org/jruby/ext/openssl/impl/SMIME.java: Make it compile Message-ID: <20080721184300.6B3D33C8034@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 21 14:43:02 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 21 Jul 2008 14:43:02 -0400 (EDT) Subject: [Jruby-extras-devel] [1068] trunk/jopenssl: More parts of smime reading implemented Message-ID: <20080721184302.F0C613C803C@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 21 14:43:05 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 21 Jul 2008 14:43:05 -0400 (EDT) Subject: [Jruby-extras-devel] [1069] trunk/jopenssl: A basic implementation of the mime interface Message-ID: <20080721184305.31D6F15F8013@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 21 14:43:07 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 21 Jul 2008 14:43:07 -0400 (EDT) Subject: [Jruby-extras-devel] [1070] trunk/jopenssl/src/java/org/jruby/ext/openssl/impl: Add param and comment out stuff that doesn't compile right now Message-ID: <20080721184307.B9ED715F801E@rubyforge.org> An HTML attachment was scrubbed... URL: From Antoni.Mylka at travelocity.com Fri Jul 25 10:27:01 2008 From: Antoni.Mylka at travelocity.com (Mylka, Antoni) Date: Fri, 25 Jul 2008 09:27:01 -0500 Subject: [Jruby-extras-devel] JDBC Adapter discovery mechanism Message-ID: Hello, I'm trying to wrap my head around the discovery mechanism for the ActiveRecord-JDBC drivers. I'm new to Ruby and got stuck on the initialization of the JdbcAdapter class ADAPTER_TYPES = ::JdbcSpec.constants.map{ |c| ::JdbcSpec.const_get c }.select{ |c| c.respond_to? :adapter_selector }.map{|c| c.adapter_selector }.inject({}) { |h,val| h[val[0]] = val[1]; h } def initialize(connection, logger, config) super(connection, logger) @config = config dialect = config[:dialect] || config[:driver] for reg, func in ADAPTER_TYPES if reg === dialect.to_s func.call(@config,self) end end connection.adapter = self end This is somehow connected with two methods defined in the module of each JDBC adapter, e.g: def self.adapter_selector [/mysql/i, lambda {|cfg,adapt| adapt.extend(::JdbcSpec::MySQL)}] End Could someone please describe what is going on here? How does the JdbcAdapter know which module use, so that the JdbcAdapter methods are overridden by those defined in the appropriate adapter module (e.g. MySQL). Antoni Mylka Antoni.Mylka at travelocity.com From nicksieger at gmail.com Fri Jul 25 12:12:38 2008 From: nicksieger at gmail.com (Nick Sieger) Date: Fri, 25 Jul 2008 11:12:38 -0500 Subject: [Jruby-extras-devel] JDBC Adapter discovery mechanism In-Reply-To: References: Message-ID: On Fri, Jul 25, 2008 at 9:27 AM, Mylka, Antoni wrote: > Hello, > > I'm trying to wrap my head around the discovery mechanism for the > ActiveRecord-JDBC drivers. I'm new to Ruby and got stuck on the > initialization of the JdbcAdapter class > > ADAPTER_TYPES = ::JdbcSpec.constants.map{ |c| > ::JdbcSpec.const_get c }.select{ |c| > c.respond_to? :adapter_selector }.map{|c| > c.adapter_selector }.inject({}) { |h,val| > h[val[0]] = val[1]; h } > > def initialize(connection, logger, config) > super(connection, logger) > @config = config > dialect = config[:dialect] || config[:driver] > for reg, func in ADAPTER_TYPES > if reg === dialect.to_s > func.call(@config,self) > end > end > connection.adapter = self > end > > This is somehow connected with two methods defined in the module of each > JDBC adapter, e.g: > > def self.adapter_selector > [/mysql/i, lambda {|cfg,adapt| adapt.extend(::JdbcSpec::MySQL)}] > End > > Could someone please describe what is going on here? How does the > JdbcAdapter know which module use, so that the JdbcAdapter methods are > overridden by those defined in the appropriate adapter module (e.g. > MySQL). Basically, the class method adapter_selector is called on each module defined in the JdbcSpec module, and its results (an array consisting of a regular expression and a proc) are collected and cached. When a new connection is made, either the "dialect" or "driver" attribute of the connection specification is used, and that string is matched against the regular expression. If it matches, the proc is called with the adapter instance, which is augmented by extending with the driver-specific module, as shown above in the MySQL case. Does that help? /Nick From nobody at rubyforge.org Sun Jul 27 12:10:28 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sun, 27 Jul 2008 12:10:28 -0400 (EDT) Subject: [Jruby-extras-devel] [1072] trunk/jopenssl: Better handling of Mime parsing, and tests of this Message-ID: <20080727161028.1641018581A7@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Sun Jul 27 12:10:30 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sun, 27 Jul 2008 12:10:30 -0400 (EDT) Subject: [Jruby-extras-devel] [1073] trunk/jopenssl: Add test messages, better tests and more implementations of mime and smime functionality. Message-ID: <20080727161030.948B218581A7@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Sun Jul 27 12:10:38 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sun, 27 Jul 2008 12:10:38 -0400 (EDT) Subject: [Jruby-extras-devel] [1076] trunk/jopenssl/src/java/org/jruby/ext/openssl/impl: Add some comments about the structure of the ASN1 types Message-ID: <20080727161039.06B3A1598079@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Sun Jul 27 12:10:47 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sun, 27 Jul 2008 12:10:47 -0400 (EDT) Subject: [Jruby-extras-devel] [1079] trunk/jopenssl: Finish implementation of reading of Signed PKCS#7 stuff Message-ID: <20080727161047.3DFCA1598074@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Sun Jul 27 12:10:49 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sun, 27 Jul 2008 12:10:49 -0400 (EDT) Subject: [Jruby-extras-devel] [1080] trunk/jopenssl: Add support for more things Message-ID: <20080727161049.69BB71598075@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 28 00:25:32 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 28 Jul 2008 00:25:32 -0400 (EDT) Subject: [Jruby-extras-devel] [1081] trunk/image_voodoo/History.txt: Update History.txt for 0.4 release Message-ID: <20080728042532.E84BF185818A@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 28 00:28:31 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 28 Jul 2008 00:28:31 -0400 (EDT) Subject: [Jruby-extras-devel] [1082] tags/image_voodoo/0.4/: Make 0.4 branch Message-ID: <20080728042831.AD6DA1858188@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 28 00:31:14 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 28 Jul 2008 00:31:14 -0400 (EDT) Subject: [Jruby-extras-devel] [1083] tags/image_voodoo/0.4/: whoops forgot to revversion in version.rb Message-ID: <20080728043114.5EF5E1858188@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 28 00:31:45 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 28 Jul 2008 00:31:45 -0400 (EDT) Subject: [Jruby-extras-devel] [1084] trunk/image_voodoo/lib/image_voodoo/version.rb: bump version Message-ID: <20080728043145.AC55C1858188@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 28 00:32:19 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 28 Jul 2008 00:32:19 -0400 (EDT) Subject: [Jruby-extras-devel] [1085] tags/image_voodoo/0.4/: Make 0.4 branch Message-ID: <20080728043219.C4C0F1858188@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 28 01:04:17 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 28 Jul 2008 01:04:17 -0400 (EDT) Subject: [Jruby-extras-devel] [1086] trunk/jmx/History.txt: Update history for 0.2 release Message-ID: <20080728050417.655ED1598075@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Mon Jul 28 01:05:24 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 28 Jul 2008 01:05:24 -0400 (EDT) Subject: [Jruby-extras-devel] [1087] tags/jmx/0.2/: Create 0.2 tag for jmx Message-ID: <20080728050524.59B4118581A7@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Wed Jul 30 03:41:50 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Wed, 30 Jul 2008 03:41:50 -0400 (EDT) Subject: [Jruby-extras-devel] [1088] trunk/image_voodoo/lib/image_voodoo.rb: Add paint method to get rid of some repetitive code Message-ID: <20080730074150.41F3C18585B6@rubyforge.org> An HTML attachment was scrubbed... URL: From nobody at rubyforge.org Wed Jul 30 23:42:28 2008 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Wed, 30 Jul 2008 23:42:28 -0400 (EDT) Subject: [Jruby-extras-devel] [1089] trunk/activerecord-jdbc/lib/jdbc_adapter/jdbc_oracle.rb: Rework oracle lob saving callback to be Rails 2.1 friendly ( assist from court3nay) Message-ID: <20080731034228.F326E18581B8@rubyforge.org> An HTML attachment was scrubbed... URL: