No. You would have to know all the other frameworks in order to know that yours is simplest. You only need a few points of reference to be able to say it is simpler.
FTA:
"To me, writing apps with Django or Tornado has always been much more enjoyable. MonoRail and MVC were big improvements over webforms, but still they felt difficult to me, especially if you aren’t using an IDE."
I do wonder how much of that simplicity is because of dynamic languages and not directly because of the framework. I've done quite a few projects with ASP.NET MVC and in my opinion it makes most things pretty easy. But there seem to be some things in Rails that make life easier, but they are really features from Ruby that you can use in Rails.