Sha256: 59f2e2eb829deaa6677d4a41e8c5d1466acc2d19efb11368c2fbffb327607983
Contents?: true
Size: 535 Bytes
Versions: 36
Compression:
Stored size: 535 Bytes
Contents
#!/usr/bin/env ruby ## # execute this with `bundle exec appoptics_apm_config` # copies the configuration template file into the current directory # puts "Copying the configuration template file to appoptics_apm_config_tmp.rb" puts "Edit and save as appoptics_apm_config.rb" target_file = File.join(Dir.pwd, 'appoptics_apm_config_tmp.rb') temp_orig = File.join(File.dirname(File.dirname(__FILE__)), 'lib/rails/generators/appoptics_apm/templates/appoptics_apm_initializer.rb') FileUtils.copy(temp_orig, target_file)
Version data entries
36 entries across 36 versions & 3 rubygems