Hello, I'm trying to setup my windows 7 64bit for Ruby on Rails per your instructions for the One-Click Ruby Installer.
Had a heck of a time getting the ruby bindings to sqlite to successfully complete, downloaded the DevKit, and finnaly got a success message(see bottom).
Now the issue is with the "Whetting Your Appetite" addressbook getting started example app.
A var 'required' is missing from some .h or something like that,
in custom_require.rb or elsewhere (require_paths?) Here's what I entered:
C:\Ruby192\PROJECTS\addressbook>ruby script/generate scaffold person name:string address:string phone:string email:string blog:string
<internal:lib/rubygems/custom_require>:29:in `require': no such file to load --
script/../config/boot (LoadError)
from <internal:lib/rubygems/custom_require>:29:in `require'
from script/generate:2:in `<main>'
Got the
http://www.sqlite.org/sqlitedll-3_7_3.zip (see cmd message at bottom) for the latest dll, still no success with the addressbook app.
I know I could try Instant Rails, but you say you don't recommend it while reading your book and it's not flexable and solid, plus I'm worried an uninstall of what I've done already won't be clean.
Or I'm I screwed already with the installing of the DevKit ?
================================================== ===========================
You've installed the binary version of sqlite3.
It was built using SQLite3 version 3.7.3.
It's recommended to use the exact same version to avoid potential issues.
At the time of building this gem, the necessary DLL files where available
in the following download:
http://www.sqlite.org/sqlitedll-3_7_3.zip
You can put the sqlite3.dll available in this package in your Ruby bin
directory, for example C:\Ruby\bin
================================================== ===========================
Fetching: sqlite3-ruby-1.3.3.gem (100%)
################################################## #####
Hello! The sqlite3-ruby gem has changed it's name to just sqlite3. Rather than
installing `sqlite3-ruby`, you should install `sqlite3`. Please update your
dependencies accordingly.
Thanks from the Ruby sqlite3 team!
<3 <3 <3 <3
################################################## #####
Successfully installed sqlite3-1.3.3-x86-mingw32
Successfully installed sqlite3-ruby-1.3.3
2 gems installed
Installing ri documentation for sqlite3-1.3.3-x86-mingw32...
Installing ri documentation for sqlite3-ruby-1.3.3...
Installing RDoc documentation for sqlite3-1.3.3-x86-mingw32...
Installing RDoc documentation for sqlite3-ruby-1.3.3...