Docker【エラー】Could not find bcrypt-3.1.16 in any of the sources【Ruby on Rails】 エラーの内容 docker環境でRuby on Railsのアプリを作っています。deviseを使ってログイン機能を実装しようとして、deviseをインストール後以下のエラーが出ました。 Could not find bcry... 2020.10.23DockerRuby on Railsプログラミング環境構築
Ruby on Rails【rails】bulma-railsの導入 bulma-railsとはざっくりいうとCSSのフレームワークです。Sassを使えるので、とりあえずよくわからない人や初学者は使いながらりかしましょう。 Gemfileに追記 Gemfileに以下を追記します。 ... 2020.10.22Ruby on Railsプログラミング
Docker【色々エラー】RailsでmysqlのDBが作成できない 以前の記事の続きです。 localhostにアクセスして、みたらUnknown database 'myapp_development'とエラーが出ていたので、 DBを作成しようとしたら以下のエラーが出ました。 ... 2020.10.18DockerRuby on Railsプログラミング環境構築
DockerCould not find activesupport-5.2.2 in any of the sources またRailsの作成時にはまりました。エラーは以下です。 Could not find activesupport-5.2.2 in any of the sources 事象 まずインストールされているか確... 2020.10.18DockerRuby on Railsプログラミング環境構築
Ruby on Railsrbenvが読み込まれない ruby on railsで環境構築中にrbenvが読み込まれていませんでした。 % which ruby /usr/bin/ruby rbenvが指定されてないですね。 ちなみに.bash_profileにはパスを設定... 2020.10.16Ruby on Railsプログラミング環境構築
Ruby on Rails【Rails エラー】You must use Bundler 2 or greater with this lockfile. Railsの環境構築ではまりました。 事象 rails newしようとしたら以下のエラーが出ました。 You must use Bundler 2 or greater with this lockfile.... 2020.10.14Ruby on Railsプログラミング環境構築
Ruby on RailsRailsのBundleインストール時にmysql2でエラーが出る エラーは以下です。 ----- Don't know how to set rpath on your system, if MySQL libraries are not in path mysql2 may not load -... 2020.10.13Ruby on Railsプログラミング環境構築
Docker【Rails Docker mysql】環境構築でハマったこと 以下のようなエラーが出ました。 web_1 | Could not find gem 'mysql2 (>= 0.4.4, < 0.6.0)' in any of the gem sources listed in your... 2020.10.06DockerRuby on Railsプログラミング環境構築