Rails 2.3.3.1
Update to latest Rails. A little bit of jiggery-pokery is involved, since they neglected to re-include vendored Rack in this release.
This commit is contained in:
parent
329fafafce
commit
664552ac02
257 changed files with 4346 additions and 1682 deletions
5
vendor/rails/railties/lib/test_help.rb
vendored
5
vendor/rails/railties/lib/test_help.rb
vendored
|
@ -29,7 +29,10 @@ end
|
|||
begin
|
||||
require_library_or_gem 'ruby-debug'
|
||||
Debugger.start
|
||||
Debugger.settings[:autoeval] = true if Debugger.respond_to?(:settings)
|
||||
if Debugger.respond_to?(:settings)
|
||||
Debugger.settings[:autoeval] = true
|
||||
Debugger.settings[:autolist] = 1
|
||||
end
|
||||
rescue LoadError
|
||||
# ruby-debug wasn't available so neither can the debugging be
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue