PAGE NO LONGER MAINTAINED, all articles were moved to http://www.eq8.eu/tils where I'll continue adding more !
This page contains simple small Ruby on Rails and web-development hints that are too small for a real blog. You can visit my real blog at http://www.eq8.eu
Tuesday, March 31, 2015
Override Rails default rake task
desc "this will be now a default task"
task info::environmentdo
puts 'Run rake test to test'end
task(:default).clear.enhance(['info'])