Hi,

I have a part of code that uses Ruby on Rails. Want to know if Drupal supports Rails code also, if yes, then how it can be achieved. I want my node to contain - html, rails, php code

Any kind of quick help would be great as I am stuck and cant find any posts/searches related to this :(

Thanks for help in advance

Regards
Deepti

Comments

Dave.Ingram’s picture

Deepti,

Ruby and PHP are completely different programming languages. If you really need to use Ruby, then you might consider using web services of some sort to communicate between your web site and a Ruby server, but probably you just need to rewrite whatever is in Ruby in PHP.

Dave