Ivan, I'm going to finally pull all your changes and I can update IronRuby in the process. Would it be helpful to just add IronRuby as a submodule so you can just depend on the csproj files rather than raw assemblies? Then it could be added to your build servers and at least have some CI -- as long as your tests are suitable :) Worst comes to worse a watir script testing that the demo website still works would be appropriate.
~js ________________________________ From: ironruby-core-boun...@rubyforge.org [ironruby-core-boun...@rubyforge.org] on behalf of Ivan Porto Carrero [i...@flanders.co.nz] Sent: Sunday, October 11, 2009 11:39 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Problem with IronRubyMvc and IR 0.9.1 I use an ironruby built on 28/09/2009 that is the one in the github repo if you build ironruby mvc. I can see the Home bpage of the test site. Did you build ironruby mvc from source recently? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Sun, Oct 11, 2009 at 8:19 PM, Immo Wache <li...@ruby-forum.com<mailto:li...@ruby-forum.com>> wrote: Hi, tried to get running casualjim/ironrubymvc master from github to work. (I'm about to write a IronRuby MVC plugin for OpenSource CMS Umbraco with this, see: http://www.umbraco.org) Problem is calling a controller more than once. With IR 0.9.0 it worked quite well. But now when I recall the same controller url (eg. /Home) I get error "unknown member: HomeController". Searching the code I found: 1. Error comes from RubyEngine.GetGlobalVariable() for "HomeController" 2. Cause for this seams to be the before executed method call to RubyEngine.RemoveClassFromGlobals() I tried to comment out call to 2. This works better, but the HomeController now adds all Filter methods again and again, everytime I call the controller. So I tried around some hours to find out what's going on and for a better way to remove the HomeController from the IronRuby engine global scope but without any success. Any ideas to fix this? Immo -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org<mailto:Ironruby-core@rubyforge.org> http://rubyforge.org/mailman/listinfo/ironruby-core
_______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core