What is the state of Ruby on Rails with .NET integration?

I'm thinking of switching to Ruby on Rails, but you need very good integration with .NET components, and most of all Windows authentication goes through and out of my application. Is it possible?

Thank you in advance/

+3


source to share


2 answers


It seems that currently a simple IronRuby on Rails can work like a charm. With IronRuby , you have access to all .NET components. Then you choose what you want and how you want them to interact.

There's information and feedback on this topic on SO:



And outside. This article is quite interesting to understand how Ruby and .NET components can interact.

I haven't been able to find the actual state of Rails 3.X on IronRuby.

+2


source


Perhaps you could use ironruby



+1


source







All Articles