rake task:do_not_all

Rake [https://github.com/ruby/rake] is popular utility in Ruby's extensive tool set. It has over time become a standard to run repeatable tasks, be it from migrations in Rails to data processing/migration/manipultaion. In short if you have a task to automate, rake it. We…

Read More