▲ | tuyosvawnt 12 hours ago | |||||||||||||||||||||||||||||||
it was never clear what the niche of Ruby was other than being a modernish scripting language for non-critical web dev. I remember Ruby on Rails becoming trendy for web startups with inexperienced programmers (I was one of them) to prototype things in because Active Record was a simple ORM for its time, outside of that there wasn't much other justification for the stack and since the proliferation of similar easy-to-use frameworks in other languages it hasn't been necessary | ||||||||||||||||||||||||||||||||
▲ | hosh 12 hours ago | parent | next [-] | |||||||||||||||||||||||||||||||
The proliferation of frameworks came about from the ideas and design of Ruby on Rails. MVC and ORM had been around before web apps, but it was not consistently used in a web framework until Rails. Convention-over-configuration, “nested doll pattern”, and Rack protocol were all ideas widely ported and copied into other language platforms and frameworks. Also, ActiveRecord gained significant capabilities with named scopes, something that isn’t as widely copied. Finally, Ruby itself lends itself well to writing DSLs, something that Javascript and TypeScript sucks at, but sometimes I still see people try and fail. To be fair, it is my personal opinion that there has not been anything substantially innovative since Rails 5. The features I have seen since is better done with Elixir/Phoenix, mainly because the BEAM runtime makes better concurrency primitives available. | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | cortesoft 12 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
Ruby has been my favorite programming language by far for 20 years now. The design decisions just make sense to me, and it is always fun to write. It really occupies the same niche that Python does, but personally I find ruby more pleasant to work with in every way. | ||||||||||||||||||||||||||||||||
▲ | paulddraper 12 hours ago | parent | prev [-] | |||||||||||||||||||||||||||||||
> it was never clear what the niche of Ruby Ruby on Rails Chef --- Some of the largest websites in the world run on Ruby: GitHub and Shopify. | ||||||||||||||||||||||||||||||||
|