Trying to do a rake db:migrate command and am getting this error. Your help appreciated.
Macintosh:depot pdenlinger$ rake --trace (in /Users/pdenlinger/Sites/depot) ** Invoke default (first_time) ** Invoke test (first_time) ** Execute test ** Invoke test:units (first_time) ** Invoke db:test:prepare (first_time) ** Invoke db:abort_if_pending_migrations (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:abort_if_pending_migrations You have 1 pending migrations: 20091204090259 AddTestData Run "rake db:migrate" to update your database then try again. Macintosh:depot pdenlinger$ rake db:migrate (in /Users/pdenlinger/Sites/depot) rake aborted! An error has occurred, this and all later migrations canceled: undefined local variable or method `c' for main:Object Thanks, Paul -- 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.

