Note that there are some explanatory texts on larger screens.

plurals
  1. POupgraded rails 3 app rake db:reset error
    text
    copied!<p>I upgraded my rails 2.3.8 app to rails 3. when I run the rake db:reset command, it returns the following error </p> <p><em>rake aborted! test-unit is not part of the bundle. Add it to Gemfile. /Users/Shenario/Desktop/stack24/Rakefile:7:in `' (See full trace by running task with --trace)</em></p> <p>i'm new to rails, and wud be glad if you guys out ther coud help me! thanks!</p> <p>the trace --</p> <p>rake aborted! test-unit is not part of the bundle. Add it to Gemfile. /Users/Shenario/.rvm/gems/ruby-1.9.2-p136/gems/bundler-1.0.7/lib/bundler/shared_helpers.rb:102:in <code>block in cripple_rubygems' /Users/Shenario/Desktop/stack24/lib/tasks/rspec.rake:1:in</code>' /Users/Shenario/.rvm/gems/ruby-1.9.2-p136/gems/railties-3.0.3/lib/rails/engine.rb:131:in <code>load' /Users/Shenario/.rvm/gems/ruby-1.9.2-p136/gems/railties-3.0.3/lib/rails/engine.rb:131:in</code>block in load_tasks' /Users/Shenario/.rvm/gems/ruby-1.9.2-p136/gems/railties-3.0.3/lib/rails/engine.rb:131:in <code>each' /Users/Shenario/.rvm/gems/ruby-1.9.2-p136/gems/railties-3.0.3/lib/rails/engine.rb:131:in</code>load_tasks' /Users/Shenario/.rvm/gems/ruby-1.9.2-p136/gems/railties-3.0.3/lib/rails/application.rb:141:in <code>load_tasks' /Users/Shenario/.rvm/gems/ruby-1.9.2-p136/gems/railties-3.0.3/lib/rails/application.rb:77:in</code>method_missing' /Users/Shenario/Desktop/stack24/Rakefile:7:in <code>&lt;top (required)&gt;' /Users/Shenario/.rvm/gems/ruby-1.9.2-p136/gems/rake-0.8.7/lib/rake.rb:2383:in</code>load' /Users/Shenario/.rvm/gems/ruby-1.9.2-p136/gems/rake-0.8.7/lib/rake.rb:2383:in <code>raw_load_rakefile' /Users/Shenario/.rvm/gems/ruby-1.9.2-p136/gems/rake-0.8.7/lib/rake.rb:2017:in</code>block in load_rakefile' /Users/Shenario/.rvm/gems/ruby-1.9.2-p136/gems/rake-0.8.7/lib/rake.rb:2068:in <code>standard_exception_handling' /Users/Shenario/.rvm/gems/ruby-1.9.2-p136/gems/rake-0.8.7/lib/rake.rb:2016:in</code>load_rakefile' /Users/Shenario/.rvm/gems/ruby-1.9.2-p136/gems/rake-0.8.7/lib/rake.rb:2000:in <code>block in run' /Users/Shenario/.rvm/gems/ruby-1.9.2-p136/gems/rake-0.8.7/lib/rake.rb:2068:in</code>standard_exception_handling' /Users/Shenario/.rvm/gems/ruby-1.9.2-p136/gems/rake-0.8.7/lib/rake.rb:1998:in <code>run' /Users/Shenario/.rvm/gems/ruby-1.9.2-p136/gems/rake-0.8.7/bin/rake:31:in</code>' /Users/Shenario/.rvm/gems/ruby-1.9.2-p136/bin/rake:19:in <code>load' /Users/Shenario/.rvm/gems/ruby-1.9.2-p136/bin/rake:19:in</code>'</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload