Ruby on Rails Audit Complete
11–20 of 171 posts
Re: Ruby on Rails Audit Complete
#12Re: Ruby on Rails Audit Complete
#13The productivity of Rails for B2B 'CRUD' software is unmatched. Surprised to not see more newer startups make use of it!
Re: Ruby on Rails Audit Complete
#14The productivity of Rails for B2B 'CRUD' software is unmatched. Surprised to not see more newer startups make use of it!
The entire 2012 scene used Rails. Then they realized it was hard to scale and rewrote everything in Go.
A rumor perpetuated by exactly one company - Twitter. I know because I was there when it happened and helped dismantle the original monolith.
Rails scales just fine for 99%+ of business cases. If you're doing a sustained 5k writes per second with bursts up to 100k...sure maybe you need something more specialized.
Re: Ruby on Rails Audit Complete
#15The productivity of Rails for B2B 'CRUD' software is unmatched. Surprised to not see more newer startups make use of it!
The entire 2012 scene used Rails. Then they realized it was hard to scale and rewrote everything in Go.
Doing things that don't scale is a proven strategy at the beginning, pg even has a post about it
Re: Ruby on Rails Audit Complete
#16The productivity of Rails for B2B 'CRUD' software is unmatched. Surprised to not see more newer startups make use of it!
The entire 2012 scene used Rails. Then they realized it was hard to scale and rewrote everything in Go.
Re: Ruby on Rails Audit Complete
#17Re: Ruby on Rails Audit Complete
#18The productivity of Rails for B2B 'CRUD' software is unmatched. Surprised to not see more newer startups make use of it!
Elixir is more performant, has compiler safety guarantees that are only getting better as types are introduced, is actually designed from the ground up for web dev (being based on the Erlang VM), and... it's just way more fun (subjective I know). Elixir is what I always wished Ruby was, and I couldn't be more excited about the coming type inference.
Programming with Elixir makes me feel like Ruby is a previous generation language, much like Ruby made me feel that way about Cobol or Fortran, it really is that stark.
Re: Ruby on Rails Audit Complete
#19The productivity of Rails for B2B 'CRUD' software is unmatched. Surprised to not see more newer startups make use of it!
After programming with elixir and phoenix for a few years (with many prior years of rails experience) I have a hard time seeing why one would choose rails. Elixir is more performant, has compiler safety guarantees that are only getting better as types are introduced, is actually designed from the ground up for web dev (being based on the Erlang VM), and... it's just way more fun (subjective I know). Elixir is what I…
I like Ruby, and I feel it has significantly prettier syntax, to me, than Elixir. So that’s a big reason why I also like rails.
Re: Ruby on Rails Audit Complete
#20Earlier quoted context omitted.
The entire 2012 scene used Rails. Then they realized it was hard to scale and rewrote everything in Go.
That makes perfect sense for people that need to scale. But doesn't explain why newer start ups aren't using it. Doing things that don't scale is a proven strategy at the beginning, pg even has a post about it https://www.paulgraham.com/ds.html
Plenty of newer startups use Rails. At least several pretty much every YC batch. You just need to pay attention.