Hi all,
I finally figured out the problem (weird tough).
It happens to be that I was using also (from the calling top-level
program)
the following call:
load_assembly "Microsoft.Office.Interop.Excel"
include Microsoft::Office::Interop::Excel
I don't have the reason why this happened, but just
Any Ideas?
Thank you in advance
Eduardo Blumenfeld
--
Posted via http://www.ruby-forum.com/.
___
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core
Hi all,
I'm having a performance issue when loading activerecord:
I'm timing it in this code
---
puts Time.now.to_s + "rubygems"
require 'rubygems'
puts Time.now.to_s + "activerecord"
require 'active_record'
puts Time.now.to_s + "activesupport"
require 'active_support'
#requir