Hi, I want to run railscasts to see how Ryan did the code. So I downloaded the code from http://github.com/ryanb/railscasts-episodes/tree/master. I need to install RedCloth. It seems to be required for railscasts. So I did run > sudo gem install RedCloth --source http://code.whytheluckystiff.net But > rake gems says no such file to load -- RedCloth [... many errors ..] [ ] RedCloth >= 3.301 I = Installed F = Frozen (See http://pastie.org/225771 for full error messages). So how do I install it correctly? Thanks, Martin --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Martin schrieb:> the code from http://github.com/ryanb/railscasts-episodes/tree/master. Isorry, the url is http://github.com/ryanb/railscasts/tree/master --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I set a symlink in # cd /usr/lib/ruby/gems/1.8/gems/RedCloth-3.301/lib/ # ln -s redcloth.rb RedCloth.rb Now I can start the server. Is this the correct way? Martin> Hi, > > I want to run railscasts to see how Ryan did the code. So I downloaded > the code from http://github.com/ryanb/railscasts-episodes/tree/master. I > need to install RedCloth. It seems to be required for railscasts. So I > did run > > sudo gem install RedCloth --source http://code.whytheluckystiff.net > > But > > rake gems > says > no such file to load -- RedCloth > [... many errors ..] > [ ] RedCloth >= 3.301 > > I = Installed > F = Frozen > (See http://pastie.org/225771 for full error messages). > > So how do I install it correctly? > > Thanks, > Martin > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---