gab-social/lib
rubic0n 2b9144d50c Fix "NameError: uninitialized constant Exceptions"
Zeitwerk operates on files in the autoload paths. Since the
entire "app" directory is autoloaded, all files inside need to
play by Zeitwerk's rules. Zeitwerk expects that a file named
"exceptions.rb" would define a constant named "Exceptions".

The exceptions file doesn't follow Zeitwerk's conventions.
The easiest way to solve this is to move the execptions out of
app/lib and into lib, where `require_relative` doesn't have
Zeitwerk taken into account.
2021-01-31 17:39:13 -06:00
..
assets Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
devise Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
gabsocial Merge branch 'gab_provision' of https://code.gab.com/gab/social/gab-social into develop 2021-01-27 16:16:48 -05:00
generators Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
json_ld Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
paperclip Update gif_transcoder.rb 2020-01-16 22:57:34 +00:00
tasks Update force_regenerate_feeds.rake 2021-01-16 18:39:31 +00:00
templates Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
cli.rb Commiting 2020-11-15 12:48:32 -06:00
exceptions.rb Fix "NameError: uninitialized constant Exceptions" 2021-01-31 17:39:13 -06:00