Sha256: 1ca9683c96762b72b638f14388b4977a3123fe9ffbcee17552fbff364da0a7e3
Contents?: true
Size: 454 Bytes
Versions: 5
Compression:
Stored size: 454 Bytes
Contents
# frozen_string_literal: true # 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", __dir__) Rails.application.load_tasks unless Rake::Task.task_defined?("db:environment:set") desc "dummy task for rails versions where this task does not exist" task "db:environment:set" do # no op end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
pg_trunk-0.2.0 | spec/dummy/Rakefile |
pg_trunk-0.1.3 | spec/dummy/Rakefile |
pg_trunk-0.1.2 | spec/dummy/Rakefile |
pg_trunk-0.1.1 | spec/dummy/Rakefile |
pg_trunk-0.1.0 | spec/dummy/Rakefile |