Hi, I learned Web2Py and I'm learning Ruby on Rails.
Is Ruby on Rails faster than Web2py ? It seems web2py open/read/close each files (db.py, controller...) to render a page (including all partials, layout...). Ruby Rails seems to cache all this files into memory, so it's faster. Any note about that ? Thanks