You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
Flex doesn't use each on any string, only on array and hashes, at least not intentionally. I have personally used it at least on a few dozen of servers with ruby 1.9.
The error suggests me that some string may get passed in place of an array/hash in your code.
Please, could you post a full backtrace (and eventually the code and variables that you are passing)? Thanks.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This error suggests flex does not support ruby 1.9, is this true?
I'm using Rails 4 and Ruby 2.0
(Ruby 1.8 allows each on a string, where 1.9 you must use each_line).
The text was updated successfully, but these errors were encountered: