RailsCasts Pro episodes are now free!

Learn more or hide this

mkastner's Profile

GitHub User: mkastner

Comments by

Avatar

I like this episode a lot. Nevertheless, here's the inevatibable "but":

What first came into my mind when I was reading the headline was something like stripping down Rails itself into its components.

I see your point in trying to get to a minimal rails application. Yet, you would still have to install the full rails stack.

But would it also be possible to have a minmimal rails app running with only those modules installed, that are actually required by the application?

Where one might eventually end up with somthing like Sinatra for micro appslications?