Skip to content

Instantly share code, notes, and snippets.

@simonista
Last active December 25, 2015 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonista/6893057 to your computer and use it in GitHub Desktop.
Save simonista/6893057 to your computer and use it in GitHub Desktop.
class ApplicationController < ActionController::Base
include LtiProvider::LtiApplication
# ...
end
# ...
gem 'lti_provider_engine', :require => 'lti_provider'
# ...
default: &default
key: your_key
secret: your_secret
development:
<<: *default
test:
<<: *default
production:
<<: *default
# ...
mount LtiProvider::Engine => "/"
# ...
bundle install
bundle exec rake railties:install:migrations
bundle exec rake db:migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment