Hi I''ve built a small sample app over the weekend that uses IronRuby MVC. I tested it running on cassini/webdev server and IIS in both cases it works fine. The SQLite dll included in the dependencies is a 64-bit dll if your system is 32-bit you''ll have to change that dll otherwise dataaccess won''t work. You can find the really original tasklist application in my account on github: http://github.com/casualjim/ironrubymvc-sample I''ll blog about it later. I tried to use ironrubymvc on mono but that was a no go. Mono takes issue with the ExtensionAttribute being defined twice. I''ve asked for a workaround on the mono-devel list. --- 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) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090608/90fcc07c/attachment.html>
Did you hear anything about the mono work-around for ExtensionAttribute being defined twice? I think IronPython works fine, so I?m wondering what?s going on. From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Ivan Porto Carrero Sent: Monday, June 08, 2009 6:04 AM To: ironruby-core Subject: [Ironruby-core] IronRuby MVC sample Hi I''ve built a small sample app over the weekend that uses IronRuby MVC. I tested it running on cassini/webdev server and IIS in both cases it works fine. The SQLite dll included in the dependencies is a 64-bit dll if your system is 32-bit you''ll have to change that dll otherwise dataaccess won''t work. You can find the really original tasklist application in my account on github: http://github.com/casualjim/ironrubymvc-sample I''ll blog about it later. I tried to use ironrubymvc on mono but that was a no go. Mono takes issue with the ExtensionAttribute being defined twice. I''ve asked for a workaround on the mono-devel list. --- 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) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090617/493e1013/attachment.html>
I built mono from trunk over the weekend and there it works :D --- 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 Wed, Jun 17, 2009 at 7:54 AM, Jimmy Schementi < Jimmy.Schementi at microsoft.com> wrote:> Did you hear anything about the mono work-around for ExtensionAttribute > being defined twice? I think IronPython works fine, so I?m wondering what?s > going on. > > > > *From:* ironruby-core-bounces at rubyforge.org [mailto: > ironruby-core-bounces at rubyforge.org] *On Behalf Of *Ivan Porto Carrero > *Sent:* Monday, June 08, 2009 6:04 AM > *To:* ironruby-core > *Subject:* [Ironruby-core] IronRuby MVC sample > > > > Hi > > > > I''ve built a small sample app over the weekend that uses IronRuby MVC. > > > > I tested it running on cassini/webdev server and IIS in both cases it works > fine. > > The SQLite dll included in the dependencies is a 64-bit dll if your system > is 32-bit you''ll have to change that dll otherwise dataaccess won''t work. > > > > You can find the really original tasklist application in my account on > github: > > http://github.com/casualjim/ironrubymvc-sample > > > > I''ll blog about it later. > > > > > > I tried to use ironrubymvc on mono but that was a no go. Mono takes issue > with the ExtensionAttribute being defined twice. I''ve asked for a workaround > on the mono-devel list. > > > > --- > 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) > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090617/b496ca09/attachment.html>