LoginSignup
0
0

More than 5 years have passed since last update.

Rails4 で spork を動かすと`uninitialized constant ActiveModel::Observing (NameError)`になる時の対処法

Posted at

Rails 4.0 でSporkを動かすと uninitialized constant ActiveModel::Observing (NameError) と出る - Qiita [キータ]
http://qiita.com/kimihito_/items/74342a3be0f828610536

ここに書いてあるとおりなんですが、
gem search spork --pre したら 1.0.0rc3 じゃなくて 1.0.0rc4 が出てたのでそっちを入れました。

Gemfile に gem 'spork', '1.0.0rc4'と書いて bundle update spork すればOK。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0