The error message is self-explanatory.

 ** [out :: foto-fiori.com] Missing the Rails 2.3.3 gem. Please `gem
 install -v=2.3.3 rails`, update your RAILS_GEM_VERSION setting in
config/environment.rb for the Rails version you do have installed, or
comment out RAILS_GEM_VERSION to use the latest version installed.

Enter your remote server and check the latest rails version installed.

gem list | grep rails

You need to have Rails 2.3.3 because your application requires Rails 2.3.3.
If you don't have Rails 2.3.3 installed you need to:

* install it if you can
* downgrade your Rails app or freeze your Rails app if you can't

-- Simone


On Tue, Aug 18, 2009 at 1:32 PM, collimarco <[email protected]> wrote:

>
> It is the first time I use Capistrano and the application had been
> already published without it.
>
> When I type cap deploy:migrations I get the following error after some
> successful commands:
>
>

-- 
Simone Carletti

Site & Blog: http://www.simonecarletti.com
Email: [email protected]
LinkedIn: http://linkedin.com/in/weppos
Nick: weppos | Skype: weppos

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.co.uk/group/capistrano?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to