You just need a .gems file (containing list of gems you use, one per
line) and a config.ru file like this:

require './my_app.rb'
run MyApp

(both in the root of the repo).

Create them both, commit and it should start working. (You'll
obviously also have to do some magic to switch to postgres, as you
noticed.)

-- Matma Rex
_______________________________________________
Camping-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/camping-list

Reply via email to