Colin Law wrote in post #1035428: > On 6 December 2011 20:42, stephen d. <[email protected]> wrote: >> >> ActiveRecord::ConnectionNotEstablished > > Some questions: > > Have you setup the database name username and password in database.yml? > > Have you created the database > rake db:create > and run the migrations (if any) > rake db:migrate > > Are you able to access the database using whatever mysql interface is > available for windows? > > Note that rails expects there to be a database even if you have not > got any tables in it yet. > > Colin
I've honestly spent 2 days trying just about every piece of advice on the internet. The bottom line is that the latest version of Ruby, Rails, and MySql do not work together. Or if they do, nobody knows how to make them do so. -- 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.

