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

  • Home
  • SEARCH
  • 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 629265
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T19:43:37+00:00 2026-05-13T19:43:37+00:00

I am very new to RoR… I installed Ruby and installed its gems… then

  • 0

I am very new to RoR… I installed Ruby and installed its gems…

then downloaded and installed MySql…

created my first directory demo.

then started the server using ruby script/server

entered the http://localhost:3000 url in the browser and get a “welcome aboard” page..all is well till now…

now I create a controller using ruby script/generate controller Say

the controller is created and it looks like this

class SayController < ApplicationController
 def hello

 end
end

I then create a view document hello.html.erb which looks like this..

<html>
<body>
    <h1>Hello World!!!</h1>
</body>
</html>

now I enter the url http://localhost:3000/say/hello in the browser and I get the following error

This application failed to start because sqlite3.dll was not found. Re-installing the application may fix this problem. and the browser shows a default error page

I did a bit of Googling and tried the following..

1.gem install sqlite-ruby

2.gem install sqlite3-ruby

the first returned a success message….the second initially gives a success message and then floods me with no definition errors.

I have not even started using models…why is it even throwing exceptions in sqlite..?! am totally confused and lost here since it is my first try with RoR…

thanks in advance…

  • 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-13T19:43:38+00:00Added an answer on May 13, 2026 at 7:43 pm

    sqlite3 has been the default database since Rails 2.0.2 – previously it was MySQL. Database configuration is found in config/database.yml and you can change it if you want.

    Even with no models, rails attempts to make sure the actual DBMS specified in database.yml is there for use.

    The gems you installed are “drivers” to let you talk to the database through ruby (similar to JDBC drivers in Java or an ADO.NET driver for .NET) – not the actual DBMS. (sqlite3-ruby is the right one – I’m not sure why it displays all those “no definition for…” lines – it does for me too, but it works. Perhaps someone else knows why…)

    The .dll is the DBMS. SQLite3 is a very lightweight database – dropping the .dll in the path is really all you need to do. Placing it in the ruby/bin directory is a common practice for development machines.

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

Sidebar

Related Questions

I am still very new to Ruby (reading through the Pickaxe and spending most
I'm very new to RoR, and am trying to implement a user login system.
Im very new to SQL but need to write a query to do the
Warning - I am very new to NHibernate. I know this question seems simple
I still very new using Subversion. Is it possible to have a working copy
I am very new to creating webservers - and I have had several goes
I am VERY new to ASP.NET. I come from a VB6 / ASP (classic)
I am very new to the entity framework, so please bear with me... How
I'm VERY new to WPF, and still trying to wrap my head around binding
I am very new to grails.I am doing one sample project for image uploading

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.