I have made a rails application for a student group. I want to launch the application through the Berkeley Open Computing Facility (OCF). I currently have the app running on Heroku, but the OCF provides storage on the order of GigaBytes, which is more than I can get for free at Heroku. However, the OCF claims that "Ruby 1.8.7 is installed and supported. Frameworks like Django, Rails, flavor-of-the-month probably work, but are not supported."
Will it be possible to run the app through OCF hosting? Or must the host explicitly support Rails?