rails

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...
rails

Railsでform_withにlocaleパラメータを含める

概要Railsでパラメータにlocaleを指定するには default_url_optionsを使用すれば良い。# app/controllers/application_controller.rbdef default_url_optio...
rails

Railsでchart.jsを使おうとするとUglifier::Error:

概要Railsでchart.jsを使おうとして、bundle exec rails assets:precompileを実行すると Uglifier::Error: が発生する。production環境だとエラーだが、develop環境だと...
rails

ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation “player” does not exist

概要Railsで rails test を実行したら以下のエラーが出た。ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "player" does no...
rails

Rails 5でbootstrapを使えるようにする

install yarnyarnが入ってなければインストールする参考サイトInstallation | Yarndockerイメージ内にyarnをインストールする - Qiitainstall bootstrap and jquery$ y...
Sponsored links