I just recently switched to Rails 3. I have been through several installation problems and still is unable to do the stuff that I could do in Rails 2. Right now for some reason when I want to do
rake db:migrate
I get the following error
rake aborted!
uninitialized constant ActiveSupport::CoreExtensions
/Users/denniss/Sites/mp/Rakefile:4:in `require'
My Rakefile looks like this
require File.expand_path('../config/application', __FILE__)
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
Moolah::Application.load_tasks