Rails Composer is a tool for auto-generating template rails applications. Maybe I'm stupid but I can't get it up and running on Windows.
I managed to create an app using
rails new myapp -m https://raw.github.com/RailsApps/rails-composer/master/composer.rb
But I have no idea how to configure the options so I can use MongoDB + Twiter Bootstrap (SASS) + OpenAuth.
Using the rvm part of the tutorial isn't really an option since I'm on windows.
By the way, does anyone have an automated workflow of creating apps with rails composer and deploying them to Heroku?