How do i specify which version of rails?

my host has both 0.14.3 and 1.0.0 of Rails installed. how can i specify
that i want to use 0.14.3 with my application?

I would just put the rails version you have developped your app with
into
the vendor dir, then you don’t depend anymore on the rails version of
the
ISP