Top "Sqlite3-ruby" questions

The low level SQLite3 library for Ruby.

sqlite3-ruby install error on Ubuntu

I have the following error during sqlite3-ruby install: Building native extensions. This could take a while... ERROR: Error installing …

ruby ubuntu sqlite sqlite3-ruby
Cannot add a NOT NULL column with default value NULL in Sqlite3

I am getting the following error while trying to add a NOT NULL column to an existing table. Why is …

ruby-on-rails database sqlite sqlite3-ruby
sqlite3 gem fails to install

I'm trying to install the "sqlite3-ruby" gem (or the "sqlite3" gem) on OS X 10.6. I'm using ruby-1.9.2 and I …

ruby-on-rails ruby sqlite gem sqlite3-ruby
How do you completely remove sqlite3?

I tried doing this gem uninstall sqlite3-ruby gem uninstall sqlite3 Then I performed find ~/ | grep mkmf.log And it …

ruby-on-rails sqlite uninstallation sqlite3-ruby
rake db:migrate produces "rake aborted! could not find table" error

I'm new to Rails and I'm building a simple project-tracking app for my employer. I've been developing the app on …

ruby-on-rails rake migrate sqlite3-ruby
sqlite3-ruby gem can't find sqlite3.h on ubuntu

Trying to get Rails up on ubuntu, and I’m having trouble installing sqlite3-ruby – it apparently can’t find …

ruby ubuntu sqlite sqlite3-ruby
sqlite3-ruby can't make on rvm 1.8.7

Upgrading to Rails 3 by starting with RVM 1.8.7. OSX 10.5.8 Output: josh-crewss-macbook:~ joshcrews$ gem install sqlite3-rubyBuilding native extensions. This could take …

sqlite rvm sqlite3-ruby
Problem installing sqlite3-ruby!

I'm having issues installing the sqlite3-ruby gem on crunchbang linux. After googling the past few hours and following several …

ruby rubygems sqlite3-ruby
Simple SQL Lite table/import question

I have a simple SQL question. I want to make a 3 column database and I have the following code: sqlite3 …

sql sqlite sqlite3-ruby
Error with sqlite3 when running bundle install

So I was trying to run bundle install in my newly created Rails app when I got this error: Gem::…

ruby-on-rails ruby sqlite homebrew sqlite3-ruby