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

ruby1.9 incompatibility in navigator.rb #1

Open
OidaOukEidos opened this issue Jun 23, 2010 · 0 comments
Open

ruby1.9 incompatibility in navigator.rb #1

OidaOukEidos opened this issue Jun 23, 2010 · 0 comments

Comments

@OidaOukEidos
Copy link

Method construct_html in navigator.rb calls self.view.content_tag with an array as argument #2, relying on ruby1.8 behaviour to automatically create a string by joining the array member strings. In ruby 1.9 this no longer woks, instead of "links" you should use "links.join" as second argument.

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

1 participant