[jruby-dev] [jira] Created: (JRUBY-3238) Jruby 1.1.7 still leaking weakreferences

2008-12-12 Thread Jacob Kessler (JIRA)
Jruby 1.1.7 still leaking weakreferences Key: JRUBY-3238 URL: http://jira.codehaus.org/browse/JRUBY-3238 Project: JRuby Issue Type: Bug Components: Java Integration Affects Versions: JRu

[jruby-dev] Possible Marshal::dump/load bug in 1.1.5/6RC1

2008-12-12 Thread DG Christensen
I'm using Rails 2.2.2 and I started getting session errors when I upgraded to JRuby 1.1.5. Message and call stack is below. I added some debugging code to pstore.rb just to test my sanity (which is on shaky grounds to begin with): begin content = Marshal::dump(table) Marshal::loa

Re: [jruby-dev] ActiveRecord JDBC Oracle string default question

2008-12-12 Thread Ola Bini
Clint Hill wrote: I have no strong reason for defaulting to 255 other than the model in question has around 20 attributes that are strings (name, agency, policy, etc) and I didn't feel adding the ":limit => 255" to the migration for each and every column was a good idea. I don't have to for My

Re: [jruby-dev] ActiveRecord JDBC Oracle string default question

2008-12-12 Thread Clint Hill
I have no strong reason for defaulting to 255 other than the model in question has around 20 attributes that are strings (name, agency, policy, etc) and I didn't feel adding the ":limit => 255" to the migration for each and every column was a good idea. I don't have to for MySQL, SQLite etc

Re: [jruby-dev] ActiveRecord JDBC Oracle string default question

2008-12-12 Thread Ola Bini
Clint Hill wrote: If I choose to limit the size to 255 as a default - is the proper place to do that in the modify_types method call like so? def modify_types(tp) tp[:primary_key] = "NUMBER(38) NOT NULL PRIMARY KEY" tp[:integer] = { :name => "NUMBER", :limit => 38 } tp[:dat

Re: [jruby-dev] ActiveRecord JDBC Oracle string default question

2008-12-12 Thread Clint Hill
If I choose to limit the size to 255 as a default - is the proper place to do that in the modify_types method call like so? def modify_types(tp) tp[:primary_key] = "NUMBER(38) NOT NULL PRIMARY KEY" tp[:integer] = { :name => "NUMBER", :limit => 38 } tp[:datetime] = { :name =

[jruby-dev] [jira] Created: (JRUBY-3237) IO.popen dosn't support forward slashes in Windows (diffrent behaviour to MRI)

2008-12-12 Thread Mikael Rudberg (JIRA)
IO.popen dosn't support forward slashes in Windows (diffrent behaviour to MRI) -- Key: JRUBY-3237 URL: http://jira.codehaus.org/browse/JRUBY-3237 Project: JRuby Issu

[jruby-dev] [jira] Created: (JRUBY-3236) IO.popen dosn'

2008-12-12 Thread Mikael Rudberg (JIRA)
IO.popen dosn' -- Key: JRUBY-3236 URL: http://jira.codehaus.org/browse/JRUBY-3236 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.1.6 Reporter: Mikael Rudberg Assignee: Thomas E Enebo --