カテゴリー : Ruby

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

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

続きを読む

Rubyを採用中の世界トップ企業がわかるTop Ruby Companies

Rubyを採用している世界トップ企業を確認できるTop Ruby Companiesが便利だったので、ご紹介します。

続きを読む

個人寄付して『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 をインストールできました。

続きを読む