Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to clear_cache automatically after bundler update ? #36

Open
sreid99 opened this issue May 20, 2012 · 1 comment
Open

How to clear_cache automatically after bundler update ? #36

sreid99 opened this issue May 20, 2012 · 1 comment

Comments

@sreid99
Copy link

sreid99 commented May 20, 2012

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 ?

@rdp
Copy link
Owner

rdp commented May 21, 2012

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:
#36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants