提交 fe218684 编写于 作者: T Thomas Fuchs

Include Active Resource in rails:freeze:edge rake task

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6567 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 339a58a2
*SVN*
* Include Active Resource in rails:freeze:edge rake task. [Thomas Fuchs]
* Include Active Resource instead of Action Web Service [DHH] You can add AWS back with this in config/environment.rb:
config.load_paths += %W( #{RAILS_ROOT}/vendor/rails/actionwebservice/lib )
......
......@@ -60,7 +60,7 @@ namespace :rails do
touch "vendor/rails/REVISION_#{ENV['REVISION']}"
end
for framework in %w( railties actionpack activerecord actionmailer activesupport actionwebservice )
for framework in %w(railties actionpack activerecord actionmailer activesupport actionwebservice 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.
先完成此消息的编辑!
想要评论请 注册