I had a similar problem a while back and had to add the following to my environment.rb file:
config.gem "RedCloth", :version => ">= 4.1.1", :source => "http:// code.whytheluckystiff.net" This should go in the Rails::Initializers.run block. Sheldon On Jan 14, 3:02 pm, "Paul Jonathan Thompson" <[email protected]> wrote: > Hi, > > I installed RedCloth 4.1.1 using - gem install RedCloth - This has > worked fine on my development (webbrick) machine. > > I then did the same on my production machine which is using Apache and > Passenger. However the plugin/gem appears not to be found. Do gems and > plugins need to be handled differently in production mode or with > Apache and Passenger? This is the first time that I am using a plugin. > > Assistance would be most appreciated. > > Paul Thompson --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

