-
Notifications
You must be signed in to change notification settings - Fork 21.7k
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
rails console
exits with a each_registered_block': undefined method
each' for nil:NilClass (NoMethodError)` [rails 5.0.0.beta1.1]
#23300
Comments
Can you please provide a sample application that reproduces the error? |
I can outline the commands I ran until I received the error:
At this point, I added the
The source files for the application: message.rb
rooms_controller.rb
routes.rb
|
@gnerkus Thanks for the steps. I was able to reproduce the issue and when I removed This issue is already reported on web-console tracker, I will move discussion there. rails/web-console#184 |
Closing this issue in favor of rails/web-console#184 |
@gnerkus This issue has been fixed by rails/web-console#185. |
Folks, please update to |
I will update to |
Hello,
I have a
rails 5.0.0.beta1.1
applicationrvm 1.26.11
/ruby 2.2.3p173
application installed locally. I've been able to run therails server
andrails generate
commands without problems. Unfortunately, therails console
command exits with an error.$ rails console
returns the following:This is my
Gemfile
:The text was updated successfully, but these errors were encountered: