Hi there, I'm having problems with routing in my heroku environment
heroku.

I have this redirect in the index method of the application
controller.

class ApplicationController < ActionController::Base

.....


def index

redirect_to root_url

end

end

this works perfectly in my local environment yet in heroku it fails
(does not get redirectly). All other routing is functioning correctly,
all except for the index method of ApplicationController. Is there
something that is causing this in the heroku environment that I have
overlooked? Thanks in advance, I'm new to the heroku environment.

Thanks,

Cris

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to