load all of the stuff
Loading console and half of your models aren’t defined? They won’t necessarily be just to help boost boot up time.
Rails.application.eager_load!
This will load everything.
Brighton, UK - contact@robl.me
Software Engineer working since 2008 with Ruby / Ruby on Rails, love a bit of Elixir / Phoenix. I also poke through other people's code and make PRs for OpenSource Ruby projects that sometimes make it. Currently working at Juniper Education making code for UK schools.
Loading console and half of your models aren’t defined? They won’t necessarily be just to help boost boot up time.
Rails.application.eager_load!
This will load everything.