How to clear_cache automatically after bundler update ?
Is there some way to clear the cache automatically after a bundler update, rather than having to remember to run "faster_require --clear-cache" each time ?
I pinged them to see whta the bundler guys say. In the meantime a couple ideas: you might be able to put in some require command that runs the system command for you, in your gemfile http://gembundler.com/man/gemfile.5.html or edit your /usr/bin/bundler file so that after running it runs system("faster_require -- ... ") perhaps. Adjust paths accordingly of course :) -r
On Sun, May 20, 2012 at 10:15 AM, sreid99 [email protected] wrote:
Is there some way to clear the cache automatically after a bundler update, rather than having to remember to run "faster_require --clear-cache" each time ?
Reply to this email directly or view it on GitHub: https://github.com/rdp/faster_require/issues/36