On Thu, Sep 25, 2008 at 3:52 PM, Thomas <[EMAIL PROTECTED]> wrote: > > I think it is the same problem that I have with the install script. > > It migrates my test database but not my development database. So try > to do a "rake db:migrate" to create the schema in your development > database. If you still have an error (like me), see if your test > database is ok and copy it in your development database. That's what I > did and it worked fine for me.
I had experienced the same problem. I ran "rake db:migrate" to create development database, but db:migrate won't popultate Preferences table, and you may come across errors like "global_pref is nil". Make sure your preference table is not empty. ty > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
