[Rails] Re: “Add 'gem sqlite3'' to your Gemfile”

2013-07-01 Thread Matt Hall
It works! It works! Thank you, Mr. Pearson. I was able to download your sqlite files and follow your instructions and it worked. I had trouble using the guide you linked. The directions were clear, but my environment didn't like the filed it extracted because it couldn't find the libversion_num

[Rails] Re: “Add 'gem sqlite3'' to your Gemfile”

2013-06-27 Thread Matt Hall
Hi guys, Thanks again for the replies. I did a bundle install. When I did the command, "bundle show sqlite3", it replies with, "Could not find gem 'sqlite3'. Did you mean sqlite3?" What I meant earlier is the following: Gemfile has the following text: # Use sqlite3 as the database for Active

[Rails] Re: “Add 'gem sqlite3'' to your Gemfile”

2013-06-27 Thread Matt Hall
Hi Colin, Thank you for your quick reply! I am using Windows 7. Ruby works fine as I've been using cmd prompt and irb to experiment with Ruby. The tutorial is "Getting Started with Rails" (http://guides.rubyonrails.org/getting_started.html). I got stuck at the beginning of 4. Hello, Rails!. W

[Rails] “Add 'gem sqlite3'' to your Gemfile”

2013-06-27 Thread Matt Hall
Hello World! I'm a complete n00b on Rails with only beginner knowledge of Ruby. I plan on studying Ruby more before I really learn Rails, but I'm waayy too curious for my own good. Anyway, I was following the tutorial, but I got stuck when it said to type "rails server" in the blog directory. It