提交 ccc95494 编写于 作者: J Jeremy Kemper

Revert [7574]. Closes #7521.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7594 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 547447ad
......@@ -2,8 +2,6 @@
* Print Rails version when starting console #7440 [eyematz]
* Added rake db:version to get the current schema version from the command line #7521 [pelargir]
* Fixed the placement of fixture files for nested models when generating through script/generate model #7547 [jkit]
* Added TEMPLATE option to rake doc:app to set a custom output template #7737 [Jakob S]
......
......@@ -99,11 +99,6 @@ namespace :db do
puts "Current version: #{ActiveRecord::Migrator.current_version}"
end
desc "Print the current database migration version to the console"
task :version => :environment do
puts "VERSION=#{ActiveRecord::Migrator.current_version}"
end
namespace :fixtures do
desc "Load fixtures into the current environment's database. Load specific fixtures using FIXTURES=x,y"
task :load => :environment do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册