canvas-lms/gems/lti_outbound
Nathan Mills e1d458dd34 create ext_outcomes_tool_placement_url api for turnitin
fixes PLAT-1166

test-plan:
install the turnitin lti tool
create an assignment using both the turnitin lti tool and the turnitin plugin
create a submission through the lti tool
result: the plugin should be disabled for that assignment

Change-Id: I4e89e33c61e5ad91e3b0125692631750b5199be1
Reviewed-on: https://gerrit.instructure.com/59360
Tested-by: Jenkins
Reviewed-by: Brad Horrocks <bhorrocks@instructure.com>
QA-Review: August Thornton <august@instructure.com>
Product-Review: Nathan Mills <nathanm@instructure.com>
2015-07-28 22:46:54 +00:00
..
lib create ext_outcomes_tool_placement_url api for turnitin 2015-07-28 22:46:54 +00:00
spec create ext_outcomes_tool_placement_url api for turnitin 2015-07-28 22:46:54 +00:00
.rspec rename basic_lti_outbound gem to lti_outbound 2014-01-24 15:48:34 +00:00
Gemfile bump i18n gem 2015-04-17 19:49:17 +00:00
LICENSE.txt rename basic_lti_outbound gem to lti_outbound 2014-01-24 15:48:34 +00:00
README.md rename basic_lti_outbound gem to lti_outbound 2014-01-24 15:48:34 +00:00
Rakefile rename basic_lti_outbound gem to lti_outbound 2014-01-24 15:48:34 +00:00
lti_outbound.gemspec bump i18n gem 2015-04-17 19:49:17 +00:00
test.sh bundle check before bundle install for gem tests 2014-06-03 20:09:10 +00:00

README.md

LtiOutbound

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'lti_outbound'

And then execute:

$ bundle

Or install it yourself as:

$ gem install lti_outbound

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( http://github.com//lti_outbound/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request