Carl Jenkins wrote in post #988231: > I am trying to get Ruby/Rails running on my mac but having some issues. > > > I created a new rails project "blog_test" trying to get something > working. > When I follow this guide > http://guides.rubyonrails.org/getting_started.html it says to do a > "db:create". This is where I get this error... > > Could not find gem 'sqlite3 (>= 0)' in any of the gem sources listed in > your Gemfile.
> sqlite3-ruby (1.2.4) > termios (0.9.4) Maybe doing gem install sqlite3 fixes it? -- Posted via http://www.ruby-forum.com/. -- 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.

