Skip to content

Commit

Permalink
rake run - also show how to load template.rb + generated app into editor
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Apr 3, 2012
1 parent 34edf7d commit f51c679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -32,6 +32,7 @@ task :run => :clean do
system "rails new test_run -m template.rb #{template.args.join(' ')}"

puts "\n\n cd #{dir} # look at the app"
puts "#{ENV['EDITOR']} #{dir} # edit the app"
end
end
end
Expand Down

0 comments on commit f51c679

Please sign in to comment.