Ive used heroku successfully before so can't understand the source of
this error.
Rails - 2.3.2
Ruby 1.8.7
rails blah
cd blah
git init
git add .
git commit -m "first commit"
git push origin master
heroku create
git push heroku master
heroku rake db:migrate
heroku restart
now when I go to the app on heroku, i see the usual welcome page. When
I click on the "about your application" I get the following redbox /
message
The page you were looking for doesn't exist.
You may have mistyped the address or the page may have moved.
When i look at the heroku logs
Processing ApplicationController#index (for 122.16.84.156 at
2010-09-04 03:10:09) [GET]
ActionController::RoutingError (No route matches "/rails/info/
properties" with {:method=>:get}):
/home/heroku_rack/lib/static_assets.rb:9:in `call'
/home/heroku_rack/lib/last_access.rb:25:in `call'
/home/heroku_rack/lib/date_header.rb:14:in `call'
thin (1.2.6) lib/thin/connection.rb:76:in `pre_process'
thin (1.2.6) lib/thin/connection.rb:74:in `catch'
thin (1.2.6) lib/thin/connection.rb:74:in `pre_process'
thin (1.2.6) lib/thin/connection.rb:57:in `process'
thin (1.2.6) lib/thin/connection.rb:42:in `receive_data'
eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
thin (1.2.6) lib/thin/backends/base.rb:57:in `start'
thin (1.2.6) lib/thin/server.rb:156:in `start'
thin (1.2.6) lib/thin/controllers/controller.rb:80:in `start'
thin (1.2.6) lib/thin/runner.rb:177:in `send'
thin (1.2.6) lib/thin/runner.rb:177:in `run_command'
thin (1.2.6) lib/thin/runner.rb:143:in `run!'
thin (1.2.6) bin/thin:6
/usr/ruby1.8.7/bin/thin:19:in `load'
/usr/ruby1.8.7/bin/thin:19
Rendering /disk1/home/slugs/280231_f3dee5c_9069/mnt/public/404.html
(404 Not Found)
Locally everything is dandy, so where am i going wrong on this?
--
You received this message because you are subscribed to the Google Groups
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en.