提交 2aed78d2 编写于 作者: J Jeremy Kemper

Add Active Resource to rails:freeze:edge and drop Action Web Service. Closes #8205.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6872 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 3c356aa9
*SVN*
* Drop Action Web Service from rails:freeze:edge. [Jeremy Kemper]
* Add db:create, drop, reset, charset, and collation tasks. #8448 [matt]
* Scaffold generator depends on model generator instead of duplicating it. #7222 [bscofield]
......
......@@ -60,7 +60,7 @@ namespace :rails do
touch "vendor/rails/REVISION_#{ENV['REVISION']}"
end
for framework in %w(railties actionpack activerecord actionmailer activesupport actionwebservice activeresource)
for framework in %w(railties actionpack activerecord actionmailer activesupport activeresource)
system "svn export #{rails_svn}/#{framework} vendor/rails/#{framework}" + (ENV['REVISION'] ? " -r #{ENV['REVISION']}" : "")
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册