sandbox-memo

開発してて出たエラーをメモる場所

2018-04-01から1ヶ月間の記事一覧

ActiveRecordでTypeというカラムをつかうと怒られた

Railsでこんなエラーが出た。 ActiveRecord::SubclassNotFound in PostController#create The single-table inheritance mechanism failed to locate the subclass: '日本酒'. This error is raised because the column 'type' is reserved for storing the …

Google Cloud SDKをインストールした時のメモ

Google Cloud Platformをコマンドラインから操作したかったのでSDKをいれた。 Cloud SDK | Google Cloud ここからダウンロードして、展開したフォルダを任意のディレクトリ(hoge)に移動。 cd ./hoge して ./google-cloud-sdk/install.sh ./google-cloud-sdk/…