mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
b27105252b
A long-running `rails console --sandbox` could cause a database server to become out-of-memory as it's holding on to changes that happen on the database. Given that it's common for Ruby on Rails application with huge traffic to have separate write database and read database, we should allow the developers to disable this sandbox option to prevent someone from accidentally causing the Denial-of-Service on their server. |
||
---|---|---|
.. | ||
console_command.rb |