DEV Community

Discussion on: Why Web developers still use Ruby on Rails?

Collapse
 
rhamdeew profile image
Rail

We use RoR in our company as the main technology. Ruby is a language with nice syntax, and Rails contain a huge number of handy pieces.

But for my pet-projects, I'm still using Django because it is easier for me. I think, the killer features of Django it is automatic migrations generation and built-in admin panel.

But the basic structure of a project on rails seems to me more correct and convenient for developing large applications.