rails Railsでform_withにlocaleパラメータを含める 概要 Railsでパラメータにlocaleを指定するには default_url_optionsを使用すれば良い。 # app/controllers/application_controller.rb def default... 2022.02.02 rails
rails Railsでchart.jsを使おうとするとUglifier::Error: 概要 Railsでchart.jsを使おうとして、 bundle exec rails assets:precompile を実行すると Uglifier::Error: が発生する。 production環境だと... 2022.01.24 rails
rails ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation “player” does not exist 概要 Railsで rails test を実行したら以下のエラーが出た。 ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "playe... 2022.01.08 rails
rails Rails 5でbootstrapを使えるようにする install yarn yarnが入ってなければインストールする 参考サイト Installation | Yarndockerイメージ内にyarnをインストールする - Qiita install bootst... 2021.12.25 rails