Well yeah. I know about the gems and configu.ru.
It's the magic part of switching between databases that really gives me the
mental workout.
I'm looking for some working solutions to a problem that I'd imagine most
of the Camping hackers face because where else could we possibly deploy our
apps if not on heroku?

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
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

Reply via email to