The problem you're having doesn't look specific to Insoshi, but rather seems to be a problem with your RubyGems setup. Try running
$ gem --version If this doesn't return '1.3.3', it means the system update didn't go through. You can then try $ sudo gem install rubygems-update $ sudo update_rubygems If that doesn't work, I'm out of ideas. Michael On Sat, May 9, 2009 at 10:32 PM, Arshad Syed <[email protected]> wrote: > Thank you Michael, > I tried both commands ... the problem persists. > --arshad > > On Sat, May 9, 2009 at 7:44 PM, Michael Hartl <[email protected]> wrote: >> >> Try these commands to see if they help: >> >> $ sudo gem install rails >> $ sudo gem update --system >> >> Michael >> >> On Sat, May 9, 2009 at 5:00 PM, Arshad Syed <[email protected]> wrote: >> > >> > Hello, >> > >> > I need your help in installing Insoshi on my Mac OS X Leopard >> > >> > The Script/install command produces following result: >> > >> > arshad-syeds-macbook-pro-15:insoshi developer$ sudo script/install >> > Creating empty files. Please ignore permissions error messages. >> > /usr/local/bin/rake:19: undefined method `bin_path' for Gem:Module >> > (NoMethodError) >> > /usr/local/bin/rake:19: undefined method `bin_path' for Gem:Module >> > (NoMethodError) >> > /usr/local/bin/rake:19: undefined method `bin_path' for Gem:Module >> > (NoMethodError) >> > /usr/local/bin/rake:19: undefined method `bin_path' for Gem:Module >> > (NoMethodError) >> > arshad-syeds-macbook-pro-15:insoshi developer$ >> > >> > I reinstalled Ruby on Rails from scratch on my Mac using instructions >> > from Hivelogic. Later, I downloaded the Insoshi code-base using Git >> > (installation Option #2). >> > > >> > >> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" 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/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
