sudo rake gems:install

Abder-Rahman Ali wrote:

I have upgraded to Rails3beta4 from Rails 2.3.8.

I used to run the following command for ensuring that gems are installed:

sudo rake gems:install

Read up on the new Bundler for use with Rails 3.

Here's a place to start:

Robert Walker wrote:

Abder-Rahman Ali wrote:

I have upgraded to Rails3beta4 from Rails 2.3.8.

I used to run the following command for ensuring that gems are installed:

sudo rake gems:install

Read up on the new Bundler for use with Rails 3.

Here's a place to start: Using the New Gem Bundler Today

Thanks Robert.