Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is ruby on rails (or at least the community) dying? [closed]

This is an honest question and I am not trolling.

As a newbie to rails I've been search for good rails resources. But I've been noticing many sites that apparently were once popular now being completely abandoned. Some examples:

  • http://www.softiesonrails.com/ - last updated Feb 2010
  • http://www.therailsway.com/ - last updated Aug 2009
  • http://nubyonrails.com/ - last updated Aug 2009
  • http://www.railsenvy.com/ - nothing there now
  • http://edgerails.info/ - last updated Feb 2010

Am I just coincidentally going to all the wrong websites/blogs (even though they're the top hits on google) or is the rails community slowly dying off? If I just happen to be going to the wrong sites can someone please point me to some currently updated sites?

like image 978
iljkj Avatar asked Sep 25 '10 14:09

iljkj


People also ask

Is Ruby on Rails dead 2022?

Although way behind main contenders, such as PHP or Python, Ruby still makes the cut for the 20 most popular programming languages list in 2022. The 2022 edition of Stack Overflow Annual Developer Survey also places RoR in a similar spot.

Is Ruby on Rail dying?

No, ruby on rails is not dead. It is still alive and a good choice for building web applications.

Is Ruby on Rails dead in 2021?

No, Ruby on Rails is not dead, and it is still a great choice for building web apps.

Is Ruby on Rails dead 2020?

The short answer is, no, Ruby on Rails is not a dead language. The truth is that Ruby just got a recent minor update to 2.7 with a 1.7x increase in performance and is expecting a major update added to Ruby 3 in 2020.


2 Answers

Ruby on Rails was a Hype. That means a lot of people jumped on the bandwagon because that is what they do: jumping on bandwagons (for a living).

After that hype, many communities popped up, in various languages that mimic Rails. Or try to. Or just took the good ideas and applied them to their community. Now you have gazillion halfbaked PHP-frameworks, and a few actually good ones. You have Django (python), Zend, Symfony (PHP) and even in Ruby, some alternative frameworks. That has spread the attention. There used to be only One Good Framework (sic.) now there are many.

That said, Rails 3 has just been released. Rails 3 is cutting-edge again. It has all the ingredients for noSQL (the one-but-latest Hype) HTML5 (the latest Hype) and many javascript-frameworks and interactions (the next-to-be Hype).

That said, Rails is not just Hypes. It is actually a fantastic framework. With a still very active community around it. Just look at github, and visit the trending repo's there once in a while and you will see a Great Rails Thing there every week.

If you want to keep up to date, I would advice:

  • http://www.rubyinside.com a blog all about Ruby.
  • http://5by5.tv/rubyshow a podcast with (most of) all the news in Rails and Ruby land.
like image 120
berkes Avatar answered Sep 18 '22 01:09

berkes


I wouldn't say "dying," but it's defintely lost much of its momentum:

Google Trends on "ruby on rails": Google Trends on RoR.
For Comparison: Symfony, ASP.NET MVC, Django, CakePHP and Grails

Here are the reasons I believe caused this decline:

  • Overhype: The framework was very much hyped. Any kind of hype eventually fades. RoR is not a be-all and end-all web development solution; nothing is (yet).

  • Competition: There are now many quality frameworks for other, more popular languages. Some of them even were modeled after RoR (CakePHP, Grails, Django, etc).

    Trends Comparison http://oi55.tinypic.com/k3pzy0.jpg

  • Ruby: Ruby is a very interesting language, but it has its idiosyncrasies. You can't program in RoR if you can't do Ruby, and proportionally few people know ruby compared to other languages.

like image 36
quantumSoup Avatar answered Sep 21 '22 01:09

quantumSoup