Skip to content
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

undefined method `join' for #<String:0x007f4d59c9f8f8> #76

Open
the-net-tech opened this issue Jan 15, 2015 · 5 comments
Open

undefined method `join' for #<String:0x007f4d59c9f8f8> #76

the-net-tech opened this issue Jan 15, 2015 · 5 comments

Comments

@the-net-tech
Copy link

New rails 4.2 installation

@steveo7
Copy link

steveo7 commented Jan 21, 2015

I'm encountering this same error, Rails 4.2 Ruby 2.2.0. The error is coming from Sinatra.

@steveo7
Copy link

steveo7 commented Jan 23, 2015

After further troubleshooting, I'm convinced the problem is it does not support Mongoid, which is what I'm using. @the-tech-net, are you using Mongoid?

@benjaminharel
Copy link

Yes this is the problem. But what is the solution?

@steveo7
Copy link

steveo7 commented Jan 26, 2015

I suppose somebody with the time and talent could add Mongoid support and submit a pull request. Of which I have neither!

@johnmaxwell
Copy link

I was having the same issue after upgrading to Rails 4.2. I'm not using Mongoid or Mongo. In my case, I was mounting DelayedJobWeb in config.ru, instead of mounting it as a route in config/routes.rb. I had been doing this on an older version of delayed_job_web for a couple of years. When I followed the instructions in the README to mount it in config/routes.rb, I bypassed this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants