On Oct 14, 2013, at 9:28 AM, G-money <[email protected]> wrote:
> Sometimes -- like now -- my favorite dev browser, Chrome (v.21), will not > show changes made in my Rails 3.2 assets/javascripts files. Is this a Chrome > thing, or how can I get the changes to show up immediately upon page refresh? In Chrome, I turn off caching in the DevTools (it means you need to keep them running, I think.) There's probably an easier way to get to them, but once I have the DevTools up, I click on the little sprocket in the lower right corner and I can then configure the browser. I don't know if this will fix your issue, but at least you can be sure it isn't browser caching that's the problem. Hope this helps…. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/BAFB2FA0-E6C6-415A-82A9-6683D63FA26A%40gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

