Alpha Blue wrote:
> adding to my topic post above,..
> 
> When using config.gem in environment.rb are those case sensitive?  Or, 
> lower case like requires?

Always assume case sensitivity.  Ruby is case-sensitive, and so are most 
*nix filesystems.

Come to think of it, that's probably your problem: the gem is RedCloth, 
IIRC, not redcloth.

(At some point, you probably want to ditch RedCloth for rdiscount, but 
you don't have to do that now.)

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to