I should have also added the routing problems occur in the production environment (on heroku) but not in dev environment.
Thanks On Oct 29, 2:15 pm, Cris <[email protected]> wrote: > 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 [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.
