Bug #107

fix environment to avoid "uninitialized constant ConfigManager" when running rake test_units

Added by Redmine Admin 1156 days ago. Updated 603 days ago.

Status :Closed Start :
Priority :Normal Due date :
Assigned to :tobi - % Done :

0%

Category :backend
Target version :2.5
Resolution :

fixed


Description

added require_dependency 'config_manager'
just before require_dependency 'configuration' in the config/environment.rb

Associated revisions

Revision 9f6a739591ec9f3876b0e5c61a860aa1e19d6879
Added by tobi 1229 days ago

closes #107

git-svn-id: http://svn.typosphere.org/typo/trunk@292 820eb932-12ee-0310-9ca8-eeb645f39767

History

09/25/2005 06:14 AM - edavis10-gmail-com -

Running any Rake task would fail with
rake aborted!
uninitialized constant ConfigManager
./Rakefile:24 

Added the line from this diff fixes this issue.

SVN Rev:657

10/02/2005 11:50 AM - scoop -

  • Status changed from New to Closed
  • Resolution set to fixed

Applied in r659

Also available in: Atom PDF