Archive

Posts Tagged ‘rake’

How To Include a Gem’s Rake Tasks in Your Rails App

September 14th, 2009 1 comment

Rake tasks contained in a gem are not automatically available to a rails app that requires the gem. Whether that’s the right way to do things is under debate, but in the mean time there are a couple workarounds.

Read more…

Categories: code Tags: , , , , ,