From 54f2d1d944bb7577ef33ab086191992210f4788c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 30 Apr 2005 15:37:45 +0000 Subject: Added console --profile for profiling an IRB session #1154 [bitsweat]. Changed console_sandbox into console --sandbox #1154 [bitsweat] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1261 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/bin/console_sandbox | 6 ------ 1 file changed, 6 deletions(-) (limited to 'railties/bin/console_sandbox') diff --git a/railties/bin/console_sandbox b/railties/bin/console_sandbox index 80f3dbc223..e69de29bb2 100644 --- a/railties/bin/console_sandbox +++ b/railties/bin/console_sandbox @@ -1,6 +0,0 @@ -ActiveRecord::Base.lock_mutex -ActiveRecord::Base.connection.begin_db_transaction -at_exit do - ActiveRecord::Base.connection.rollback_db_transaction - ActiveRecord::Base.unlock_mutex -end -- cgit v1.2.3