sylph

Results 22 issues of sylph

see [here](https://www.ruby-lang.org/en/downloads/branches/), we should update to 2.6 or 2.7 at some point.

internal
tooling-upgrades

The JQuery plugin we were using for sortable tables, `jquery-sortable`, depended on a vulnerable version of JQuery, so it was removed during the Rails 5 upgrade. We should find a...

check-if-done

it's currently this: ![image](https://user-images.githubusercontent.com/2908224/67437054-cfb99b00-f5a4-11e9-887c-24f0d34c4bd0.png)

check-if-done

rails-assets isn't super well supported anymore, and I ran into [this issue](https://github.com/tenex/rails-assets/issues/238) while working on the rails 5 upgrade. It'd be good to switch to npm for managing JS packages...

internal
tooling-upgrades

We should probably handle these errors a little differently to avoid the following: ![image](https://user-images.githubusercontent.com/2908224/63124986-6b091100-bf61-11e9-828a-2ee860314789.png) (note that this particular error is due to a local config issue)

bug
good-first-issue

Right now, if you unpublish an action page that is featured, this callback runs: ```ruby def no_drafts_on_homepage FeaturedActionPage.where(action_page_id: id).destroy_all unless published? end ``` This means that fewer than 4 actions...

good-first-issue
refactor

The live update for signatures on petitions was disabled due to performance issues on a popular action. We should look into ways to improve caching for this feature so we...

feature
good-first-issue

Due to forcing some congress forms fields to be "always common" (e.g. showing up at the top of the form and being sent to the controller as common fields), fields...

good-first-issue
refactor

Draft for now -- this is more or less just a database migration and model level changes required to change status into an enum. It has not been extensively tested,...

This is 2 major versions above what's on `master` right now, so worth giving it a closer review. I added some feature tests (`spec/features/ahoy.rb`) to ensure we're only collecting what...