config.gem: Unpacked gem ezcrypto-0.7 in vendor/gems has no specification file. Run ‘rake gems:refresh_specs’ to fix this.
By kenglish
Thanks to Giles, I finally found the answer to this problem.
Open config/environment.rb and add “Rails::VendorGemSourceIndex.silence_spec_warnings = true”
1 2 3 4 5 6 | RAILS_GEM_VERSION = '2.2.2' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') Rails::VendorGemSourceIndex.silence_spec_warnings = true |
You can put an awesome comment like this guy did:
http://gilesbowkett.blogspot.com/2009/03/configgem-unpacked-gem-whatever-in.html



March 18th, 2009