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.


Mandeep K.

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 Y.

On Tue, Jul 3, 2012 at 11:59 AM, Ahmy Y. [email protected]
wrote:

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.

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

Thanks


Mandeep K.

On Tue, Jul 3, 2012 at 12:38 PM, Ahmy Y. [email protected]
wrote:

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/

Thanks … : )


Mandeep K.

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 :

Ahmy Y.