July 11, 2007 at 4:46PM Getting spurious “no route found to match” with Rails 1.2.3? Open up config/boot.rb and change the line reading: root_path = Pathname.new(root_path).cleanpath(true).to_s to: root_path = Pathname.new(root_path).cleanpath(true).realpath().to_s ...which will fully canonicalise the application root path into an abolute path. This will solve problems where Rails can’t find