Sha256: b1c695be0640b28a690663cdfe9d3a152f1c1e0939fdbf78b02471a850682ce5

Contents?: true

Size: 261 Bytes

Versions: 16

Compression:

Stored size: 261 Bytes

Contents

require "bundler/gem_tasks"
require "rake/testtask"

desc 'Run count_loader benchmarks'
task :benchmark do
  ruby('benchmark.rb')
end

Rake::TestTask.new do |t|
  t.libs << "lib" << "test"
  t.test_files = Dir.glob("test/**/*_test.rb")
end

task default: :test

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
activerecord-precount-0.7.0 Rakefile
activerecord-precount-0.7.0.beta1 Rakefile
activerecord-precount-0.6.3 Rakefile
activerecord-precount-0.6.2 Rakefile
activerecord-precount-0.6.1 Rakefile
activerecord-precount-0.6.0 Rakefile
activerecord-precount-0.5.1 Rakefile
activerecord-precount-0.5.0 Rakefile
activerecord-precount-0.4.3 Rakefile
activerecord-precount-0.4.2 Rakefile
activerecord-precount-0.4.1 Rakefile
activerecord-precount-0.4.0 Rakefile
activerecord-count_loader-0.3.3 Rakefile
activerecord-count_loader-0.3.2 Rakefile
activerecord-count_loader-0.3.1 Rakefile
activerecord-count_loader-0.3.0 Rakefile