views:

65

answers:

4

My host gives me a few choices when it comes to distros. I know I want to run Ubuntu, but What version will give me the best compatibility with a typical rails app and the usual libraries I'd be using with Rails.

I have these available to me:

  • Ubuntu 8.04.2 LTS (hardy)
  • Ubuntu 8.10 (intrepid)
  • Ubuntu 9.04 (jaunty)
  • Ubuntu 9.10 (karmic)

I'm tempted to just go with 9.10 just because its the newest... is that a good idea?

+1  A: 

I can't imagine any reason to not to do so.. :)

Chathuranga Chandrasekara
A: 

Yes, just go with 9.10. That will give you the longest support period.

Andrew McGregor
+3  A: 

Because rails/ruby is a fairly rapidly moving platform, I'd recommend going with the latest (9.10).

If the LTS (long term support) aspect is important to you, the next one is out in April (10.04)

mopoke
What is the LTS for anyhow?
Joseph Silvashy
ahh... thanks for the details
Joseph Silvashy
Long term support - essentially a more conservative release schedule and longer supported lifespan.
mopoke
+1  A: 

You are still going to need to install a number of libraries regardless of your choice, so I would go with the newest version you have available.

Doug Neiner
yah that's true, I was mostly wondering if anyone knew of any **major** gotchas with any of the versions.
Joseph Silvashy