LoginSignup
1
1

More than 5 years have passed since last update.

rails cannot load such file -- active_job/railtie (LoadError)

Last updated at Posted at 2015-03-21

チュートリアル5章ではまる

@import "bootstrap";

これがよみこめていないっぽい?

Genfileを自動生成のままつかってきて、ここまではすんなりいけてたけど、やっぱまずかったかな。

でもチュートリアルのGemfileつかうとrspecでエラーでるんだよな

application.rb:5:in `require': cannot load such file -- active_job/railtie (LoadError)

こちらを参考にgem 'activeresource'を追加、しかし変わらず

require "active_resource/railtie" 

これをコメントあうとするとあるが、application.rbにこの記述はない

(あ、よくみたらエラーが違う。このURLのエラーはactive_resourceだ)

[参考]
http://elearning.hateblo.jp/entry/2014/12/25/154503

1
1
5

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