Standard Search
About 4 results
https://cbennell.com/posts/building-an-lti-deeplinking-response-in-rails · 6 May 2024
DeepLinking lets your LTI tool send content back to the LMS—like inserting rich HTML into Canvas’s editor. This guide walks through persisting launch data, building a response form, rendering Rails views into JWTs, and even making the whole flow dynami...
https://cbennell.com/posts/using-ruby-structs-to-model-api-responses · 5 May 2024
Here's a technique I use to model API responses in a simple class. This provides nice ergonomics with minimal boilerplate.
https://cbennell.com/posts/handling-lti-launches-in-rails · 5 May 2024
Learn how to set up your Rails application as an LTI Tool Provider, to handle LTI 1.3 launches from an LMS, including the OCID workflow, user authentication and what to do with the information you get from the LMS.
https://cbennell.com/posts/on-layered-design-for-ruby-on-rails-applications · 28 Apr 2024
From DDD-inspired architecture to patterns like query objects and service layers, Dementyev’s book explores how Rails apps can evolve stronger abstractions over time. Ideal for developers who want to move beyond basics and design with clarity and intent.