By rajatgarg on
Hi,
I have couple of websites built in Ruby on Rails. I want to enable community features like forums, user blogs, comments, rating etc.
However, instead of rebuilding entire site on drupal, I am considering using Drupal for plugin comment/rating system i.e. on a detail page, I want to insert a comment module from Drupal like Disqus/JS-Kit. And, then may be using RSS or something, display the comments for the page.
I want to use Drupal as then the same system can be used for discussion boards etc and users don't have to create dozen accounts on the same site.
Does it make sense? Is it possible to achieve?
RG
Comments
Not really
I've never uses ROR but you can't just take a piece of Drupal and stick it in another system. I suppose with enough custom coding you could, but I doubt the effort is worth it since it would likely be easier to just rewrite the piece you want to use.
Michelle