mirror of
https://github.com/github/rails.git
synced 2026-01-30 16:58:15 -05:00
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
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
*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]
|
||||
|
||||
@@ -59,8 +59,8 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user