RedCloth.rb

Path: lib/case_sensitive_require/RedCloth.rb
Last Update: Sat Aug 21 02:22:26 -0600 2010

A workaround to make Rails 2.1 gem dependency easier on case-sensitive filesystems. Since the gem name is RedCloth and the file is redcloth.rb, config.gem ‘RedCloth’ doesn‘t work. You‘d have to use config.gem ‘RedCloth’, :lib => ‘redcloth’, and that‘s not immediately obvious. This file remedies that.

[Validate]