[EMAIL PROTECTED] wrote:
> I'm running rails 2.2.2. Is script/dbconsole part of this or do I have
> to somehow install it?
> 
> When I run script/dbconsole I get:
> 
> -bash: script/dbconsole: No such file or directory
> 
> But running script/console I do get:
> 
> script/console
> Loading development environment (Rails 2.1.1)

modify RAILS_GEM_VERSION  in config/environment.rb

RAILS_GEM_VERSION = '2.2.2' unless defined? RAILS_GEM_VERSION

then execute:
rake rails:update

I hope this help.

Duilio Ruggiero
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to