Paul Philippov

How to fix uninitialized constant Rake::DSL error

in Rakefile, add the following line:

require 'rake/dsl_definition'

right before

require 'rake'

Published on July 11, 2011 (almost 14 years ago)

Article tags: rails, rake, ruby

Paul Philippov / themactep@gmail.com / home is where ~ is

π Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 4.0 International License.