エラー関連

bin/rails s が開かない

$ bin/rails s が反応しませんでした。 ✴︎解決方法 $brew services start postgresql まずPostgresSQLを起動してもう一度やってみましたが起動しませんでした。 $ cd [作業中のアプリケーションファイル] カレントディレクトリがホームディレクトリになって…

rails new アプリケーション名 -d postgresql でエラーがでるとき

ターミナルでrails new (アプリケーション名) -d postgresqlを入力すると Can't initialize a new Rails application within the directory of another, please change to a non-Rails directory first. Type 'rails' for help. というエラーが出ました。 翻…