前提・実現したいこと
現在AWSを利用して、rubyのプログラミングをしています。
ブラウザで "hello, world!" を出力したいのですが、できません。
-routes.rb Rails.application.routes.draw do root 'application#hello' end -application_controller.rb class ApplicationController < ActionController::Base protect_from_forgery with: :exception def hello render html: "hello, world!" end end
以下のエラーメッセージが発生しました。
発生している問題・エラーメッセージ
ENOENT: no such file or directory, open '/home/ec2-user/environment/tcp:/localhost:8080'
試したこと
上記の問題をそのままブラウザの検索に貼り付けてリサーチ。
補足情報(FW/ツールのバージョンなど)
回答をよろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー