Hi all, I''ve just a new macbook and I need to work with rails 2.2 and not the version as installed with leopard. I updated gems to 1.3.1 without any trouble (using gem update --system) but when i try to install rails with the gem command all i get is this: ERROR: While executing gem ... (NoMethodError) undefined method `include?'' for nil:NilClass Any suggestions would be much appreciated! --~--~---------~--~----~------------~-------~--~----~ 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 Thu, Dec 4, 2008 at 11:37 PM, Jakob <jhw-UNjuZkX4dYU@public.gmane.org> wrote:> > Hi all, > > I''ve just a new macbook and I need to work with rails 2.2 and not the > version as installed with leopard. I updated gems to 1.3.1 without any > trouble (using gem update --system) but when i try to install rails > with the gem command all i get is this: > > ERROR: While executing gem ... (NoMethodError) > undefined method `include?'' for nil:NilClass > > Any suggestions would be much appreciated!I have installed everything through MacPorts because it allowed me to better maintain my Ruby and Rails development environment even after an upgrade of Mac OS. Thus, I would recommend not installing anything in subdirectory /usr. At this time, all my RoR components are installed in /opt. Good luck, -Conrad> > > >--~--~---------~--~----~------------~-------~--~----~ 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! However, it seems that specifying the installation path with gem install rails worked for some reason /Jakob On 5 Dec, 09:37, "Conrad Taylor" <conra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Thu, Dec 4, 2008 at 11:37 PM, Jakob <j...-UNjuZkX4dYU@public.gmane.org> wrote: > > > Hi all, > > > I''ve just a new macbook and I need to work with rails 2.2 and not the > > version as installed with leopard. I updated gems to 1.3.1 without any > > trouble (using gem update --system) but when i try to install rails > > with the gem command all i get is this: > > > ERROR: While executing gem ... (NoMethodError) > > undefined method `include?'' for nil:NilClass > > > Any suggestions would be much appreciated! > > I have installed everything through MacPorts because it allowed me to better > maintain > my Ruby and Rails development environment even after an upgrade of Mac OS. > Thus, > I would recommend not installing anything in subdirectory /usr. At this > time, all my > RoR components are installed in /opt. > > Good luck, > > -Conrad > >--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---