Sha256: 876e31c602a32de87ec153594f6bad6da3e0ecdd4021fb89ca91ed2b21911ab7
Contents?: true
Size: 407 Bytes
Versions: 8
Compression:
Stored size: 407 Bytes
Contents
# load all application code and gems load ::File.expand_path(File.join("..", "initialize.rb"), __FILE__) # Make sure the server doesn't start Iodine.protocol = false # 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
8 entries across 8 versions & 1 rubygems