Minimum Package List

Hi All,

What are the packages (modules) required to build the rails framework
with ruby?

Thanks
-Kuppa

On 4/25/06, kuppas kuppa [email protected] wrote:

Hi All,

What are the packages (modules) required to build the rails framework
with ruby?

That would be ruby and rubygems.

Once you have those two packages installed, you can run ‘gem install
rails
–include-dependencies’ and that will take care of Rails for you.

Thanks