[Rails] Re: What version of rails am I running?

2009-01-19 Thread Kedar Mhaswade
Kedar Mhaswade wrote: > Bobnation wrote: >> To go one step farther, I would recommend installing RubyGems from >> source and then installing Rails through RubyGems. Much better >> situation. >> >> On Jan 18, 7:24�pm, "Jeremy McAnally" > > Maybe then http://wiki.rubyonrails.org/rails/pages/Insta

[Rails] Re: What version of rails am I running?

2009-01-18 Thread Kedar Mhaswade
Bobnation wrote: > To go one step farther, I would recommend installing RubyGems from > source and then installing Rails through RubyGems. Much better > situation. > > On Jan 18, 7:24�pm, "Jeremy McAnally" Maybe then http://wiki.rubyonrails.org/rails/pages/Installation should prefer RubyGems i

[Rails] Re: What version of rails am I running?

2009-01-18 Thread Bobnation
To go one step farther, I would recommend installing RubyGems from source and then installing Rails through RubyGems. Much better situation. On Jan 18, 7:24 pm, "Jeremy McAnally" wrote: > Yes, Ubuntu puts their own Rails binscript (written in *bash*.  ugh!) > in there because apparently they hat

[Rails] Re: What version of rails am I running?

2009-01-18 Thread Jeremy McAnally
Yes, Ubuntu puts their own Rails binscript (written in *bash*. ugh!) in there because apparently they hate you and the whole of the Rails community for some reason. Try something like "rails --version". And file a bug with Ubuntu because they're the ones who maintain their stupid script. --Jer

[Rails] Re: What version of rails am I running?

2009-01-18 Thread Schalk Neethling
Hi there Kedar, Try script/about or, alternatively you can do a gem list. If you have only one version of rails installed gem list will indicate this. HTH, Schalk Kedar Mhaswade wrote: > Frederick Cheung wrote: >> On 19 Jan 2009, at 00:24, Kedar Mhaswade wrote: >> >> In what way does it fail ?

[Rails] Re: What version of rails am I running?

2009-01-18 Thread Kedar Mhaswade
Frederick Cheung wrote: > On 19 Jan 2009, at 00:24, Kedar Mhaswade wrote: > >> > In what way does it fail ? > That aside, rails -v tells you what the latest version of rails on > your computer is, which isn't the same thing as what version your > rails apps are running. > That can be controlled b

[Rails] Re: What version of rails am I running?

2009-01-18 Thread Frederick Cheung
On 19 Jan 2009, at 00:24, Kedar Mhaswade wrote: > > Sorry to ask a question that appears like the one posed by a n00b. > (Maybe I am going blind, seriously). > > I have searched the forum for it, but couldn't find it. > > How can I tell which version of rails I am running? Doing "rails -v" > fai