Sha256: a0a7b5afe2f23ded688e8bb4d4dc16d33a58a8c14df370a04608a2879c44b829

Contents?: true

Size: 574 Bytes

Versions: 15

Compression:

Stored size: 574 Bytes

Contents

#!/usr/bin/env rake
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)

AppPrototype::Application.load_tasks

# Disable schema.sql generation, unless we're in development.
# http://stackoverflow.com/questions/12413306/error-when-doing-rake-dbmigrate-on-heroku
Rake::Task['db:structure:dump'].clear unless Rails.env.development?

# Spec is the default rake target.
task(:default).clear
task default: 'spec'

Version data entries

15 entries across 8 versions & 1 rubygems

Version Path
raygun-0.0.34 rails_40/Rakefile
raygun-0.0.34 rails_32/Rakefile
raygun-0.0.34.pre2 rails_40/Rakefile
raygun-0.0.34.pre2 rails_32/Rakefile
raygun-0.0.33 rails_32/Rakefile
raygun-0.0.33 rails_40/Rakefile
raygun-0.0.32 rails_32/Rakefile
raygun-0.0.32 rails_40/Rakefile
raygun-0.0.31 rails_32/Rakefile
raygun-0.0.31 rails_40/Rakefile
raygun-0.0.30 rails_40/Rakefile
raygun-0.0.30 rails_32/Rakefile
raygun-0.0.29 rails_40/Rakefile
raygun-0.0.29 rails_32/Rakefile
raygun-0.0.28 rails_32/Rakefile