Sha256: b81252887bd066d1a15e6b5f52e5a4596014068cc573749246db9ffd4e7ffae4
Contents?: true
Size: 404 Bytes
Versions: 31
Compression:
Stored size: 404 Bytes
Contents
# load all framework and gems load ::File.expand_path(File.join("..", "environment.rb"), __FILE__) # Make sure the server doesn't start NO_PLEZI_AUTO_START = true # create a default task desc "The default task will simply remind you to call 'rake -T'." task :default do puts "I don't know what to do. Please choose a task..." puts "You can print a list of all avaiulable tasks using: rake -T" end
Version data entries
31 entries across 31 versions & 1 rubygems