Ruby on Rails cannot find Initializer?
- by Ryan M.
Hello, I am trying to deploy an app to a fresh Ubuntu 10 installation using Passenger 2.2.15, Rails 2.3.5, Ruby 1.8.7, and Apache 2.2.14. However, even with a default rails app (sudo rails defaultapp), I am receiving the following error: "no such file to load -- initializer".
I'm not sure which files you might need copies of in order to diagnose…