Ruby on Rails

スポンサーリンク
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...
Ruby on Rails

【rails】bulma-railsの導入

bulma-railsとはざっくりいうとCSSのフレームワークです。Sassを使えるので、とりあえずよくわからない人や初学者は使いながらりかしましょう。 Gemfileに追記 Gemfileに以下を追記します。 ...
Docker

【色々エラー】RailsでmysqlのDBが作成できない

以前の記事の続きです。 localhostにアクセスして、みたらUnknown database 'myapp_development'とエラーが出ていたので、 DBを作成しようとしたら以下のエラーが出ました。 ...
Docker

Could not find activesupport-5.2.2 in any of the sources

またRailsの作成時にはまりました。エラーは以下です。 Could not find activesupport-5.2.2 in any of the sources 事象 まずインストールされているか確...
Ruby on Rails

rbenvが読み込まれない

ruby on railsで環境構築中にrbenvが読み込まれていませんでした。 % which ruby /usr/bin/ruby rbenvが指定されてないですね。 ちなみに.bash_profileにはパスを設定...
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....
Ruby on Rails

RailsのBundleインストール時にmysql2でエラーが出る

エラーは以下です。 ----- Don't know how to set rpath on your system, if MySQL libraries are not in path mysql2 may not load -...
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...
スポンサーリンク
タイトルとURLをコピーしました