sake icon indicating copy to clipboard operation
sake copied to clipboard

Is this project dead?

Open zhaocai opened this issue 13 years ago • 5 comments

Is this project dead? Any alternative?

zhaocai avatar Oct 29 '12 09:10 zhaocai

The author, Chris Wanstrath, is probably too busy with another project he started called... GitHub.

It's too bad. Code rot means that Sake doesn't even run with Ruby 2.0.0. The gem has a dependency on the old ParseTree 2.1.1 which doesn't work on Ruby 2.0.

gittycat avatar Apr 16 '13 12:04 gittycat

Thanks for answering.

zhaocai avatar Apr 16 '13 14:04 zhaocai

For those interested. Rake has since added "system wide" tasks. It will read all scripts with the ".rake" extension in ~/.rake (mac, linux) or \Users\Rake (windows). The global scripts can be called using rake -g from anywhere. Eg: rake -g -T. The -g is optional if no local rakefile is present.

gittycat avatar Apr 20 '13 10:04 gittycat

@gittycat any suggestion to load rakefiles to different namespace? thanks

zhaocai avatar Apr 21 '13 15:04 zhaocai

That's an unrelated question but what about namespace :foo require 'rakefile.rake' end

gittycat avatar Apr 21 '13 23:04 gittycat