From 3c877ecd8a4ee2a0b27f30ff557b400d567540a6 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 29 Sep 2006 07:45:08 +0000 Subject: Use the first unparsed argument as the code or file to run. Closes #6286. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5203 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 15f51bb6bb..6751e27f01 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,6 +1,6 @@ *SVN* -* script/runner can run files, pass on arguments, and be used as a shebang. #6286 [Tuxie] +* script/runner can run files, pass on arguments, and be used as a shebang. #6286 [Tuxie, dlpond] #!/usr/bin/env /path/to/my/app/script/runner # Example: just start using your models as if you are in script/console Product.find(:all).each { |product| product.check_inventory } -- cgit v1.2.3