Disable unsafe rake tasks in Rails production environment
I wrote a simple rake task that raises an exception when you try to run dangerous rake tasks like rake db:drop in production. Read the post here: http://nithinbekal.com/posts/safe-rake-tasks/
Post a comment