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 Oct 1, 2018. It is now read-only.
Creating lessons by seeding is inefficient and can be troublesome with the disjoint between the seed and the lesson.
One workaround for this would be to include metadata for each lesson in the header. There are Kramdown parsers (Kramdown-metadata-parser) that are able to read this information and return a hash.
We can then use this data to dynamically seed the ruby lessons.
I'd like to test-run this type of seeding with the ruby content before rolling it out site-wide
The text was updated successfully, but these errors were encountered:
Creating lessons by seeding is inefficient and can be troublesome with the disjoint between the seed and the lesson.
One workaround for this would be to include metadata for each lesson in the header. There are Kramdown parsers (Kramdown-metadata-parser) that are able to read this information and return a hash.
We can then use this data to dynamically seed the ruby lessons.
I'd like to test-run this type of seeding with the ruby content before rolling it out site-wide
The text was updated successfully, but these errors were encountered: