/home/railsuser/my app/bin/rails

Jmnote (토론 | 기여)님의 2016년 1월 26일 (화) 14:12 판 (→‎같이 보기)

1 개요

/home/railsuser/my_app/bin/rails
/bin/rails
rails
#!/usr/bin/env ruby
begin
  load File.expand_path('../spring', __FILE__)
rescue LoadError => e
  raise unless e.message.include?('spring')
end
APP_PATH = File.expand_path('../../config/application', __FILE__)
require_relative '../config/boot'
require 'rails/commands'

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}