Skip to content

Rake Tasks

Thomas Starzynski edited this page May 30, 2019 · 3 revisions

Custom Rake Tasks

# deletes all rekos of the user_id provided
noglob rails user:reset[1]

rake recap lecture

# SEE ALL TASKS
rake -T

# SEE ALL TASKS OF A GIVEN NAMESPACE
rake -T | grep user

Clone this wiki locally