Rails::Generators::BenchmarkGenerator (original) (raw)
Methods
G
Constants
IPS_GEM_NAME | = | "benchmark-ips" |
---|---|---|
IPS_GEM_USED_REGEXP | = | /gem.*\b#{IPS_GEM_NAME}\b.*/ |
Instance Public methods
generate_layout()Link
File railties/lib/rails/generators/rails/benchmark/benchmark_generator.rb, line 13
def generate_layout add_ips_to_gemfile unless ips_installed? template("benchmark.rb.tt", "script/benchmarks/#{file_name}.rb") end