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. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Tue, May 24, 2011 at 6:37 PM, augdawg <augdawg09-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thanks! -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.