While working at a previous start up, I wrote an application platform that allowed Plugin developers to write Client side javascript that was an AJAX bridge to Rails models that auto-generated models, migrations, views, etc. It was a way to allow external developers to write nothing but Javascript in a browser, but write robust IT applications on top of the Rails app that provides relevant data for plugin developers.
Rails Engine seems like a full ruby realization of this previous dream of mine.
Rails Engine seems like a full ruby realization of this previous dream of mine.