Skip to content

Conversation

@takluyver
Copy link
Member

After a whole lot of searching, I managed to get almost all the tests passing. Upgrading Rails was the first step, since the old version was not compatible with Ruby 2.6.

The final test ("should do race" in score_helper_test.rb seemed to reflect an actual problem in the code. At least in 2018, we didn't use the web app for scoring, so I skipped the test rather than spending time trying to solve it.

//
//= require jquery
//= require jquery.cookie
//= require js.cookie
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this probably does not matter, but should this have changed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is necessary with the change from the jquery-cookie-rails gem, which seemed to be incompatible with newer versions of rails, to the newer js_cookie_rails gem. But I don't have a good idea how all these bits fit together, so let me know if I'm wrong about that!

(And thanks for looking at this)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll take a look at the rest of the code to the best that I can in an hour or so 👍

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.

3 participants