On 1 November 2011 02:23, dado_eyad <[email protected]> wrote: > ... > and here's the database.yml > <code> > development: > adapter: mysql2 > host: 127.0.0.1 > encoding: utf8 > reconnect: false > database: myapp_development > pool: 5 > username: root > password:***** > socket: /var/run/mysqld/mysqld.sock > </code>
Was it ok when you created the database (rake db:create) or if you did not create it like that are you able to run migrations ok? (And are you still able to run migrations ok). Colin -- 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.

