Re: [Rails-core] StringIO and schema.rb

2006-04-30 Thread John W. Long
Marcel Molina Jr. wrote: Taken care of in http://dev.rubyonrails.org/changeset/4315. Thanks for mentioning it. Sweet. -- John Long http://wiseheartdesign.com ___ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/ma

Re: [Rails-core] StringIO and schema.rb

2006-04-29 Thread Marcel Molina Jr.
On Sat, Apr 29, 2006 at 09:43:12PM -0400, John W. Long wrote: > I'm getting the following in schema.rb when I rake db:schema:dump: > > # Could not dump table "config" because of following NameError > # uninitialized constant StringIO > > The problem goes away if I add "require 'stringio'" to bo

Re: [Rails-core] StringIO and schema.rb

2006-04-29 Thread Kevin Clark
I believe I've seen it happen if you remove action_mailer and active_web_services from the load in your environment.rb.. only if you do both, not one or the other. If that's the case, it should really be patched. Kev On 4/29/06, John W. Long <[EMAIL PROTECTED]> wrote: I'm getting the following

[Rails-core] StringIO and schema.rb

2006-04-29 Thread John W. Long
I'm getting the following in schema.rb when I rake db:schema:dump: # Could not dump table "config" because of following NameError # uninitialized constant StringIO The problem goes away if I add "require 'stringio'" to boot.rb. Is this a known issue? -- John Long http://wiseheartdesign.com