Dear all, Is there something like phpinfo() for RoR? I have a dual install of ruby and would like to know which version I am actually using. Thanks in advance! Harm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
`ruby -v` at the commandline On Jun 29, 5:05 pm, harm <harmaa...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Dear all, > > Is there something like phpinfo() for RoR? I have a dual install of > ruby and would like to know which version I am actually using. > Thanks in advance! > > Harm--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
rob wrote:> `ruby -v` at the commandlineAlso for what version of Rails check the following: * vendor/rails (if you have frozen rails) * gem search rails * if multiple versions of the gem are installed check config/environment.rb. If the gem version is listed that is the version you are using. Otherwise you are floating so the most recent gem is being used. Eric --~--~---------~--~----~------------~-------~--~----~ 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 6/29/07, Eric Anderson <eric-ANzg6odk14w@public.gmane.org> wrote:> > rob wrote: > > `ruby -v` at the commandlinescript/about in your rails app directory. -- Rick Olson http://lighthouseapp.com http://weblog.techno-weenie.net http://mephistoblog.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 -~----------~----~----~----~------~----~------~--~---
A more graphical "ruby script/about" would be to start the server *ruby script/server *and then clicking on "About your application''s environment" after pointing your browser to http://127.0.0.1:3000/ On Jun 30, 2:05 am, harm <harmaa...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Dear all, > > Is there something like phpinfo() for RoR? I have a dual install of > ruby and would like to know which version I am actually using. > Thanks in advance! > > Harm--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I considered the ''ruby -v'' option of course but that will give me the Ruby version my commandline is using. And I am not convinced that Rails is using the same. But this ''script/about'' and the graphical version thereof is exactly what I was looking for. I should have thought of this. Thanks you all! Harm On Jun 30, 6:47 am, bVs <bhaskarvijaysi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> A more graphical "ruby script/about" would be to start the server > *ruby script/server > *and then clicking on "About your application''s environment" after > pointing your browser tohttp://127.0.0.1:3000/ > > On Jun 30, 2:05 am, harm <harmaa...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Dear all, > > > Is there something likephpinfo() for RoR? I have a dual install of > > ruby and would like to know which version I am actually using. > > Thanks in advance! > > > Harm--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---