On May 14, 1:12 pm, Kevin Ulrar <li...@ruby-forum.com> wrote:
> Hi,
>
> I'm learning RoR and I have a problem with RedCloth.
>
> I have installed it by gem install RedCloth and I have it in my path.
> But when I require it, it is not found.
>
> irb(main):001:0> require 'rubygems'
> => nil
> irb(main):002:0> require 'redcloth'
> LoadError: no such file to load -- redcloth
>   from
> /usr/local/lib64/ruby/gems/1.8/gems/activesupport-3.0.7/lib/active_support/ 
> dependencies.rb:239:in
> `require'
>   from
> /usr/local/lib64/ruby/gems/1.8/gems/activesupport-3.0.7/lib/active_support/ 
> dependencies.rb:239:in
> `require'
>   from
> /usr/local/lib64/ruby/gems/1.8/gems/activesupport-3.0.7/lib/active_support/ 
> dependencies.rb:225:in
> `load_dependency'
>   from
> /usr/local/lib64/ruby/gems/1.8/gems/activesupport-3.0.7/lib/active_support/ 
> dependencies.rb:596:in
> `new_constants_in'
>   from
> /usr/local/lib64/ruby/gems/1.8/gems/activesupport-3.0.7/lib/active_support/ 
> dependencies.rb:225:in
> `load_dependency'
>   from
> /usr/local/lib64/ruby/gems/1.8/gems/activesupport-3.0.7/lib/active_support/ 
> dependencies.rb:239:in
> `require'
>   from (irb):2
>
> What did I forget ?
> Thanks

If this is in a rails app, then don't forget to add it to your bundle

Fred
>
> --
> Posted viahttp://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