Questions tagged [sqlite3-ruby]

The low level SQLite3 library for Ruby. This should only be used for questions about using the low level interface directly.

The SQLite3 gem provides low level Ruby bindings to the SQLite3 embedded database.

You must have the SQLite engine installed in order to build this module.

Links:

214 questions
-3
votes
1 answer

Connecting a Rails database to multiple laptops

I am working on a project and I want to connect more than two laptops to a Rails database locally on my laptop. So that whenever they run the Rails app and submit the answer, the info will be on their laptop as well as mine. I know this can be done…
-3
votes
1 answer

Rails database migration error

I wanna get started with ror but this problem seems unsolvable. I know there are many threads about it this database error but none of the solutions appear to work out. I now searched through the forums all afternoon, with no success. I basically…
Flr919
  • 1
  • 2
-4
votes
2 answers

bundle cant install sqlite3 -v 1.4.0

I'm new to ruby on rails, having a problem with installing sqlite3 -v 1.4.0 each time I run bundle install and am not able to start rails server because of this. I am on windows 7 current…
Olabode
  • 1
  • 3
-4
votes
2 answers

Active record error in ruby

i am a novice in ruby. i am trying my hands on sqlite3. i have 2 tables books and users, users can have manty books and books belong to user which is established in program. however i get following errors when i run mu file Program Files…
1 2 3
14
15