Earlier quoted context omitted.
JS is not only for frontend anymore. Alas.
Yea and new backend frameworks pop up every day. Wait, they don't. They were clearly talking about frontend frameworks.
Building GitHub with Ruby on Rails
151–160 of 332 posts
Re: Building GitHub with Ruby on Rails
#152Earlier quoted context omitted.
I have yet to see a tech stack that's not locked up into a framework version. That's more because of our engineering culture. The cost of NOT upgrading outweighs by a huge margin than keeping building on top. And yes, have seen Django shops locked into 0.9x release patched right into the core and running for a very long time, impossible to upgrade and all the horror stories. EDIT: Added Django
> That's more because of our engineering culture. The cost of NOT upgrading outweighs by a huge margin than keeping building on top. The cost of not upgrading is always the worst option. It's just that those making the decisions might not have the same stakes. It has nothing to do with technology and happens in every situation. Often you're just not even aware of what these costs are because you're wired to work arou…
Consider moving to an SOA. Rather than upgrading a monolith when the engineering team knows that it’ll gradually have pieces pulled out of it, use that effort on the migration.
Re: Building GitHub with Ruby on Rails
#153Earlier quoted context omitted.
Building for scale from day 0 is a recipe for disaster. You should've seen that coming.
You suggest people should refactor later on when needed?
Re: Building GitHub with Ruby on Rails
#154I dunno. I lived through Internet Explorer, SCO and Linux patent lawsuit days so I reckon it's only a matter of time before Github goes ASP.Net.
Re: Building GitHub with Ruby on Rails
#155Re: Building GitHub with Ruby on Rails
#156Earlier quoted context omitted.
As a counterpoint I have yet to see one that is locked in my 15 years working with Rails.
Github itself used to be. They ran a custom fork of Rails 2.3 for years rather than go through the pain of upgrading to Rails 3. By the time they finally did, Rails had already moved on. It took Github a full eight years to get caught up after that fateful decision in 2010 to hold off on Rails 3.
Re: Building GitHub with Ruby on Rails
#157I'd love to see their Gemfile.
Re: Building GitHub with Ruby on Rails
#158Re: Building GitHub with Ruby on Rails
#159meanwhile, i have to work on a rails 3.2 app with ruby 2.2
Re: Building GitHub with Ruby on Rails
#160I built my startup 4 years ago with a combination of react + aws + gatsby + hasura. I thought this would be great for performance and scale. Fast forward to today, I spend at least 2x as much time to code a feature than if I had just stuck with a simple rails stack, and the scale I imagined never happened. Now rebuilding everything with rails so I can ship faster and focus on growing the product, not making engineeri…