rails RSA Encryption not supported – caching_sha2_password plugin was built with GnuTLS support の解決 やりたいことdocker-composeでrailsのアプリを作る。DBにmysqlを使用する。エラーRSA Encryption not supported - caching_sha2_password plugin was built... 2022.03.07 rails
rails Railsでform_withにlocaleパラメータを含める 概要Railsでパラメータにlocaleを指定するには default_url_optionsを使用すれば良い。# app/controllers/application_controller.rbdef default_url_optio... 2022.02.02 rails
rails Railsでchart.jsを使おうとするとUglifier::Error: 概要Railsでchart.jsを使おうとして、bundle exec rails assets:precompileを実行すると Uglifier::Error: が発生する。production環境だとエラーだが、develop環境だと... 2022.01.24 rails
rails ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation “player” does not exist 概要Railsで rails test を実行したら以下のエラーが出た。ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "player" does no... 2022.01.08 rails
rails Rails 5でbootstrapを使えるようにする install yarnyarnが入ってなければインストールする参考サイトInstallation | Yarndockerイメージ内にyarnをインストールする - Qiitainstall bootstrap and jquery$ y... 2021.12.25 rails