From 43c4d3002dd65753facea8f836e41c79a99a705c Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 26 Sep 2006 07:10:08 +0000 Subject: script/runner can run files, pass on arguments, and be used as a shebang. Closes #6286. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5189 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 5f2b332430..15f51bb6bb 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,10 @@ *SVN* +* script/runner can run files, pass on arguments, and be used as a shebang. #6286 [Tuxie] + #!/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 } + * Look for rake tasks in plugin subdirs. #6259 [obrie] * Added map.connect ':controller/:action/:id.:format' as a default route to config/routes.rb [DHH] -- cgit v1.2.3