On 16 May 2013 14:03, Love U Ruby <[email protected]> wrote: > Hassan Schroeder wrote in post #1109188: >> On Thu, May 16, 2013 at 12:13 AM, Love U Ruby <[email protected]> >> wrote: >> > >> >> Whatever you want, or are most familiar with, or is easiest :-) >> >> SQLite3 is the default, MySQL is probably most widely used, and >> some people prefer Postgres. For learning purposes, I'd go with one >> of the first two. > > > Shall I need to install using `gem install SQLite3` ?
No, you have already installed the sqlite3 db driver (in the apt-get install in your first post). The gem itself will be automatically installed when you run bundle install. I suggest working right through a good tutorial such as railstutorial.org (which is free to use online) and you will learn about the basics of rails including how gems are automatically installed based on the contents of your Gemfile. Colin -- 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 to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

