提交 18e2188f 编写于 作者: J Jeremy Kemper

Plugin generator: check for class collisions. Closes #4833.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5342 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 284921a2
*SVN*
* Plugin generator: check for class collisions. #4833 [vinbarnes@gmail.com]
* Mailer generator: handle mailers in modules, set mime_version in unit test. [Jeremy Kemper]
* Set $KCODE to 'u' by default to enable the multibyte safe String#chars proxy. [Koz]
......
......@@ -9,6 +9,9 @@ def initialize(runtime_args, runtime_options = {})
def manifest
record do |m|
# Check for class naming collisions.
m.class_collisions class_path, class_name
m.directory "#{plugin_path}/lib"
m.directory "#{plugin_path}/tasks"
m.directory "#{plugin_path}/test"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册