Issue #8721 has been reported by Eivind Hagen.

----------------------------------------
Bug #8721: rake db:migrate fails because class ProgressBar does not exist
https://projects.puppetlabs.com/issues/8721

Author: Eivind Hagen
Status: Unreviewed
Priority: Normal
Assignee: 
Category: 
Target version: 
Keywords: 
Branch: 
Affected URL: 
Affected Dashboard version: 


I'm guessing that there used to be a class ProgressBar in the older codebase, 
and that this class has since been removed. The trouble is that the old 
migrations are trying to create an instance of that class:
`pbar = ProgressBar.new`

That fails. A band-aid fix is to comment our all references to **ProgressBar** 
and **pbar** in the migration files (db/migration/)

The real solution, I think, is to remove those references from the migrations 
files completely.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to puppet-bugs@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-bugs+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to