提交 bf33b6cc 编写于 作者: D David Heinemeier Hansson

Fixed a few issues for the breakpointing

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@104 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 1b7ea2a5
......@@ -21,7 +21,7 @@ TEST_DIRS = %w( fixtures unit functional mocks mocks/development mocks/testing
LOG_FILES = %w( apache.log development.log test.log production.log )
HTML_FILES = %w( 404.html 500.html index.html )
SCRIPT_FILES = %w( generate breakpoint_client envcon )
SCRIPT_FILES = %w( generate )
BIN_FILES = %w( breakpointing envcon )
GENERATORS = %w( controller mailer model scaffold )
......
#!/usr/local/bin/ruby
require File.dirname(__FILE__) + '/../config/environment'
require 'breakpoint_client'
......@@ -102,4 +102,4 @@ task :purge_test_database do
`dropdb -U #{ActiveRecord::Base.configurations["test"]["username"]} #{ActiveRecord::Base.configurations["test"]["database"]}`
`createdb -U #{ActiveRecord::Base.configurations["test"]["username"]} #{ActiveRecord::Base.configurations["test"]["database"]}`
end
end
end
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册