TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Will Ruby Get a Comeback?

61 pointsby going_to_800over 3 years ago
I know that many of you will say Ruby is doing fine, etc... let me say that regarding jobs and adoption is not that great, especially compared to Python and a few others, without even looking at usage stats.<p>However, I see some attractive features in Ruby 3, do you think that&#x27;s enough to get a comeback?<p>My main concern is jobs availability, as an employer I find it harder and harder to find good RoR developers and they become super expensive. As a startup you&#x27;re start to think if you made a big mistake choosing Ruby , even if it&#x27;s easier to build something, being so hard to find affordable developers offsets every advantage you had.

28 comments

herbstover 3 years ago
I don&#x27;t think Ruby 3 will change anything with that. I am one of those who never jumped the boat and still doing their daily coding with ruby, rails &amp; co.<p>The ecosystem changed a lot, as it always did. Many youngsters learn that single language works everywhere, learn that server and frontend may share their code. If they end up using Rails they likely spend more time in their react files than anywhere else.<p>The reason why I don&#x27;t find nice RoR jobs anymore is because most of them are looking for a react&#x2F;Vue developer with rails skills and not the other way around.<p>Also I am not sure why you think there should be cheaper Devs. Cheap Devs means unskilled labor, which means a less optimal code base. The situations I built RoR apps for always had a high testing, optimization, quality standard and liquid development process, essentially using all the strengths rails has to offer. why they choose rails in the first place.
评论 #29079565 未加载
评论 #29086605 未加载
kinduffover 3 years ago
Ruby and Rails Engineer here, for a decade now.<p>I had the fortune to be part of new startups that chose RoR for all the good reasons, but also because at the time it was trendy.<p>Nowadays I keep finding RoR jobs but I see more and more legacy applications that need to be maintained in order to move to a new technology.<p>I&#x27;ve had some discussions with founders and they always mention the same problem: there are not a lot of Ruby developers or they are expensive. So they choose to go with another technology, aka Javascript.<p>I like the language but I like others more, but Ruby brings bread to my table and I&#x27;m sure it will keep providing as long as Ruby engineers become founders or companies keep mantaining legacy projects built with the tecnology.
评论 #29082281 未加载
noodleover 3 years ago
&gt; Will Ruby Get a Comeback?<p>Probably not anytime soon, depending on your definition of &quot;comeback&quot;, though ruby is still chugging along just fine IMO. There are more IPO&#x27;d ruby-based companies out there now than there ever have been before. (edit: and many non-ipo successful exits where ruby usage is maintained)<p>&gt; However, I see some attractive features in Ruby 3, do you think that&#x27;s enough to get a comeback?<p>No, just a few nice additions to the language won&#x27;t create any pop in popularity in any language.<p>&gt; My main concern is jobs availability, as an employer I find it harder and harder to find good RoR developers and they become super expensive.<p>This is just a problem with tech jobs in general. I&#x27;ve had the same problem hiring JS devs, and they&#x27;re the most plentiful. I also had the same problem 10 years ago staffing up RoR teams. Its not a new problem. It largely just depends on your definition of &quot;good&quot;.
kigsterover 3 years ago
&gt; Will Ruby make a comeback?<p>I don&#x27;t know, but I certainly hope so. I started building web apps in Rails in 2007 and rode the wave till 2020, when I joined a company that ran on TypeScript, Go, and Haskell. I&#x27;ve since left said company.<p>There are several things that Rails got exceptionally &quot;right&quot;:<p>- code generation that included test templates<p>- active record was much simpler than Hibernate<p>- a super dense and all powerful meta-programming enabled language behind the scenes (ruby is arguably the most compact and human readable language out there).<p>- rubygems was always robust, but is now mostly complete packaging platform.<p>But most importantly IMHO people back in 2007 started launching super hot looking Ajaxy apps on Rails, that turned up the heat and drew attention to Rails. There was a new coolness about how Basecamp worked, and early Twitter. It was all self updating and magical. And that&#x27;s how the web app development should be.<p>Today, nodejs is no match in productivity or testing practices, TypeScript is a huge mess, and the cost is going to surface in the coming years as todays apps shift into maintenance and less development.<p>Once we have enough apps in maintenance mode in all four: ruby, Django, Go, and Larvel we&#x27;ll see who wins the long term game.<p>Devs always want to work on the new shiny tech whether or not it&#x27;s the best choice. This is because few do the exercise of identifying what they are optimizing for: dev speed, app reliability, or massive scale.<p>I am actually going back to the Rails&#x2F;Ruby ecosystem, and will report here when I find a good spot.<p>How can we make Ruby come back? By introducing it into the stacks of companies as CLI tools, or mini services. I maintain ruby rules for Bazel build system, for instance, and my hope is that it will help support Ruby as a first class citizen within corp monorepos.
recursivedoubtsover 3 years ago
I have been working in RoR for a long time and, yes, it is being surpassed by other languages&#x2F;frameworks, particularly python and, obviously, javascript.<p>However, I think we are turning the corner on javascript-everywhere movement and that html-driven development is poised to make a big comeback:<p><a href="https:&#x2F;&#x2F;htmldriven.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;htmldriven.dev&#x2F;</a><p>With the adoption of html-driven tools like hotwire, unpoly or my own project, htmx, the choice of back-end becomes more open ended because any language can produce server side HTML, and usually pretty well.<p>My hope is that, with this development, platforms like RoR, php and even haskell[1] will gain new life in web development.<p>[1] - <a href="https:&#x2F;&#x2F;thisweek.htmx.org&#x2F;issue&#x2F;3&#x2F;" rel="nofollow">https:&#x2F;&#x2F;thisweek.htmx.org&#x2F;issue&#x2F;3&#x2F;</a>
评论 #29081798 未加载
评论 #29083483 未加载
评论 #29084257 未加载
评论 #29085869 未加载
bradleyankromover 3 years ago
Anecdotal, but in my industry (sports front office), we’ve seen a heavy shift from Rails to Python over the last few years. I don’t think it’s much to do with perceived shortcomings with Ruby&#x2F;Rails, but rather alignment with what the analytics side of operations uses. Front office R&amp;D groups (typically comprised of systems and analytics) are relatively small, and there’s a fair amount of collaboration between devs and analysts. The Ruby ecosystem doesn’t offer the data science tooling that Python does, so it has been easier for devs to align with analysts (by using Django, Flask, etc) than the other way around.
评论 #29081582 未加载
vr46over 3 years ago
I am amazed at how quickly Ruby came and went. I started working with Ruby around 2004, made a decent career with it for a long time but bailed out at the very end of 2015 after the roles really weren&#x27;t all that, rates weren&#x27;t going up and it was pretty clear that things were no longer growing. Basically, the previous two roles at this point were very much about coding to an existing monolith that was being broken up and replaced with Java microservices.
评论 #29099996 未加载
评论 #29084215 未加载
le-huover 3 years ago
I read this thread and can&#x27;t believe it. I&#x27;m a RoR Dev in a medium sized software house, we are hiring, everyone on the market is hiring, and bunch of new Ruby people are joining the scene each month (either via internships or moving from PHP or something)<p>From my perspective Ruby + Rails is really booming. Most of our clients (startups) want to use RoR due to it&#x27;s development speed.<p>Also salaries are higher than ever.
johntdalyover 3 years ago
I’m a Ruby (and Rails) developer and currently write node.js code. A friend of mine that I worked with that is also a Ruby (and Rails) developer is currently working as a Python developer. I am more than willing to switch back and so is my friend. Ruby (and Rails) was fun to us and that is lacking in our current jobs.<p>I personally am stunned when I compare the developments in Rails to the developments I see in the node.js community. I loved ActiveJobs and am missing something along that line in node.js and that is not the only example. Since I am a full stack guy I’m also looking forward to what is coming in Rails 7 (making JavaScript simple(r) again) and I’m hopping that Rails will find a way to leverage Ractors in while Ruby continues working on its JIT.<p>People like us would like to go back to developing in Ruby (and Rails) but we do come with something along the line of 10 years experience in the Industry so no, we are not going to be the cheapest devs out there. And in my case you are going to have about 5 years of Ruby experience and a Year since the last time where I touched Ruby on the Job.<p>If you can go for multiple Ruby devs I would go with one senior dev that was able to stick around Ruby during the last few years, one returner like me or my friend that has gathered experience outside of Ruby and fill the rest with devs that have one or two years experience any other language that WANT to do Ruby. Nice combination of experience, perspective with the first two (even tough they are going to be more expensive) and some eagerness and enthusiasm for Ruby on a good price point.<p>Let me be honest. The last years have not been good to the Ruby (and Rails) community. A lot of us left because of golang, node.js, rust, elixir or whatever and so did companies. Ruby had problems and some still exist, especially when it comes to scalability. Problems that most companies will never have but that still hurt us. But the damage has been done. But what we have now is, I think, a good situation for a type of rebirth. A lot of us “switchers” are more then willing to come back but there also needs to be a willingness to not just hire us but also hire more junior devs that want to switch to Ruby and let your senior devs show them the ropes. If enough companies do that I think the Ruby (and Rails) job marked will be back in order in a year or two.
评论 #29081169 未加载
jstx1over 3 years ago
Meta question - has any language ever made a comeback?<p>Not in terms of quality or features (many have had significant improvements obviously) but in terms of adoption and getting back to the spot of &quot;this is one of the go-to languages to do x&quot;.
评论 #29083369 未加载
评论 #29079866 未加载
评论 #29079962 未加载
评论 #29082325 未加载
评论 #29080985 未加载
horsawlarwayover 3 years ago
As someone who missed the early Rails train, I&#x27;m not really seeing a lot to love anymore.<p>It seems like Rails tried to do exactly what MSFT was doing with ASP.net - Give an excellent set of defaults you don&#x27;t have to think about.<p>The problem with that (and it&#x27;s the same problem in Rails) is that &quot;excellent defaults&quot; change <i>rapidly</i> - much more rapidly than most production code-bases.<p>So you end up with outdated defaults, and documentation fragments everywhere (this is actually FAR worse in Rails, because ruby hands you a million and a half ways to accomplish most tasks).<p>The end result is a framework with a ton of baggage, poor documentation, and riddled with &quot;That way is not <i>proper</i> anymore&quot; style footguns.<p>It&#x27;s quick to knock stuff out with, but the second your team is bigger than 10 devs - Rails is a fucking ugly beast.<p>Honestly - ASP.net was crap, and I prefer it to modern rails on large teams.<p>---<p>So no - I personally don&#x27;t see Ruby making a big comeback anytime soon, since its poster child - Rails - kinda sucks these days (and no disrespect to the authors, I think this problem is unavoidable in frameworks that give opinionated defaults - 1 set of opinionated defaults is awesome, 6 different sets of opinionated defaults that are no longer compatible is fugly, but if you don&#x27;t update your opinionated defaults the framework rots anyways.)<p>That said - I actually quite like Ruby as a scripting language. I just really wish it hadn&#x27;t become so tightly bound to Rails.<p>Just like I quite enjoy C# compared to java, but I still don&#x27;t want to write ASP.net applications.
评论 #29089142 未加载
plainnoodlesover 3 years ago
I think the biggest challenges that Ruby faces are:<p>* No built-in type hinting (you have to reach for Sorbet which is a lot more than just hinting) * developer ecosystem seems to struggle to get gravity around anything that&#x27;s not web-related.<p>Python has so much <i>diversity</i> of packages. You need simplex noise? Package. You need a terminal ui library? Yep. You want to use wxwidgets or qt? Yep and yep. You want to do computer vision? yep.<p>Ruby can check some of those boxes, to be fair, but ime the ruby solution tends to be less-used, lower-quality, and more likely to just be thin bindings around the C APIs (if relevant) than a more holistic language-native implementation.<p>I&#x27;m a little sad because I honestly like Ruby more than python just from a language perspective. RubyGems alone are better than the trillion packaging solutions that python has churned out. I like ruby&#x27;s preference for method chaining vs python&#x27;s list&#x2F;set&#x2F;dict comprehensions (just look at what a &quot;2-layer&quot; list comprehension looks like :( )<p>Also, for the type-hinting thing, maybe it&#x27;s just me, but the only reason I don&#x27;t consider python to be a trap is because it added type hinting as a first-class thing. Eventually, as a project grows, you just need types sometimes. I don&#x27;t like that Sorbet is a) third-party and b) pretty heavy-weight (does a lot more than just type hinting) and I also think it&#x27;s just not as pretty (it&#x27;s not part of the grammar so it has to be tacked on, like if python type hinting had to be done via decorators.<p>I know ruby recently adopted some kind of native type hinting thing, but it&#x27;s in a separate file, right? Like adding typescript hints onto js code? I don&#x27;t like that either, it&#x27;s just going to rot. I haven&#x27;t been following this closely though, so maybe I&#x27;ll be pleasantly surprised there.
ericbover 3 years ago
No one uses Rails anymore--it doesn&#x27;t scale, said one developer to the other <i>while pushing their code to github.</i>
celeducover 3 years ago
What sold me on Ruby&#x2F;Rails in the first place was its comprehensive test and deployment framework that worked out-of-the-box without having to make too many choices or develop those things independently. That was <i>truly</i> revolutionary.<p>But everything else eventually caught up and surpassed the Ruby&#x2F;Rails ecosystem on the requirements-&gt;deployment pipeline, and did a lot of other things better.<p>I have a real soft spot for Ruby but I won&#x27;t be back.
truthisoutthereover 3 years ago
You mentioned 2 essential things: 1. You say it&#x27;s hard to find good RoR developers 2. Good RoR developers have become super expensive<p>Ad. 1. To have more Ruby or Rails developers on the job market, you need to train them. Ruby is not a good language to start with because it offers many ways to solve a given problem. Juniors prefer to hear &quot;do it like this&quot; and not &quot;you can do it like this or one way or another&quot;. The responsibility lies with the companies, they should patiently train and encourage developers in Ruby because of its advantages. The Python Foundation does a good job because they always say that Python has the best web framework, has the best X and Y (although that&#x27;s not true). But it works for juniors. In contrary, Rails is a good framework for beginners, as it allows you to hide a programmer&#x27;s shortcomings through built-in &quot;good practices&quot;. It allows you to quickly create a relatively safe advanced product, at the same time giving developers some time to make up for gaps in their skills.<p>Ad. 2. The developers you knew 10 years ago are now expensive because they gained a lot of experience and are in a different position than they were 10 years ago. New developers are not &quot;good&quot; yet, they have to gather this experience. It has nothing to do with language. Hire less good RoR developers in your startup and let them grow under the watchful eye of 1-2 experienced (expensive) RoR leaders.
Zababaover 3 years ago
I think part of the answer to that would be &quot;What replaced Ruby, and why?&quot;.<p>You can start here with Rails. I know that React technically &quot;replaced&quot; it, at least in popularity, but React is a frontend framework. Rails has a notion of views, and React probably replaced that, but I have no idea what happened to the model and controller. Express is very popular, but it&#x27;s very thin compared to Rails. There doesn&#x27;t seem to be any dominant database library. Some people are probably using Firebase, Hasura or some other &quot;managed backend&quot;. But there is no &quot;Rails but in JS&quot;. Maybe web development itself changed? Maybe it&#x27;s harder to start out with Rails than it was a decade ago, so less people do it? Maybe the deployment&#x2F;scaling experience wasn&#x27;t good? Maybe Rails doesn&#x27;t scale with the number of developers (microservices and things like that) so even if lots of products are still made with it, bigger products employs way more developers so we hear more about what they use?<p>The other thing that seemed very popular in Ruby was scripts and dev tools. I think Go ate a big part of the dev tools market, especially the ones you distribute as a CLI. For scripts, I have no idea. Python has always been popular here. Maybe with the rise of JS, people are writing their scripts in JS too? Maybe bash made a return?<p>I personally missed the Rails wave, and I feel like people are still trying to get back the productivity of good backend MVC frameworks. The most common advice given here to someone starting a web project that doesn&#x27;t know what to use seems to be &quot;use a popular MVC framework in a language that you know that generates HTML server-side&quot;. So there is still a need for stuff like Rails. The question now would be, why Rails instead of any other? From what I&#x27;ve heard, Django, Laravel, Spring, ASP.NET all offer a similar experience.
评论 #29083561 未加载
Nextgridover 3 years ago
&gt; even if it&#x27;s easier to build something, being so hard to find affordable developers offsets every advantage you had.<p>I think that&#x27;s debatable. All these new &amp; hyped up languages may give you cheaper developers, but you won&#x27;t get the ecosystem and functionality Rails provides out of the box.<p>JS and derivatives (TypeScript, etc) is very popular nowadays and yet on the backend something that&#x27;s provided out of the box with a monolithic framework like Rails (or Django, or Laravel) will take time to implement manually (often in a bad way).<p>In the end, you may &quot;save&quot; on salaries by going with another language, but then you&#x27;ll end up spending twice as much time delivering functionality which would completely offset any savings.
评论 #29083625 未加载
cavnebover 3 years ago
I&#x27;ve been writing ruby since 2008. It&#x27;s been the core language in my career since. I think that languages&#x2F;frameworks are more or less popular based on your location. For example, Utah was an early adopter of Ruby&#x2F;Rails and has become prevalent in many large companies here (Silicon Slopes). There were (probably not anymore) 4+ ruby groups that were within driving distance to me that ran each week.<p>Companies who choose Ruby&#x2F;Rails I believe do so because they want fast iterations, agile development, and small dev teams. I think this also applies to Python&#x2F;Django and PHP&#x2F;Laravel as well.
joelbluminatorover 3 years ago
&gt; Will Ruby Get a Comeback?<p>Performance will become less of an issue with all the work Shopify+Github are doing (the new JIT etc). So the &quot;Ruby is slow&quot; argument will become weaker; I expect the gap between JS and Ruby performance wise to narrow in the coming 5 years.<p>But we need to be realistic - Ruby was THE tech for startups for around 10 years (from 2005 - 2015). That&#x27;s a very priviledged spot to be in. It&#x27;s not likely to ever happen again. But it can definitely (and it actually is I think) be in the top 10 web technologies.
bdcravensover 3 years ago
&gt; As a startup you&#x27;re start to think if you made a big mistake choosing Ruby , even if it&#x27;s easier to build something, being so hard to find affordable developers offsets every advantage you had.<p>I think many Ruby shops go out of their way to be clever. Many apps can &quot;color within the lines&quot;. By doing so, you can hire mid-level devs in any language and tool them up on Ruby. Way too many apps have been built in a manner where the employer has no choice to hire senior Ruby devs.
评论 #29103004 未加载
didipover 3 years ago
I think the boat has sailed, particularly on RoR.<p>1. On the ease to test front, most new languages have built-in easy testing tools. `go test` is so darn easy. These new languages offer less ceremonial type system as well.<p>2. Most of the new languages are an order of magnitude faster.<p>3. Newer frameworks have more interesting things to offer. For example, Phoenix on Elixir.
评论 #29087417 未加载
评论 #29100174 未加载
ksecover 3 years ago
&gt;I know that many of you will say Ruby is doing fine...<p>You have described what I have been crying about since 2016.<p>Rails is definitely in a negative feedback loop. And I am not even sure if Shopify and Github are enough to pull it out.<p>And there are lots of reddit threads about Junior Ruby Developers unable to find a job. As nearly all jobs are looking for Senior Dev.<p>The only way to solve a problem is to accept it is a problem. And right now as you said, most still think the ecosystem is doing fine.
评论 #29087722 未加载
joelbluminatorover 3 years ago
&gt; My main concern is jobs availability, as an employer I find it harder and harder to find good RoR developers and they become super expensive<p>Compared to what? Good devs are expensive. You think A-level Python devs will be cheap?
chuckeover 3 years ago
If OPs concern is only availability of cheap talent, there are only two choices: nodeJS and python. Which is what most code academies, the main source of cheap ready-to-grind talent comes from.<p>Ruby used to dominate this space; in fact, I think the whole online code academy surge was lead by rails, although someone more in the know might point out I&#x27;m wrong. But market forces have changed the situation and favour nodeJS and python. For some reasons. Both are easy to setup, easy to learn, interpreted, with an integrated REPL setup, integrated packaged management. Just like Ruby. Where they differ? They dominate a valuable niche.<p>* JS owns browsers, and that strength creates other potential value points, starting from &quot;what if I can use the same code in server and client&quot; all the way to &quot;what if I can use the same code for web and native&quot;. * python owns ML, probably the most on-demand niche in the market now. It has the most complete ecosystem of ML libraries even your mother can use (R was competing until 3 years ago, I don&#x27;t think it&#x27;s close at this point). This opens up a lot of possibilities, such as &quot;what if I can deploy my ML model along with my web service&quot;, or &quot;what if I can use the ORM layer that I use for the web directly to feed data directly to my data analytics toolchain&quot;.<p>These questions make CTOs and Eng Managers everywhere very excited, as the thing they hate the most is &quot;technology drift&quot;, i.e. betting on tech which eventually loses community mindshare and inevitably rots to the point it gets rewritten in PHP.<p>I love Ruby, but it doesn&#x27;t own a niche. It&#x27;s particularly strong in the web application space, mostly due to Rails, but so is PHP, so is Java, .Net, and probably even VisualBasic. It&#x27;s not backed by any megacorp, so it can&#x27;t even claim that fake sense of validation entitlement Google&#x27;s go has.<p>Developers love it, and it has a lot of value and success stories going for it, specially considering how 80% of Y-Combinator most valuable companies are built on it. So it&#x27;ll never disappear, and someone&#x27;s always going to bet on it. But it&#x27;ll never be 2011 again, so expectations of cheap labour have to be aligned with that.<p>Choose ruby because you like ruby. Choose ruby because you feel a creative release with it. Choose ruby because it&#x27;s not just about delivering customer value, but having fun cranking out features that look fun, and your users might think so too. Github wasn&#x27;t the first CVS server with a UI, but it became Open Source&#x27;s social network because they used ruby.<p>And goddamn it, make more ruby libraries. Eat some of those niches. Make some ruby ML. Compile ruby to webassembly. Add value to ruby. If you add it, they will come.
b20000over 3 years ago
if nobody uses ruby then why are the devs super expensive? you would think that there is no demand?
评论 #29084180 未加载
评论 #29083687 未加载
评论 #29082209 未加载
claudiugover 3 years ago
i hope so. is really nice language.
arcanonover 3 years ago
Has someone created rubyscript or typed ruby yet? I need a good lol.
评论 #29089381 未加载
8lall0over 3 years ago
I hope not.