aboutsummaryrefslogtreecommitdiff
path: root/config/boot.rb
Commit message (Collapse)AuthorAge
* Rework the gem situationChristopher Baines2018-04-03
| | | | | | Use gem rather than require in config/boot.rb. This is better, as it only sets up the $LOAD_PATH, and doesn't actually require the gem. This prevents Rails getting loaded early, and getting confused.
* Initial commitChristopher Baines2018-03-29