We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I've just given this a punt with ruby v1.8.7, rails v1.2.2 and rake v0.8.7. It's getting stopped on one of the last tests.
Is this error something you've seen (see below)? Am I perhaps using the wrong version of something?
Thanks!
Paul
[]' for <Enumerable::Enumerator:0x7fabc0212500> /var/lib/gems/1.8/gems/activesupport 1.4.1/lib/active_support/core_ext/string/access.rb:43:in
recognized_request_for' /var/lib/gems/1.8/gems/actionpack 1.13.2/lib/action_controller/assertions/routing_assertions.rb:33:in
clean_backtrace' /var/lib/gems/1.8/gems/actionpack 1.13.2/lib/action_controller/assertions/routing_assertions.rb:31:in
assert_routing' ./test/functional/browser_controller_test.rb:114:in
The text was updated successfully, but these errors were encountered:
I have seen that error, need to fix it.
Sorry, something went wrong.
If I come across a fix, I'll send it your way.
Seems to be an incompatibility with the version of rails and ruby we are running.
https://github.com/radiant/radiant/wiki/undefined-method-for-enumerable
Lets leave this open here until we get a proper fix.
No branches or pull requests
Hello,
I've just given this a punt with ruby v1.8.7, rails v1.2.2 and rake v0.8.7. It's getting stopped on one of the last tests.
Is this error something you've seen (see below)? Am I perhaps using the wrong version of something?
Thanks!
Paul
test_routing(BrowserControllerTest):
NoMethodError: undefined method
[]' for <Enumerable::Enumerator:0x7fabc0212500> /var/lib/gems/1.8/gems/activesupport 1.4.1/lib/active_support/core_ext/string/access.rb:43:in
first'/var/lib/gems/1.8/gems/actionpack 1.13.2/lib/action_controller/assertions/routing_assertions.rb:86:in
recognized_request_for' /var/lib/gems/1.8/gems/actionpack 1.13.2/lib/action_controller/assertions/routing_assertions.rb:33:in
assert_recognizes'/var/lib/gems/1.8/gems/actionpack-1.13.2/lib/action_controller/assertions.rb:60:in
clean_backtrace' /var/lib/gems/1.8/gems/actionpack 1.13.2/lib/action_controller/assertions/routing_assertions.rb:31:in
assert_recognizes'/var/lib/gems/1.8/gems/actionpack 1.13.2/lib/action_controller/assertions/routing_assertions.rb:74:in
assert_routing' ./test/functional/browser_controller_test.rb:114:in
test_routing'The text was updated successfully, but these errors were encountered: