generation broken again!

Guides generation is broken again :(. Now the error message is

   uninitialized constant ActiveSupport::Concern (NameError)

As a local workaround, if you need to generate them please open

   railties/guides/rails_guides.rb

and add

   raise LoadError

after the first begin.

Please do NOT commit that change.