Re: [Ironruby-core] app.config file in a rails app

2010-04-29 Thread Chris Ortman
in there. > > > > *From:* ironruby-core-boun...@rubyforge.org [mailto: > ironruby-core-boun...@rubyforge.org] *On Behalf Of *Tomas Matousek > *Sent:* Tuesday, April 27, 2010 10:53 AM > > *To:* ironruby-core@rubyforge.org > *Subject:* Re: [Ironruby-core] app.config file in

Re: [Ironruby-core] app.config file in a rails app

2010-04-27 Thread Jimmy Schementi
ave a web.config in your application, so you could put settings in there. From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Tomas Matousek Sent: Tuesday, April 27, 2010 10:53 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] app.config file

Re: [Ironruby-core] app.config file in a rails app

2010-04-27 Thread Jimmy Schementi
0 11:34 AM To: ironruby-core@rubyforge.org Subject: RE: [Ironruby-core] app.config file in a rails app You could do that, but is your eventual goal to actually deploy the app? If so I'd suggest using IronRuby.Rack (http://github.com/ironruby/ironruby/tree/master/Merlin/Main/Hosts/IronRuby.Ra

Re: [Ironruby-core] app.config file in a rails app

2010-04-27 Thread Tomas Matousek
A couple of options here. 1) Use/create a .NET executable with app.config file. One option is to copy ir.exe to the root directory of your app and add ir.exe.config with appSettings that you need. Don't forget to change Ruby library paths in that ir.exe.config file. You'll also need to cop