GorgeousSoul
2008-Jun-05 15:23 UTC
Installed RMagick and ImageMagick, now Chronic is given errors
I''m stuck. I''m relatively new to Rails and haven''t had to troubleshoot "rails weirdness" before. I''ve been using Chronic for a while now without any problems. But, I just installed ImageMagick, RMagick, and Gruff. One of those required me to run "gem update -- system". Since then, I''ve been getting this error: MissingSourceFile (no such file to load -- chronic) and this error: Gem::Exception in controller#action can''t activate rubyforge (>= 1.0.0), already activated rubyforge-0.4.4] I tried uninstalling and then reinstalling the Chronic gem, but there is no change. Any tips on where to go from here? Thank you! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Frederick Cheung
2008-Jun-05 15:28 UTC
Re: Installed RMagick and ImageMagick, now Chronic is given errors
On 5 Jun 2008, at 16:23, GorgeousSoul wrote:> > I''m stuck. I''m relatively new to Rails and haven''t had to > troubleshoot "rails weirdness" before. > > I''ve been using Chronic for a while now without any problems. But, I > just installed ImageMagick, RMagick, and Gruff. One of those required > me to run "gem update -- system". Since then, I''ve been getting this > error:Sounds like something is explicitly requiring a fixed version of a gem Fred> > > MissingSourceFile (no such file to load -- chronic) > > and this error: > > Gem::Exception in controller#action > can''t activate rubyforge (>= 1.0.0), already activated > rubyforge-0.4.4] > > > I tried uninstalling and then reinstalling the Chronic gem, but there > is no change. > > Any tips on where to go from here? > > Thank you! > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Craig White
2008-Jun-05 15:30 UTC
Re: ****[Rails] Installed RMagick and ImageMagick, now Chronic is given errors
On Thu, 2008-06-05 at 08:23 -0700, GorgeousSoul wrote:> I''m stuck. I''m relatively new to Rails and haven''t had to > troubleshoot "rails weirdness" before. > > I''ve been using Chronic for a while now without any problems. But, I > just installed ImageMagick, RMagick, and Gruff. One of those required > me to run "gem update -- system". Since then, I''ve been getting this > error: > > MissingSourceFile (no such file to load -- chronic) > > and this error: > > Gem::Exception in controller#action > can''t activate rubyforge (>= 1.0.0), already activated > rubyforge-0.4.4] > > > I tried uninstalling and then reinstalling the Chronic gem, but there > is no change. > > Any tips on where to go from here?---- try ''gem uninstall rubyforge'' and choose the 1.0.0 version as the one to remove Craig --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---