faster_require icon indicating copy to clipboard operation
faster_require copied to clipboard

How to clear_cache automatically after bundler update ?

Open sreid99 opened this issue 13 years ago • 1 comments

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 ?

sreid99 avatar May 20 '12 16:05 sreid99

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

rdp avatar May 21 '12 16:05 rdp