View All Public Notes
Loading...
Rake is an awesome tool to automate tasks for your Ruby (or Rails) application. In this short article I’ll show you how to use namespaces and set default tasks for them. ~ Let me first tell you what I want to accomplish. I have a Rails application that needs to be cleaned up occasionally. Essetially we delete old data from the database. There are several models that each implement a cleanup! #rake #ruby #namespace #namespaces #pub