Hacker News new | ask | show | jobs
by adrianlmm 946 days ago
I saw it and I don't think it make it any justice, Ruby on Rails changed the paradigm of creating web applications with routes instead of files (like PHP, JSP and Webforms did) with the MVC pattern that now is present in every respectable web framework and the documentary doesn't tell that. It was enjoyable though.
2 comments

Struts was a popular Java MVC framework in the early 2000’s and was pre-Rails.

I kind of feel bad mentioning Struts and Rails in the same sentence, though, as Rails did much more than Struts.

MVC dates all the way back to Smalltalk in the early 80s.
I do seem to remember DHH complaining about "XML pushups" when Rails was released, and knowing what he meant from Struts.
MVC was already used in frameworks like WebObjects for example (and maybe others) quite a while before Ruby on Rails was born.
Sure but I think the point is Rails popularized it.
MVC was popular before Rails. Rails certainly introduced MVC to a lot of new people, though.
It probably made it more available to the masses (as WebObjects was not free and license costs where in the region of a car at some point)