harvard-dce / dce_lti

An engine to simplify LTI Authentication for rails applications
MIT License
13 stars 4 forks source link

Figure out how to get rid of requiring 'activerecord-session_store' in the project gemfile #5

Open djcp opened 9 years ago

djcp commented 9 years ago

Because we refer to this in config/initializers/session_store.rb, apparently the gems dependencies haven't been loaded yet and this means we have to add the gem to the project's Gemfile. It does not resolve directly from the gem dependencies in dce_lti.gemspec.

Make this work so we can eliminate this lameness.