On Dec 18, 12:48 pm, Ralph Shnelvar <[email protected]> wrote: > > FC> The /rails/info route is only setup in development, so if your heroku > FC> deployment is running in production it's normal for it not to work. > > Could you PLEASE elaborate. Please elaborate, for instance, why the same > code is running in development on my test machine but is running in > production on heroku? >
Rails (deliberately) only allows access to the /rails/info controller when running in development mode. The rest of the time the route that would allow requests to reach it doesn't exist so going to /rails/info will 404. Fred -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

