Posts tagged with modules (2)

Jul07 Rake task using methods in modules post author

rake modules | comments

I normally don’t feel too confortable with the looks and manners of Rake tasks. The code looks a bit anti-DSL, and normally is not clear where to put helper methods, and also how to make them available or not to given tasks. So take a look at what I tried the other day: including modules in tasks and make them dependencies of other tasks:

Continue reading »

Apr29 hunting bugs with git bisect and submodules post author

git bisect submodules | comments

You love git bisect to traverse your history running scripts and find where your code got broken, right? But then you find bisect is not aware of submodules don’t sweat it’s git in the end, you have the power.

Continue reading »