repo.or.cz
/
boxroom-stian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
updated installing with info about helper programs and gems
[boxroom-stian.git]
/
script
/
console_sandbox.rb
blob
9f754bd7eafdf6da3caf4a55ab93338eedf6a58f
1
#!/usr/local/bin/ruby
2
ActiveRecord::Base.lock_mutex
3
ActiveRecord::Base.connection.begin_db_transaction
4
at_exit do
5
ActiveRecord::Base.connection.rollback_db_transaction
6
ActiveRecord::Base.unlock_mutex
7
end