The project is in a healthy, maintained state
Implmentation of the LTI Advantage standard as a Rails engine.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

LtiAdvantageRails

Installation

Install the gem and add to the application's Gemfile by executing:

$ bundle add lti_advantage_rails

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install lti_advantage_rails

Usage

This gem is a wrapper for four other engines, each of which will implement a different LTI specification, the whole of which should make implementing an LTI Advantage Complete application easy. Those four engines are:

lti_core_rails lti_dl_rails lti_nrps_rails lti_ags_rails

Pointers to relevant specs will be found in each of those engines.

The intent of this entire project is to make the demo app found in spec/dummy pass all the required tests for LTI Advantage Complete certification. Given that, it should be dead simple to use that example as a starting point for your own apps.

The need for this project stems from the ims-lti gem and the lti_provider_engine engine. While those are decent starting points, they do not appear to implement the latest standards. This is a fresh implementation which will allow developers to use some or all relevant standards as needed.

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.