-
Notifications
You must be signed in to change notification settings - Fork 307
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
Installation issue: undefined method `ref' for ActiveSupport::Dependencies:Module #441
Comments
I'm receiving the same error: .../gems/ruby-1.9.3-p429/gems/devise-1.1.9/lib/devise.rb:193:in Would love to try this out, looks awesome. Thanks so much! Jonathan |
This is probably a Rails 4 related issue. Please try with Rails 3.2.13 |
Besides, we will be delighted to accept pull requests that makes Social Stream compatible with Rails 4 |
@atd I also faced the same issue when I used Rails 3.2.13. I think this issue is related to 'Devise'. The version used in the gem may have this issue. Check this discussion http://stackoverflow.com/questions/16414337/error-when-trying-to-generate-deviseinstall-in-ruby-on-rails |
I am still facing this same error. I have tried both rails 4 as well as rails 3.2.5. Ruby version 1.9.3. |
Thank you @shaileshparamisoft ! What version of Social Stream are you using guys? Current Social Stream version requires devise ~> 2.2.3, but you are running devise 1.1.9 |
Hi, Thanks in advance |
Hi facing the same issue as @vinita000. |
devise updated gem please use |
use |
Hi,
I tried to install social_stream with many variants of Ruby and Rails versions, but I keep running into version problems. What are the recommend versions?
On ruby 1.9.3 and Rails 4 the rails generate social_stream:install command fails with
/home/ubuntu/.rvm/gems/ruby-1.9.3-p448/gems/devise-1.1.9/lib/devise.rb:193:in
mailer=': undefined method
ref' for ActiveSupport::Dependencies:Module(NoMethodError)
Why is that?
Thanks in advance,
Dirk
The text was updated successfully, but these errors were encountered: