Rails 【Rails】エラー対処法:This migration uses change_column, which is not automatically reversible. StandardError: An error has occurred, this and all later migrations canceled: 2024/2/19 Rails
Rails 【Rails】指定したrailsのバージョンがPermission deniedでインストールできない時の対処法|gem install -v rails:ERROR: While executing gem … (Errno::EACCES) 2024/2/18 Rails
Rails 【Rails】git cloneしたプロジェクトでコンパイルに失敗したときの対処法: [Webpacker] Compilation failed:error Command “webpack” not found. 2024/2/9 Rails
Rails 【Rails】redirect_toでnoticeやflash, alertがパラメータになる場合の対処法(%= notice % や%=alert %、flash[:]が表示されない) 2024/2/1 Rails
Rails 【Rails】ActiveAdminエラー対処法: permit_paramsを設定しているのに、ActiveModel::ForbiddenAttributesErrorが発生する 2024/1/28 Rails
Rails ActiveStorage複数枚の画像添付時のエラー対処法:wrong number of arguments (given 0, expected 1..2) 2024/1/28 Rails
Rails 【Rails】bundlerのdefaultを変更する方法。 Warning: the running version of Bundler (x.x.x) is older than the version that created the lockfileのエラー警告対処法。 2024/1/21 Rails
Rails 【Rails】gem updateやgem installコマンドでtimed outやCould not find a valid gemが出たときの対処法 2023/12/27 Rails
Rails 【Ruby】bundle installのエラー対処法:Gem::Ext::BuildError: ERROR: Failed to build gem native extension (mimemagic) 2023/11/21 Rails
Rails 【爆速】Dcoker上のRailsでWebpackerのコンパイルが遅い問題を解決する方法(webpacker-dev-serverとSplitChunksの使い方) 2023/10/31 Rails
Rails Docker上のRailsでActiveStorageのエラーが発生したときの対処法|Can’t resolve image into URL: undefined method `persisted?’ for nil:NilClass 2023/10/14 Rails