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)>>--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Tue, Nov 25, 2008 at 4:22 PM, railsfid-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <railsfid-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I''m running rails 2.2.2. Is script/dbconsole part of this or do I have > to somehow install it?rake rails:update jeremy --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
railsfid-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
railsfid-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2008-Nov-26 00:41 UTC
Re: script/dbconsole
That did it. Thanks! On Nov 25, 4:22 pm, "rails...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <rails...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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) > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---