I''m trying to do some changes in the views, but the final result (page requests) doesn''t show my changes. I''ve commented the caches_page lines, but i still can get my changes, what could be the problem? --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> I''m trying to do some changes in the views, but the final result (page > requests) doesn''t show my changes. > > I''ve commented the caches_page lines, but i still can get my changes, > what could be the problem?If you are in production then on first request Rails is going to write out the page to disk in (by default) your public directory. You need to go remove that file first before trying to reload it. That would be my guess anyway. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
That''s the problem,i''m working on the development environment, i really couldn''t figure out what''s going on. On Apr 26, 11:45 am, Philip Hallstrom <r...-SUcgGwS4C16SUMMaM/qcSw@public.gmane.org> wrote:> > I''m trying to do some changes in the views, but the final result (page > > requests) doesn''t show my changes. > > > I''ve commented the caches_page lines, but i still can get my changes, > > what could be the problem? > > If you are in production then on first request Rails is going to write out > the page to disk in (by default) your public directory. > > You need to go remove that file first before trying to reload it. > > That would be my guess anyway.--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> On Apr 26, 11:45 am, Philip Hallstrom <r...-SUcgGwS4C16SUMMaM/qcSw@public.gmane.org> wrote: >>> I''m trying to do some changes in the views, but the final result (page >>> requests) doesn''t show my changes. >> >>> I''ve commented the caches_page lines, but i still can get my changes, >>> what could be the problem? >> >> If you are in production then on first request Rails is going to write out >> the page to disk in (by default) your public directory. >> >> You need to go remove that file first before trying to reload it. >> >> That would be my guess anyway. > > That''s the problem,i''m working on the development environment, i > really couldn''t figure out what''s going on.Any chance that file exists anyway? --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
which file? i still couldn''t figure out why my pages aren''t getting changed, caches_page is off, and it''s still the same. On Apr 26, 7:03 pm, Philip Hallstrom <r...-SUcgGwS4C16SUMMaM/qcSw@public.gmane.org> wrote:> > On Apr 26, 11:45 am, Philip Hallstrom <r...-SUcgGwS4C16SUMMaM/qcSw@public.gmane.org> wrote: > >>> I''m trying to do some changes in the views, but the final result (page > >>> requests) doesn''t show my changes. > > >>> I''ve commented the caches_page lines, but i still can get my changes, > >>> what could be the problem? > > >> If you are in production then on first request Rails is going to write out > >> the page to disk in (by default) your public directory. > > >> You need to go remove that file first before trying to reload it. > > >> That would be my guess anyway. > > > That''s the problem,i''m working on the development environment, i > > really couldn''t figure out what''s going on. > > Any chance that file exists anyway?--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---