Sha256: bde51fd7879861bd50bd45f2185b965edb65827f41e51e8c378ed76643ed088b
Contents?: true
Size: 367 Bytes
Versions: 1
Compression:
Stored size: 367 Bytes
Contents
task default: %w[prepare] # rubocop:disable Metrics/LineLength task :prepare do sh "cat 'Ruby On Rails Performance.json' | sed 's/${DS_INFLUXDB}/InfluxDB/g' > provisioning/performance.json" sh "cat 'Ruby On Rails Performance (per Request).json' | sed 's/${DS_INFLUXDB}/InfluxDB/g' > provisioning/performance-request.json" end # rubocop:enable Metrics/LineLength
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
influxdb-rails-1.0.0.beta4 | sample-dashboard/Rakefile |