开发者

Why is there no very famous open source CMS or e-commerce application written in Ruby? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

The very famous open source CMS and e-commerce applications, i.e. Wordpress, Joomla, Drupal, Prestashop, are all written in PHP.

But Ruby seems to be awesome (I don't know it that much).

Why is there no such project written in Ruby?

Or would there be one I do not know?开发者_如何学编程


I would say that at least one good reason is that Ruby is not used that much.

As a consequence :

  • Not many people use Ruby
    • So not many entreprises will use Ruby for their commercial projects
    • So not many people will learn Ruby (either at work or at school)
  • So not many applications are developped in Ruby
  • So not many web-servers (I'm especially thinking about shared hosting) have Ruby installed
  • So not many developper will use Ruby -- they want their open-source applications to run everywhere,
  • and so on ;-)


Just heard of : http://www.locomotivecms.com/

I've not tested it yet but it looks interesting.

I'm actually a php developer, working lot with Joomla, but I'll soon begin learning Ruby (some features just look awesome!, Like redefining operators,...) and Ruby On Rails for personal interest.


CMS-es allow building sites, Frameworks allow building applications.

You don't build a game in Drupal. You won't even think about a large community in Joomla! No-one will even consider building a large communication-platform (chat) with Wordpress.

PHP comes from a differnet ERA. The web-era where we all build off-the-shelve sites. Where user-interaction just started becoming interesting. And where it was hard to get an affordable LAMP stack set up for your latest-greatest idea. I am talking before Y2000.

Now-a-days one can hardly build a website without Twitter connections, Facebook logins and complex backend communication with several services.

Back in the days, these kind of projects were almost always Java. They still are, to a degree. Governments, corporate portals, media: they all have complex, integrated web-environments. PHP will hardly be used for this.

While in theory something like that is possible with a CMS like Drupal, it is certainly not a cost-efficient project. A CMS was simply never meant for that.

A framework like Ruby on Rails allows you to build what your client wants, exactly: nothing more, nothing less. Which means that the end-result is not generic, but extremely opinionated. and as such, not releasable as a tool for the masses.


PHP is cheaper and easier to host on a shared-server - installing mod_php into Apache is easy, and it uses less RAM than Ruby. So more providers provide PHP-hosting, and more less-technical people use PHP software.

Ruby does have some good CMSes - e.g. Radiant or Refinery - and ecommerce solutions e.g. Spree.


CMSs are, at least originally were, end-user products. End user doesn't really care how awesome the language that the software was built on is. On the other hand, PHP has much bigger penetration with hosting sites and deployment of PHP applications mostly comes down to "unzip this to your host, go through the wizard and you're good to go". Ruby got standard way of deployment just recently. Knowing all that, developers were (and arguably still are) choosing PHP over other languages when starting to build mass-marketed products as CMSs are.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜