I notice your webhosting supports Ruby On Rails. What version is supported?
And can I install gems etc. as normal? - what sort of control do I get? ruby console?
Cheers, Anthony.
Ruby On Rails Webhosting
-
- New to forums
- Posts: 1
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Fri Nov 30, 2012 11:57 am
Re: Ruby On Rails Webhosting
It appears that have Ruby 1.8.7 installed right now, with Rails 2.3.14, and use Phusion Passenger for Apache integration.
You can't install gems to the system, but you could use one of the methods for installing Ruby gems on shared hosting, or run applications with frozen gems.
Since you have SSH access to your shared hosting account, you can explore applications directly there, using whatever tools you prefer. For development, I still recommend using a local environment.
You can't install gems to the system, but you could use one of the methods for installing Ruby gems on shared hosting, or run applications with frozen gems.
Since you have SSH access to your shared hosting account, you can explore applications directly there, using whatever tools you prefer. For development, I still recommend using a local environment.