Re: [Ironruby-core] ActiveRecord loading veeeery slow

2010-09-06 Thread Eduardo Blumenfeld
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

Re: [Ironruby-core] ActiveRecord loading veeeery slow

2010-08-28 Thread Eduardo Blumenfeld
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

[Ironruby-core] ActiveRecord loading veeeery slow

2010-08-07 Thread Eduardo Blumenfeld
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