A Ruby on Rails Journey

June 13, 2010

Installation

Filed under: TenthHole — Dick @ 11:13 pm

New computer and new attempt to make a golf league website.  I used Installing Ruby on Rails on Windows as a guide.

First, I went to RubyForge and downloaded and installed rubyinstaller-1.8.6-p398.exe. It created a directory at C:\Ruby186\.

I opened a DOS command window and navigated to that directory. Then I installed rails:

C:\Ruby186>gem install rails
Successfully installed rake-0.8.7
Successfully installed activesupport-2.3.8
Successfully installed activerecord-2.3.8
Successfully installed rack-1.1.0
Successfully installed actionpack-2.3.8
Successfully installed actionmailer-2.3.8
Successfully installed activeresource-2.3.8
Successfully installed rails-2.3.8
8 gems installed
Installing ri documentation for rake-0.8.7...
Installing ri documentation for activesupport-2.3.8...
Installing ri documentation for activerecord-2.3.8...
Installing ri documentation for rack-1.1.0...
Installing ri documentation for actionpack-2.3.8...
Installing ri documentation for actionmailer-2.3.8...
Installing ri documentation for activeresource-2.3.8...
Installing ri documentation for rails-2.3.8...
Installing RDoc documentation for rake-0.8.7...
Installing RDoc documentation for activesupport-2.3.8...
Installing RDoc documentation for activerecord-2.3.8...
Installing RDoc documentation for rack-1.1.0...
Installing RDoc documentation for actionpack-2.3.8...
Installing RDoc documentation for actionmailer-2.3.8...
Installing RDoc documentation for activeresource-2.3.8...
Installing RDoc documentation for rails-2.3.8...

Next I installed sqlite3

sqllite command line tool
sqllite dll

I unzipped them and put them in the C:\Ruby186\bin\ directory. Back to the command line, I typed:

C:\Ruby186>gem install sqlite3-ruby
Successfully installed sqlite3-ruby-1.3.0-x86-mingw32
1 gem installed
Installing ri documentation for sqlite3-ruby-1.3.0-x86-mingw32...

Enclosing class/module 'mSqlite3' for class Statement not known

No definition for libversion
Installing RDoc documentation for sqlite3-ruby-1.3.0-x86-mingw32...

Enclosing class/module 'mSqlite3' for class Statement not known

No definition for libversion

And that’s it. Ruby, rails, and sqllite3 are installed.

Advertisement

Leave a Comment »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Theme: Silver is the New Black. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.