Another: uninitialized constant Rake::DSL?

There are answers like rails rake problems: uninitialized constant Rake::DSL and uninitialized constant Rake::DSL in Ruby Gem I would try this first.

There are answers like rails rake problems: uninitialized constant Rake::DSL and uninitialized constant Rake::DSL in Ruby Gem ... I would try this first: # ... require 'rake/dsl_definition' require 'rake' # ... If that doesn't fix it completely, you may be able to put gem 'rake', '>=0.9.2' in your Gemfile, then do a bundle update, and finally run bundle exec rake db:migrate.

Thanks that worked but see my update above. – Marc Jul 30 at 12:43.

What worked for me was removing older versions of rake from my system. After I ran: sudo gem uninstall rake -v 0.8.7 I stopped seeing errors like: /Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/file_utils. Rb:10: warning: already initialized constant RUBY /Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/file_utils.

Rb:84: warning: already initialized constant LN_SUPPORTED WARNING: Global access to Rake DSL methods is deprecated. Please include ... Rake::DSL into classes and modules which use the Rake DSL methods. WARNING: DSL method Rake::TestTask#ruby called at /Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/file_utils_ext.

Rb:36:in `ruby' WARNING: Global access to Rake DSL methods is deprecated. Please include ... Rake::DSL into classes and modules which use the Rake DSL methods. WARNING: DSL method Object#ruby called at /Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/file_utils_ext.

Rb:36:in `ruby' `.

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