The code powering m.abunchtell.com https://m.abunchtell.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

10 行
213 B

  1. #!/usr/bin/env ruby
  2. begin
  3. load File.expand_path('../spring', __FILE__)
  4. rescue LoadError => e
  5. raise unless e.message.include?('spring')
  6. end
  7. require_relative '../config/boot'
  8. require 'rake'
  9. Rake.application.run