-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uninitialized constant ActiveResource (NameError) #1
Comments
I have the same issue. |
I have got the same issue here is a stacktrace: bundle exec rake db:drop --trace |
https://github.com/ruby-concurrency/atomic The Atomic.new call is deprecated. |
I get a the following error when I restart my app after adding this peek plugin.
gems/peek-active_resource-1.0.0/lib/peek/views/active_resource.rb:1:in `<top (required)>': uninitialized constant ActiveResource (NameError)
How would I go about fixing this?
Is there any log data I could provide to help?
The text was updated successfully, but these errors were encountered: