Re: [Rails] PRB RAILS (I am a beginner)

2015-03-25 Thread botp
it cannot load the file since it's probably not there. it's looking for sqlite3... you need to install sqlite3 -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [Rails] PRB RAILS (I am a beginner)

2015-03-25 Thread Scott Ribe
On Mar 25, 2015, at 4:20 AM, NENESSE KEROS li...@ruby-forum.com wrote: i execute gem install sqlite3 install is ok but i don't found sqlite3.dll ? The gem is the ruby bit which allows ruby to access sqlite. That's what you just installed. The error is complaining about sqlite itself, which

[Rails] PRB RAILS (I am a beginner)

2015-03-24 Thread NENESSE KEROS
Hi, Excuse me for my english. After some difficulty, I managed to install Ruby 2.2.1 and Rails 4.2.1 on a machine windows 7 32-bit. After create test project (rails new first_app) When when I do rails server in folder first_app I obtains :