[Rails] Re: why does "rake db:drop" in prod environment give "Mysql::Error: Table 'equity_production.accounts' doesn't exist"???

2009-02-08 Thread Greg Hauptmann
Update - Had to turn cache classes to false to fix this (in environments/production.rb) until it's fixed in Rails 2.3 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,

[Rails] Re: why does "rake db:drop" in prod environment give "Mysql::Error: Table 'equity_production.accounts' doesn't exist"???

2009-02-08 Thread Greg Hauptmann
2009/2/9 stretch > > Hey Greg, > > From an SQL command window, can you see the accounts table when you > enter the command: 'show tables in equity_production'? If not, is the > db in the list when you call 'show databases'? > > basic, I know, but that's what i'd check out first, not knowing the

[Rails] Re: why does "rake db:drop" in prod environment give "Mysql::Error: Table 'equity_production.accounts' doesn't exist"???

2009-02-08 Thread stretch
Hey Greg, >From an SQL command window, can you see the accounts table when you enter the command: 'show tables in equity_production'? If not, is the db in the list when you call 'show databases'? basic, I know, but that's what i'd check out first, not knowing the context Al On Feb 8, 3:22 am