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
On new column access, the following error is thrown:
TypeError: wrong argument type String (expected Array) vendor/bundle/ruby/1.8/gems/slim_scrooge-1.0.12/lib/slim_scrooge/result_set.rb:29:in select' vendor/bundle/ruby/1.8/gems/slim_scrooge-1.0.12/lib/slim_scrooge/result_set.rb:29:insend' vendor/bundle/ruby/1.8/gems/slim_scrooge-1.0.12/lib/slim_scrooge/result_set.rb:29:in reload!' vendor/bundle/ruby/1.8/gems/slim_scrooge-1.0.12/lib/slim_scrooge/monitored_hash.rb:32:innew_column_access' vendor/bundle/ruby/1.8/gems/slim_scrooge-1.0.12/lib/slim_scrooge/monitored_hash.rb:19:in `[]'
select' vendor/bundle/ruby/1.8/gems/slim_scrooge-1.0.12/lib/slim_scrooge/result_set.rb:29:in
reload!' vendor/bundle/ruby/1.8/gems/slim_scrooge-1.0.12/lib/slim_scrooge/monitored_hash.rb:32:in
Any ideas what this could relate to?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On new column access, the following error is thrown:
TypeError: wrong argument type String (expected Array)
vendor/bundle/ruby/1.8/gems/slim_scrooge-1.0.12/lib/slim_scrooge/result_set.rb:29:in
select' vendor/bundle/ruby/1.8/gems/slim_scrooge-1.0.12/lib/slim_scrooge/result_set.rb:29:in
send'vendor/bundle/ruby/1.8/gems/slim_scrooge-1.0.12/lib/slim_scrooge/result_set.rb:29:in
reload!' vendor/bundle/ruby/1.8/gems/slim_scrooge-1.0.12/lib/slim_scrooge/monitored_hash.rb:32:in
new_column_access'vendor/bundle/ruby/1.8/gems/slim_scrooge-1.0.12/lib/slim_scrooge/monitored_hash.rb:19:in `[]'
Any ideas what this could relate to?
The text was updated successfully, but these errors were encountered: