Windows 10에서 Ruby on Rails 샘플 페이지를 열기 전에
설명
첫 번째 루비 온 레일스.
마지막으로 샘플 페이지를 열기 전의 단계를 계속합니다.
(Mardown의 작법도 학습 중입니다.)
컨디션
물품.
릴리즈
OS
Windows10 Home(64bit)
Ruby
2.2.6
Rails
5.0.2
Rails 애플리케이션 생성
rails new hogehoge
create
create README.md
create Rakefile
create config.ru
:
(省略)
:
Using rails 5.0.2
Using sass-rails 5.0.6
Bundle complete! 12 Gemfile dependencies, 56 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
마치 연기처럼 무언가를 처리한 것 같다.서버 시작
hogehoge 폴더로 이동하면~
rails server
もしくは
ruby bin/rails server
=> Booting Puma
=> Rails 5.0.2 application starting in development on http://localhost:3000
=> Run `rails server -h` for more startup options
*** SIGUSR2 not implemented, signal based restart unavailable!
*** SIGUSR1 not implemented, signal based restart unavailable!
*** SIGHUP not implemented, signal based logs reopening unavailable!
Puma starting in single mode...
* Version 3.8.2 (ruby 2.2.6-p396), codename: Sassy Salamander
* Min threads: 5, max threads: 5
* Environment: development
* Listening on tcp://localhost:3000
Use Ctrl-C to stop
이 창은 원형을 유지한다.unavilable 같은 메시지를 보낸 것 같습니다.며칠 후에 조사하겠습니다.
브라우저에서 확인하세요.
http://localhost:3000
예쁜 페이지가 열렸습니다.
you're on rails
그런 느낌이 든다.
여기까지.다음에 할게요.
추기방문할 때 로그가 출력되었습니다.그래.
hogehoge\log\development.log
Started GET "/" for ::1 at 2017-04-01 16:05:30 +0900
Processing by Rails::WelcomeController#index as HTML
Parameters: {"internal"=>true}
Rendering C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/railties-5.0.2/lib/rails/templates/rails/welcome/index.html.erb
Rendered C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/railties-5.0.2/lib/rails/templates/rails/welcome/index.html.erb (5.5ms)
Completed 200 OK in 94ms (Views: 47.1ms | ActiveRecord: 0.0ms)
감상
나는 간단함에 깜짝 놀랐다.
Reference
이 문제에 관하여(Windows 10에서 Ruby on Rails 샘플 페이지를 열기 전에), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/mizoreararehyou/items/fb626c863533c052872f텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)