I looking for a way to create a centralized library of rake files and
have all tasks be available when running rake, similar to how lib/
tasks works in rails.
Everything I’ve tried so far has been unsucessful, and I get errors
even when trying to require a single .rake file from my Rakefile.
I looking for a way to create a centralized library of rake files and
have all tasks be available when running rake, similar to how lib/
tasks works in rails.
Everything I’ve tried so far has been unsucessful, and I get errors
even when trying to require a single .rake file from my Rakefile.
Any suggestions?
You might be interested in Sake:
Best,
Stephen
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.