2009/8/23 Roy Bleasdale <[email protected]>: > > Arzumy wrote: >> Did you run server in production environment? Is the any page, action >> or fragment caching? > > I am assuming I am running in development mode as the development log is > being filled by the server. > > If I use reload I thought the browser would request the page again from > the server, which it does according to the development log. The server > manages to find the index.html.erb page even after I have deleted the > page from the view folder. > > It appears as though the server is caching the page. Which implies it is > in production mode. >
Have you accidentally (or on purpose) changed any settings in confg/environments/development.rb? In particular check config.cache_classes = false config.action_controller.consider_all_requests_local = true config.action_controller.perform_caching = false Colin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

