# SQLite version 3.x # gem install sqlite3-ruby (not necessary on OS X Leopard) # development: # adapter: sqlite3 # database: db/development.sqlite3 # timeout: 5000 development: adapter: mysql database: insoshi_development username: root password: timeout: 5000
# Warning: The database defined as 'test' will be erased and # re-generated from your development database when you run 'rake'. # Do not set this db to the same as development or production. test: adapter: mysql database: insoshi_test username: root password: timeout: 5000 On Tue, Jun 3, 2008 at 7:18 PM, megatoast <[EMAIL PROTECTED]> wrote: > > I was able to rake install using sqlite on a windows vista machine but > not MySQL which was what I was hoping to use. > Michael, is there anyway you can post your database.yml so i can see > if i'm missing anything? > > -steven > > On May 20, 2:52 pm, "Michael Hartl" <[EMAIL PROTECTED]> wrote: >> Strange. Is anyone else having this problem? Let us know if you find >> a solution. >> >> Michael >> >> On Tue, May 20, 2008 at 12:04 PM, Kless <[EMAIL PROTECTED]> wrote: >> >> > I got *94 failures* withMySQLv5.0.51 on Ubuntu Hardy, x86_64 >> >> > On 20 mayo, 18:30, "Michael Hartl" <[EMAIL PROTECTED]> wrote: >> >> The specs pass for me withMySQL. > > > --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" 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/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
