Hello,
I am trying to load Ruby on Rails into Eclipse.

Before I get into my problem, I will tell you what I have done:
I have downloaded Eclipse and Ruby.
After downloading Ruby, I extracted it to my Eclipse folder.
I have downloaded Ruby on Rails, I extracted RoR to its own file on my
C Drive.

Here is the trouble:
O'Reilly has put up a very nice walkthrough at:
http://www.oreillynet.com/pub/a/ruby/2007/04/26/ruby-on-rails-meets-eclipse.html

I am going through this and it tells me to "Create a configuration,
"Create Rails Application," to create a Rails application. In the
Location field, specify the rails.cmd file."

In the picture the file extension is listed as, "C:\rubyonrails\bin
\rails.cmd

I open my File Directory but I cannot find a "bin" file anywhere. My
directory looks like this: C:/RubyonRails/Rails
then the following directories: app, components, config, db, doc, lib,
log, public, script, test, tmp, vendor.

I also looked through the zip file to see if a bin file was located
there, and I did not see it.

Any help would be very appreciated. Thank you!