Ruby command line ./script/about
Running the ruby about script will give you information about the environment of your ruby app.
From inside of your application folder run: ruby ./script/about
and my out put on my development box is what is shown below:
C:\apache2\htdocs\my_app>ruby ./script/about
gem install rails --include-dependencies
About your application's environment
Ruby version 1.8.6 (i386-mswin32)
RubyGems version 0.9.4
Rails version 1.2.3
Active Record version 1.15.3
Action Pack version 1.13.3
Action Web Service version 1.2.3
Action Mailer version 1.3.3
Active Support version 1.4.2
Application root C:/apache2/htdocs/my_app
Environment development
Database adapter mysql
0 comments