RailsNot a Class Error Only In Production Environment In my case it was the config.eager_load = true within production.rb that set it off. Changing it to false fixed it. Standard