Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Kata is currently broken apparently? As of 2017-08-21 a simple "select * from people" query yields this error:
An error occurred while loading ./.entry.rb.
Failure/Error: print(tab ? "TAB" : "LOG", data.to_json, mode: "TABLE", label: label)
Encoding::UndefinedConversionError:
"\xE4" from ASCII-8BIT to UTF-8
/runner/frameworks/ruby/common.rb:17:in `encode'
/runner/frameworks/ruby/common.rb:17:in `to_json'
/runner/frameworks/ruby/common.rb:17:in `table'
/runner/frameworks/ruby/sql.rb:84:in `block in run_sql'
/runner/frameworks/ruby/sql.rb:74:in `map'
/runner/frameworks/ruby/sql.rb:74:in `run_sql'
./.spec.rb:1:in `<top (required)>'
./.entry.rb:6:in `<top (required)>'