How to solve “uninitialized constant Dependencies” error in rake?

It would help if you share your rake version, by the way In the meantime, take a look at this: https://github. Com/jimweirich/rake/issues/33 (Only valid for rake 0.9.0, though).

It would help if you share your rake version, by the way. In the meantime, take a look at this: https://github. Com/jimweirich/rake/issues/33 (Only valid for rake 0.9.0, though).

This was a version conflict I had with the project I was trying to build, not it is solved :).

First of all, I'm a Noosfero developer and I need to admit that the process of preparing the environment to run Noosfero right now is pretty nasty (unless you only want to run it in the production mode since we've got a debian package). But this problem is close to an end since we're a building a vagrant box (for more info see vagrantup.com/) to noosfero. Things are going to be much better.

But regardless all this nastiness and not having the box yet, Noosfero was supposed to run if you followed all the steps in the INSTALL instructions. Let me try to help you. Are you using Rails 2.1.0?

The best way to do so is to uninstall rails from your system (if you installed through apt-get) and install through rubygems: gem install rails -v=2.1.0 To avoid problems ensure that there isn't any other version of rails installed through rubygems (gem list). If you still having problems to run the schema load, run it with --trace and post it here. If you have other problems you can try contacting us through [email protected] or the irc #noosfero at FreeNode.

So when running my rake task, I get back an uninitialized constant error, referring to one of my classes. Googling the error just points to a ton of results saying you need to add '=> :environment' onto the definition of your task, but I've already done that. Would the fact I'm using mongodb change anything?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions