Sage Ross
Sage Ross
@saha23s username is not relevant in most cases, including those ones. I'd say something like 'Admin tools' is a good name for the admin, and perhaps 'FAQ: [title of FAQ]...
@saha23s those are commits that you added into your branch via `git merge`. Check out the `git.md` doc for some possibly-helpful instructions are sorting that out.
@fillingtothemomo I think so. I don't know which pages still lack titles, but I'm pretty sure there are a few.
Thanks! This is a deeper React conversion than what I was suggesting — it converts the entire Training and Module views, rather than just implementing the nav in React and...
Hmm... I'm not sure. On the server, @libraries ought to be set by the time it renders, as Rails will wait until the data is loaded in that controller code...
Hmm... I'm not sure what is going wrong. I suggest running the failing test locally with headless mode turned off (by removing the `headless` arg in rails_helper.rb).
@sharon-odhiambo what's the status of this? it looks like some of the training-specific tests are still failing; were they passing for you locally? anything you are stuck with that i...
Maybe? I think checking for already-running processes is the somewhat tricky part. I'd rather have something where system state is primarily handled at the database level, for example by adding...
You can add an exception for this file in `.rubocop.yml`, or you could find a way to extract some of the code in that file to another file. I think...
Looks like a failing test is connected to your change.