mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
fixes #2368. rake about not showing the middleware, db adapter and db schema version
This commit is contained in:
@@ -14,7 +14,7 @@ task :secret do
|
||||
end
|
||||
|
||||
desc 'List versions of all Rails frameworks and the environment'
|
||||
task :about do
|
||||
task :about => :environment do
|
||||
puts Rails::Info
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user