Rails compatibility with Ubuntu

Hi All,

I want to know the compatibility of Ubuntu with Rails. Anyone know which Ubuntu version support Rails 2.x and Rails 3.x.

very compatible,

the version of rails is depend on the version of ruby not the version of the operating system. And I think old box still install ruby fine. You just have to try it and ask if you found any problem.

Ahmy Yulrizka

Ok then Rails 3.x depends on which Ruby version and also tell about Rails 2.x.

Thanks

Rails 2.x is 1.8.7 i think,

Rails 3.0 and 3.1 and 3.2 is compatible with 1.8.7 and 1.9 and Jruby 1.5.2+

You can check on the rails release note of each version : http://guides.rubyonrails.org/

Ahmy Yulrizka

Thanks .. : )