I'm trying to compile a list of notable web frameworks in wide use that follow the "Rails paradigm", which in the context of this question is defined as web frameworks following these key principles:
- Convention over Configuration (CoC)
- Don't Repeat Yourself (DRY)
- Sensible defaults
- Easy scaffolding: automatic generation of CRUD interfaces
This is the list so far:
- Ruby on Rails (Ruby), released in 2004, >6500 questions on SO tagged "ruby-on-rails"
- Django (Python), released in 2005, >3400 questions on SO tagged "django"
- Grails (Groovy), released in 2006, >500 questions on SO tagged "grails"
The nuber of questions tagged on SO is taken as a proxy for the popularity of the web framework.
Question:
- Which other notable web frameworks currently in wide use should fit in this list?