aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2013-04-02 17:44:13 -0700
committerSteve Klabnik <steve@steveklabnik.com>2013-04-02 17:44:46 -0700
commitc9a92a247d7a483ea74006782112d3ea345a6af3 (patch)
tree4a728b0e003956818fb37e2f974264466894c2d0
parentfc11375584edeaef24ed55a3afde305b15686c75 (diff)
downloadrails-c9a92a247d7a483ea74006782112d3ea345a6af3.tar.gz
rails-c9a92a247d7a483ea74006782112d3ea345a6af3.tar.bz2
rails-c9a92a247d7a483ea74006782112d3ea345a6af3.zip
Getting rid of a few other vestiges of rails.png.
We don't actually need a rails.png in the AP fixtures, the tests that use it don't actually try to load the file. We also don't need to get rid of it with the dummy reset either. Finally, it's not needed in the sample application that's included with the Rails Guides.
-rw-r--r--actionpack/test/fixtures/public/images/rails.pngbin1787 -> 0 bytes
-rw-r--r--guides/code/getting_started/app/assets/images/rails.pngbin6646 -> 0 bytes
-rw-r--r--railties/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb1
3 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/public/images/rails.png b/actionpack/test/fixtures/public/images/rails.png
deleted file mode 100644
index b8441f182e..0000000000
--- a/actionpack/test/fixtures/public/images/rails.png
+++ /dev/null
Binary files differ
diff --git a/guides/code/getting_started/app/assets/images/rails.png b/guides/code/getting_started/app/assets/images/rails.png
deleted file mode 100644
index d5edc04e65..0000000000
--- a/guides/code/getting_started/app/assets/images/rails.png
+++ /dev/null
Binary files differ
diff --git a/railties/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb b/railties/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb
index 81131dbacc..850c9d5c0d 100644
--- a/railties/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb
+++ b/railties/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb
@@ -106,7 +106,6 @@ task default: :test
remove_file "doc"
remove_file "Gemfile"
remove_file "lib/tasks"
- remove_file "app/assets/images/rails.png"
remove_file "public/robots.txt"
remove_file "README"
remove_file "test"