So I'm learning Rails and I decided to check out my cheap hosting options on GoDaddy, and their versions look like this. Are all the GEMs relevant in a normal Rails app (defining that liberally), or is just the Rails version? My guess is that is would be actionpack and rails, perhaps?
If it is just the Rails version, GoDaddy is using 1.1.2 and I'm running 2.2.2. This is the same situation as with the ActionPack. What's a developer to do?
a) downgrade to their version of the GEMs and learn to develop against those?
b) develop for the new versions of the GEMs as most stuff doesn't change much anyway?
c) Give up. Shared hosting is really a joke, if you want to host rails apps you must have at least a Virtual Dedicated Server somewhere?
d) Something I didn't think of, which is why I'm asking this question in the first place?
I might note that, if c is the answer, that's pretty annoying because for ASP.Net shared hosting basically works without a hitch.