I have some experience in Ruby on Rails and I want to keep the MVC way to go in my client side Javascript project.
There is any Rails-like framework for Javascript? It should have the following features:
- MVC
- Easy integration with REST web services
- Javascript-driven templating system
- Models and validations
- Testing framework
A solid documentation is a must!