Skip to content

Instantly share code, notes, and snippets.

@joshsmith
Created November 2, 2012 16:06
Show Gist options
  • Select an option

  • Save joshsmith/4002315 to your computer and use it in GitHub Desktop.

Select an option

Save joshsmith/4002315 to your computer and use it in GitHub Desktop.
desc "An example rake task which puts to console"
puts "Outside task"
task :puts_to_console => :environment do
puts "Inside task"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment