Hi, I have just installed the Gems pluign, however when everI attempt to start rails now I get the following error. Am I missing some code or is there a stage I have missed to get this wokring? Thanks tom => Booting WEBrick... ./script/../config/../vendor/plugins/gems/init.rb:10:in `load_plugin'': undefined method `load_paths'' for Dependencies:Module (NoMethodError) from ./script/../config/../vendor/plugins/gems/init.rb:5:in `load_plugin '' -- Posted via http://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-/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 -~----------~----~----~----~------~----~------~--~---
On 1/16/07, tom <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hi, > > I have just installed the Gems pluign, however when everI attempt to > start rails now I get the following error. > > Am I missing some code or is there a stage I have missed to get this > wokring? > > Thanks > tom > > => Booting WEBrick... > ./script/../config/../vendor/plugins/gems/init.rb:10:in `load_plugin'': > undefined > method `load_paths'' for Dependencies:Module (NoMethodError) > from ./script/../config/../vendor/plugins/gems/init.rb:5:in > `load_plugin > ''Oh, it probably requires Rails 1.2 -- Rick Olson http://weblog.techno-weenie.net http://mephistoblog.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-/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 -~----------~----~----~----~------~----~------~--~---
> Oh, it probably requires Rails 1.2 > > -- > Rick Olson > http://weblog.techno-weenie.net > http://mephistoblog.comok cool, is anyone aware of any documentation available on how to deploy a gem locally on a shared host? Cheers -- Posted via http://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-/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 -~----------~----~----~----~------~----~------~--~---
On 1/16/07, tom <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > Oh, it probably requires Rails 1.2 > > > > -- > > Rick Olson > > http://weblog.techno-weenie.net > > http://mephistoblog.com > > ok cool, > > is anyone aware of any documentation available on how to deploy a gem > locally on a shared host? > > CheersThe plugin is about 10 lines of code! the rake task will install it just fine. The only thing that changed was how the plugin sets up the lib paths. Use svn and rollback a few times and find a good revision: http://bs.techno-weenie.net/!history/2660/plugins/gems?stop_revision=0 1177 should be fine for rails 1.1.6 http://bs.techno-weenie.net/!source/1177/plugins/gems/init.rb -- Rick Olson http://weblog.techno-weenie.net http://mephistoblog.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-/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 -~----------~----~----~----~------~----~------~--~---
Thanks Rick :-) -- Posted via http://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-/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 -~----------~----~----~----~------~----~------~--~---