カテゴリー : Ruby

個人寄付して『2023年度 Ruby Association Supporters』になりました

Ruby Association個人寄付して、2023年度 Ruby Association Supporters になりました。

Ruby Association Supporters 2023

以上、2023年度 Ruby Association Supporters になった、現場からお送りしました。

[Ruby on Rails] An error occurred while installing pg (1.4.5), and Bundler cannot continue. 解決方法 [macOS 編]

macOS にて gem install pgAn error occurred while installing pg (1.4.5), and Bundler cannot continue. というエラーメッセージが発生したときの解決方法をご紹介します。

続きを読む

RubyGems.org 新規登録・初期設定(MFA)

RubyGems.org に新規登録、初期設定として二要素認証 (MFA) までしました。

Ruby | ルビー

続きを読む

bundle install で An error occurred while installing mysql2 (0.5.3), and Bundler cannot continue. の解決方法

bundle install で An error occurred while installing mysql2 (0.5.3), and Bundler cannot continue. エラーが発生したときの解決方法をご紹介します。

Ruby on Rails | ルビーオンレイルズ

続きを読む

rbenv/x.x.x/libexec/rbenv: No such file or directory の解決方法

rbenv/x.x.x/libexec/rbenv: No such file or directory エラーの解決方法をご紹介します。

Ruby lang

続きを読む

[RVM] Could not load OpenSSL エラーの解決方法

RVM で install した Ruby 環境で bundle install すると Could not load OpenSSL エラーが発生したので、この解決方法をご紹介します。

RVM

続きを読む

rails db:seed で CSV ファイルから初期データを登録する

rails db:seed で登録する初期データを CSV ファイルで管理するコードを書いたのでご紹介します。

Ruby on Rails | ルビーオンレイルズ

続きを読む

bundle/gem install rmagick でエラー Can’t find MagickWand.h. の解決方法

Ruby の 画像処理ライブラリ RMagick のインストール gem install rmagick でエラーが発生したときの解決方法をご紹介します。

Ruby | ルビー

原因は、ImageMagick のバージョンが 7 と新しすぎたことでした。これを 6 にダウングレードすれば無事に RMagick をインストールできました。

続きを読む

Redux on Rails 5.x + React.js + Webpacker の開発環境セットアップ

Rails 5.x + Webpacker + React.js の開発環境に更に Redux を追加したのでその内容をご紹介します。

Ruby on Rails | ルビーオンレイルズ

続きを読む

Rails 5.x + Webpacker + React.js の開発環境セットアップ

Ruby on Rails 5.x + Webpacker + React.js の開発環境をセットアップしたのでご紹介します。

Ruby on Rails | ルビーオンレイルズ

続きを読む