Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1958526
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T08:20:25+00:00 2026-05-17T08:20:25+00:00

I have first to explain a little bit my context, then the question: I

  • 0

I have first to explain a little bit my context, then the question:

  1. I have used Ruby on Rails now for 3 years with different applications, and upgraded from 1.2 up to 2.3.9. I want to upgrade to 3.0.0 as fast as possible.
  2. All I have read about it told to use the current version 1.9.2 of Ruby to work with Rails 3.0.0, so I installed the precompiled binary 1.9.2 on Windows.
  3. I remembered that sqlite3 needs the DLL installed somewhere in the path, so I copied it over to the new bin directory.
  4. I installed the necessary sqlite3-ruby as well.
  5. I created a new application, generated a dummy table migration, and tried to do ‘rake db:migrate’
  6. The answer was: rake aborted!
    no driver for sqlite3 found

I searched around and found some answers, that told to install the binary for sqlite3 by yourself (which is out of reach for me).

So here is the question:

What is the right setup to use Rails 3.0.0 on Ruby 1.9.2 on Windows?

By the way, when installing just sqlite3-ruby, I got a newer version (1.3.1) that seemed to work. But when I wanted to use that in rails, rails insisted to install the version 1.2.5 (which obviously doesn’t work for me).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T08:20:26+00:00Added an answer on May 17, 2026 at 8:20 am

    Well, I know it is bad style, but I found one solution for me. I don’t know why it did not work in the first place …

    The solution for me was:

    1. Install the latest version of sqlite3-ruby (currently version 1.3.1)

    2. That installation gives you (as text in the DOS shell) the information where to copy the correct sqlite3.dll. Ensure to copy that one in the bin directory of Ruby (or anywhere else on your path).

    3. Ensure that your Gemfile (app-root/Gemfile) list the requirement:

      gem ‘sqlite3-ruby’, “>= 1.3.1”, :require => ‘sqlite3’

    4. Do a ‘rake db:migrate’ now (which should work then).

    I did not find the reason why Rails 3.0.0 insisted to install version sqlite3-ruby 1.2.5, but with that version installed, sqlite3 did not work for me.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.