2

I'm thinking about moving to Ruby on Rails but need extremely good integration with .NET components and most of all windows authentication pass through in and out of my application. Is this posible?

Thanks in advance/

Coren
  • 5,517
  • 1
  • 21
  • 34

2 Answers2

1

Maybe you could use IronRuby:

IronRuby is an open-source implementation of the Ruby programming language which is tightly integrated with the .NET Framework. IronRuby can use the .NET Framework and Ruby libraries, and other .NET languages can use Ruby code just as easily.

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
LB40
  • 12,041
  • 17
  • 72
  • 107
1

It seems that nowadays, a simple IronRuby on Rails can work like a charm. With IronRuby, you have access to all .NET componets. After, it's a matter of you selecting what you need and how you want them to interact.

There's quite info and feedback about this subject on SO :

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

I couldn't find the real state of Rails 3.X on IronRuby.

Community
  • 1
  • 1
Coren
  • 5,517
  • 1
  • 21
  • 34