Mercurial > rsstweet
comparison bin/rails @ 72:257910c60eb3
Rails 5 \o/
author | nanaya <me@myconan.net> |
---|---|
date | Fri, 13 May 2016 04:32:21 +0900 |
parents | 97a6973e9d94 |
children | 2335107f35d0 |
comparison
equal
deleted
inserted
replaced
71:e4cc80d72926 | 72:257910c60eb3 |
---|---|
1 #!/usr/bin/env ruby | 1 #!/usr/bin/env ruby |
2 APP_PATH = File.expand_path('../../config/application', __FILE__) | 2 APP_PATH = File.expand_path('../config/application', __dir__) |
3 require_relative '../config/boot' | 3 require_relative '../config/boot' |
4 require 'rails/commands' | 4 require 'rails/commands' |