docbrown/app
rhymes 09cf6719eb Use honeybadger.js from npm (#5643)
rails-assets.org is often down, and apparently has been down intermittently since yesterday.

In addition to this the only thing the gem does is literally to add `honeybadger.js` to the assets path:

```ruby
gem_path.join('app/assets').each_child.to_a
```

Hence we can ditch the gem and use the library directly.
2020-01-22 08:22:51 -05:00
..
assets Use honeybadger.js from npm (#5643) 2020-01-22 08:22:51 -05:00
black_box Move from env variables to SiteConfig (#5385) [deploy] 2020-01-07 16:36:24 -05:00
controllers Introduce BanishedUser table (#5589) [deploy] 2020-01-21 17:15:58 -05:00
dashboards Pro: memberships (#3461) 2019-09-24 10:38:54 -07:00
decorators [deploy] Raise not_found for spam-banished users (#5586) 2020-01-20 14:50:22 -05:00
errors Pro: memberships (#3461) 2019-09-24 10:38:54 -07:00
fields Enables Rails cops (#2186) 2019-03-25 09:25:55 -04:00
helpers Updated application_helper.rb with Cloudinary env variable to fix images on stand alone platform. (#5374) [deploy] 2020-01-09 11:50:16 -05:00
javascript Move Chart.js to dynamic import (#5576) [deploy] 2020-01-18 20:46:35 -05:00
jobs Refactor/user bust cache job (#5563) 2020-01-20 13:46:15 -05:00
labor Refactor RateLimitChecker (#5521) 2020-01-20 11:27:54 -05:00
lib Adds 4estate.media to Mastodon instance whitelist (#5625) 2020-01-21 08:59:52 -05:00
liquid_tags Fix error handling bugs in stackexchange tag (#5490) 2020-01-20 14:43:25 -05:00
mailers Restore default email from SiteConfig for mailers (#5399) [deploy] 2020-01-08 16:09:32 -05:00
models Introduce BanishedUser table (#5589) [deploy] 2020-01-21 17:15:58 -05:00
observers Delete unused OrganizationObserver (#5619) [deploy] 2020-01-21 08:04:59 -05:00
policies Handle missing commentable for user_is_commentable_author? check (#5336) [deploy] 2020-01-02 18:06:05 -05:00
sanitizers Add support for mark element in markdown (#2089) 2019-03-18 17:10:58 -04:00
serializers/webhook Use a sortable unique ID for the event_id (#3972) 2019-09-09 10:15:12 -04:00
services Introduce BanishedUser table (#5589) [deploy] 2020-01-21 17:15:58 -05:00
uploaders Limit ALL Upload file sizes to 25 MB (#5356) [deploy] 2020-01-07 11:20:40 -05:00
view_objects Remove RedisRailsCache and replace with Rails.cache (#5059) [deploy] 2019-12-10 13:11:08 -06:00
views feat: add per-user Open Dyslexic font setting (#5037) [deploy] 2020-01-20 18:23:57 -05:00
workers Retry more for Articles::UpdateAnalyticsWorker since it can fail due to API rate limit errors (#5618) 2020-01-21 08:00:39 -05:00