issues
search
umts
/
bojangles
Ruby script for monitoring the PVTA realtime bus departures feed
MIT License
0
stars
0
forks
source link
Loading / requiring cleanup
#68
Closed
werebus
closed
5 years ago
werebus
commented
5 years ago
Added
lib/
to load path in the two entry points to make
require
work, rather than
require_relative
Made sure that all libraries used in a file were required in that file (mostly for OCD purposes)
Require the database adapter from config rather than a hard-coded
mysql2
Added a console
lib/
to load path in the two entry points to makerequire
work, rather thanrequire_relative
mysql2