aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-03-29 12:00:26 +0100
committerXavier Noria <fxn@hashref.com>2013-03-29 12:01:30 +0100
commit8db99d3be8089fadabc9fe0848541f601438b401 (patch)
treec354d57579d44281ecc63d410ac511194f9bcfd0 /Rakefile
parent178a6857997ec285ef774e1266dff915dcd65d47 (diff)
downloadrails-8db99d3be8089fadabc9fe0848541f601438b401.tar.gz
rails-8db99d3be8089fadabc9fe0848541f601438b401.tar.bz2
rails-8db99d3be8089fadabc9fe0848541f601438b401.zip
removes activerecord/examples/associations.png
This seems to be a legacy file, I cannot find any place where it is used.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Rakefile b/Rakefile
index e577c079df..1e2a422273 100644
--- a/Rakefile
+++ b/Rakefile
@@ -130,12 +130,6 @@ RDoc::Task.new do |rdoc|
rdoc.rdoc_files.include('activemodel/lib/active_model/**/*.rb')
end
-# Enhance rdoc task to copy referenced images also
-task :rdoc do
- FileUtils.mkdir_p "doc/rdoc/files/examples/"
- FileUtils.copy "activerecord/examples/associations.png", "doc/rdoc/files/examples/associations.png"
-end
-
desc 'Bump all versions to match version.rb'
task :update_versions do
require File.dirname(__FILE__) + "/version"