"/home/railsuser/my app/bin/rails"의 두 판 사이의 차이

(새 문서: ==개요== ;/home/railsuser/my_app/bin/rails ;rails <source lang='ruby'> #!/usr/bin/env ruby begin load File.expand_path('../spring', __FILE__) rescue LoadError => e raise unless...)
 
 
(같은 사용자의 중간 판 3개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;/home/railsuser/my_app/bin/rails
;~/workspace/rails/my-app/bin/rails
;/bin/rails
;rails
;rails


16번째 줄: 17번째 줄:


==같이 보기==
==같이 보기==
*[[레일즈 서버 외부 접속 허용하기]]
*[[레일즈 애플리케이션 생성]]
*[[레일즈 애플리케이션 생성]]
*[[레일즈 애플리케이션 구조]]
*[[레일즈 애플리케이션 구조]]


[[분류: /home/railsuser/my_app/bin]]
[[분류: ~/workspace/rails/my-app/bin]]

2016년 3월 6일 (일) 17:50 기준 최신판

1 개요[ | ]

~/workspace/rails/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 }}