aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index ddc872e18b..ae9db3c022 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -35,13 +35,6 @@ end
# Update spinoffs -------------------------------------------------------------------
-desc "Updates application README to the latest version Railties README"
-task :update_readme do
- readme = "lib/rails/generators/rails/app/templates/README"
- rm readme
- cp "./README", readme
-end
-
desc 'Generate guides (for authors), use ONLY=foo to process just "foo.textile"'
task :generate_guides do
ENV["WARN_BROKEN_LINKS"] = "1" # authors can't disable this