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
I very recently wrote my first tour to evaluate the tool. I wasn't using any variable substitution, so I didn't think a tourbus.yml file was necessary.
I ended up with the following stack trace:
I'm trying @bbozo's fork with 1.9.3-p392 and getting failures.
/Users/nathan/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in require': iconv will be deprecated in the future, use String#encode instead.
/Users/nathan/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/tourbus-2.0.2/bin/tourbus:8:in': undefined method symbolize_keys' for false:FalseClass (NoMethodError)
from /Users/nathan/.rbenv/versions/1.9.3-p392/bin/tourbus:23:inload'
from /Users/nathan/.rbenv/versions/1.9.3-p392/bin/tourbus:23:in `'
Hi,
I very recently wrote my first tour to evaluate the tool. I wasn't using any variable substitution, so I didn't think a tourbus.yml file was necessary.
I ended up with the following stack trace:
I'm trying @bbozo's fork with 1.9.3-p392 and getting failures.
/Users/nathan/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in require': iconv will be deprecated in the future, use String#encode instead. /Users/nathan/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/tourbus-2.0.2/bin/tourbus:8:in': undefined method symbolize_keys' for false:FalseClass (NoMethodError) from /Users/nathan/.rbenv/versions/1.9.3-p392/bin/tourbus:23:inload' from /Users/nathan/.rbenv/versions/1.9.3-p392/bin/tourbus:23:in `'
It was pointed out to me that not having a tourbus.yml would present that issue.
I propose rescuing that exception and reraising with a more descriptive error message.
Thanks!
The text was updated successfully, but these errors were encountered: