Jack Jackson wrote:
> Would ROR be a good choice to build my site?
> 
> Hi Gang,
> 
> I'm in the process of developing a social media-ish site built around
> WordPress and VBulletin forum. A site where a visitor has a username and
> password and their own "page" on the site where various site
> interactions take place. I need a CMS framework to tie them all together
> along with other features like multimedia, video uploading/severing/,
> news/articles/information as well as user/visitor created content ala/
> wiki's. I'll need a user-friendly backend to control the functionality.
> (aside from Wordpress and VBulletin's existing backends)
> Would ROR be suited for this sort of development? I'm going to be hiring
> a developer very soon and would like to have some honest opinions from
> those that know the platforms best. My current direction has me leaning
> toward Joomla or Drupal but I've heard so much about ROR lately, I want
> to find out more about it and if it's the best choice for my project.
> 
> I hope to hear some good opinions. Thanks.

I'm new here, especially with rails - but understanding the MVC concepts 
I would distinctly say "no".  A CMS system tied around Vbulletin will 
not work with rails because vbulletin was never designed with MVC in 
mind.  It would not mesh well with rails mainly because of the 
following:

1) It's PHP and not MVC driven.
2) It utilizes hooks and plugins to modify code areas to your site 
(which would not be rails compatible).

You are better off going with a completely new rails project environment 
from scratch or if you must use vbulletin then go with a vbulletin based 
CMS like VBadvanced..

-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to