健康意識の高まり

いろんなメモなど

rails

NoMethodError: undefined method 'accept' for nil:NilClass が出た時の対処法

Gemfile に mysql2 を追加 gem 'mysql2' activerecord-mysql2-adapter があればコメントアウト # gem 'activerecord-mysql2-adapter' bundle install rails 再起動 参考 Rails 3: Model.all => NoMethodError: undefined method 'accept' for nil:NilClass -…

Rails のデータベース設定でリモートのDBサーバを指定する

host パラメータを指定する。 development: adapter: mysql2 encoding: utf8 database: blog_development pool: 5 username: root password: host: HOST_NAME 参考 マルニカ。 RailsからDB(PostgreSQL)に接続

rails 起動

DB なし起動 DBを使わないRails3アプリケーション | simBlog in `require': cannot load such file -- bigdecimal (LoadError) というエラーが出る場合 ruby on rails 3 - Difficulty with activesupport when attempting to deploy - Stack OverflowGemfile…