-
Notifications
You must be signed in to change notification settings - Fork 1
Rake Tasks
Thomas Starzynski edited this page May 31, 2019
·
3 revisions
# deletes all rekos of the user_id provided
noglob rails user:reset[1]
# deletes all movies from database (caution! do not run in prodution. Will break the rekos!)
noglob rails movies:delete_all
# SEE ALL TASKS
rake -T
# SEE ALL TASKS OF A GIVEN NAMESPACE
rake -T | grep user