Skip to content

Conversation

@rradonic
Copy link

@rradonic rradonic commented Apr 5, 2016

There were two issues with the lti2_tp migration:

  1. The migration's file name differed from its class name. Rails refuses to run the migration unless these two names match.

  2. The migration's down method wasn't dropping one of the tables it created.

These two issues are now fixed. Let me know if you disagree with anything or if anything else in the project needs to change as a result of the above changes.

Cheers,
Ranko

Ranko Radonić added 2 commits April 5, 2016 17:45
on recent versions of rails, migrations fail if the class name differs
from the file name
@rradonic rradonic changed the title Migrations fixes for lti2_tp Migration fixes for lti2_tp Apr 6, 2016
@rradonic rradonic force-pushed the master branch 2 times, most recently from 7ac4776 to f28aa43 Compare April 7, 2016 10:52
Ranko Radonić added 5 commits April 13, 2016 11:11
the call to invoke_unsigned_service was failing without it
the hardcoded path was causing an error during logging because the
directory doesn't exist. store the wirelog in the log/ directory of the
current rails app instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant