On Tue, May 24, 2011 at 6:37 PM, augdawg <[email protected]> wrote:
> Hey all, > I recently started playing with Rails, but I have run into a problem. > Whenever i try to use the "rails generate scaffold" command, Rails > tells me that I do not have SQLite3 installed. However, I went into > the package manager of my Linux distribution and installed the > libraries for sqlite3 for Ruby. However, when I rerun the command, it > still does not work. Any help would be appreciated. > > Thank you in advance. > > Have you installed the SQLite3 gem? Run bundle install and then try your command again. B. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

