desaperados / seed

a Common Sense CMS from The Media Collective
http://seed.mediacollectiveslice.com
Other
229 stars 18 forks source link

'uninitialized constant APP_CONFIG' while running 'rake gems:install' #3

Open mkaag opened 13 years ago

mkaag commented 13 years ago

Linux 2.6.18 Rails Version 3.0.4 RubyGems Environment:

Sophrinix commented 12 years ago

do require 'yaml' before that line and see what happens.

It is a shot in the dark, but sometimes that fixes it.

Sophrinix commented 12 years ago

I'm sorry I'm an idiot. When you see this you have to declare it in environment.rb. The problem is that in rails 3 it doesn't know about that constant. Hope this still isn't an actual issue.