LoginSignup
9
9

More than 5 years have passed since last update.

Rails 4.0 でSporkを動かすと uninitialized constant ActiveModel::Observing (NameError) と出る

Posted at

参考
Rails4でsporkがエラー - rochefort's blog

上記ブログに書いてあるとおり、

gem search spork --pre

でspork 1.0.0rc3を探してきて、

gem 'spork', '1.0.0rc3'

と記入後、

bundle update spork

とかやると動くようになりました。

9
9
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
9
9