From a38d4d41c11a276e0596c29866fbdb247d975ce3 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Thu, 16 Aug 2012 00:23:36 +0530 Subject: [PATCH] remove reference to humans.txt from release notes This was reverted in https://github.com/rails/rails/commit/fb883318c8b82b3570cee022ddf6886f9052245d --- guides/source/4_0_release_notes.textile | 2 -- 1 file changed, 2 deletions(-) diff --git a/guides/source/4_0_release_notes.textile b/guides/source/4_0_release_notes.textile index 0de8a0a4b73dc..2f21f8cc71c51 100644 --- a/guides/source/4_0_release_notes.textile +++ b/guides/source/4_0_release_notes.textile @@ -82,8 +82,6 @@ will generate the model with belongs_to :supplier, polymorphic: true as * Load all environments available in config.paths["config/environments"]. -* The application generator generates public/humans.txt with some basic data. - * Add config.queue_consumer to allow the default consumer to be configurable. * Add Rails.queue as an interface with a default implementation that consumes jobs in a separate thread.