* Passwords now need to be 8 characters long (new default in authlogic).
* To login to the Sidekiq web interface, log in to opensnp.org, if you
have the `admin` flag set, you will find it at the usual place.
* I finally found out why Rubocop didn't complain about the frozen string literal pragma missing and added all of them.
* Rubocop complained about keyword arguments, which is only relevant for Rails 5, so I disabled the cop.
* I removed the `inherit_from: .rubocop_todo.yml` from `.rubocop.yml`, so Hound does complain about **all** the issues. I also added a few tasks for running Rubocop.
* Removes broken html5.js from Google
* Replaces a few rocket-style links with modern Rails links. Replaces the dead Twitter feed on news page that used the dead Twitter APIv1 with a modern widget.
* Remove relic gem since it doesn't work at all ATM
* Forgot to run bundle install to remove from Gemfile.lock too
* Removes some overhang from Active Admin
* Bring back Snacks! No wait - bring back brackets!
* Removes one seventy seven URL since taken over by spam
* Update sign-in page with modern bootstrap, get rid of clearfix hacks
* Get rid of beautifier, no-one uses it. Remove some spans and labels from genotype upload form. form-stacked doesn't even exist anymore.
* Finally solves 2013 TODO about phenotype-arrays. Cleans up Phenotype-new form a bit.
* Minor cleanup of first-time user help header
* More terse form of helper method to satisfy hound
* Makes application help modal a bit more logical. FINALLY, after a thousand years, fixes that annoying 'missing tempplate' error message when closing help_one to help_three.
* Spruce up SNP comment form a little bit
* Get rid of empty or unused helpers
* Render nothing in a better concise way, cheers Helge
It now processes each page of results before proceeding to the next one.
This way we shouldn't have any issue with this job sucking up all the
memory anymore, when there are a lot of results.