Hi I was using Instant Rails but it wasn''t working for me so I decided to install Ruby the old fashion way. Everything was going fine until I tried to install Rails. I just keep getting this error "ERROR: could not find rails locally or in a repository." I saw another thread here discussing this problem and I tried all the suggested solutions from that thread and got no where. I''m a total newbie and I need some help. Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
What is your operating system? On Jun 12, 2:23 pm, daBigNY <idougl...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi > > I was using Instant Rails but it wasn''t working for me so I decided to > install Ruby the old fashion way. Everything was going fine until I > tried to install Rails. I just keep getting this error "ERROR: could > not find rails locally or in a repository." > > I saw another thread here discussing this problem and I tried all the > suggested solutions from that thread and got no where. I''m a total > newbie and I need some help. > > Thanks.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Try this: gem sources -r http://gems.rubyforge.org then gem env http://gems.rubyforge.org should now be a remote source and you should be able to install rails just fine. daBigNY wrote:> Hi > > I was using Instant Rails but it wasn''t working for me so I decided to > install Ruby the old fashion way. Everything was going fine until I > tried to install Rails. I just keep getting this error "ERROR: could > not find rails locally or in a repository." > > I saw another thread here discussing this problem and I tried all the > suggested solutions from that thread and got no where. I''m a total > newbie and I need some help. > > Thanks.-- 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 -~----------~----~----~----~------~----~------~--~---
hi john- i am having the same problem, but your fix does not seem to work - I keep getting: ERROR: could not find RAILS locally or in a repository any other suggestions? thanks! jeff On Jun 12, 5:20 pm, John Yerhot <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Try this: > > gem sources -r http://gems.rubyforge.org > > then > > gem env > > http://gems.rubyforge.orgshould now be a remote source and you should > be able to install rails just fine. > > daBigNY wrote: > > Hi > > > I was using Instant Rails but it wasn''t working for me so I decided to > > install Ruby the old fashion way. Everything was going fine until I > > tried to install Rails. I just keep getting this error "ERROR: could > > not find rails locally or in a repository." > > > I saw another thread here discussing this problem and I tried all the > > suggested solutions from that thread and got no where. I''m a total > > newbie and I need some help. > > > Thanks. > > -- > Posted viahttp://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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Jun 14, 8:18 pm, Jeff <JetsonDa...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi john- > > i am having the same problem, but your fix does not seem to work - I > keep getting: > > ERROR: could not find RAILS locally or in a repository >gem sources -r removes a gem source, so unlikely to help If you run gem sources it should tell you what sources are available. if http://gems.rubyforge.org isn''t there, you can add it with gem sources -a http://gems.rubyforge.org You might find that gem sources -c (which clears out the sources cache) followed by re-adding http://gems.rubyforge.org might help. Fred> any other suggestions? > > thanks! > > jeff > > On Jun 12, 5:20 pm, John Yerhot <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > wrote: > > > Try this: > > > gem sources -r http://gems.rubyforge.org > > > then > > > gem env > > >http://gems.rubyforge.orgshouldnow be a remote source and you should > > be able to install rails just fine. > > > daBigNY wrote: > > > Hi > > > > I was using Instant Rails but it wasn''t working for me so I decided to > > > install Ruby the old fashion way. Everything was going fine until I > > > tried to install Rails. I just keep getting this error "ERROR: could > > > not find rails locally or in a repository." > > > > I saw another thread here discussing this problem and I tried all the > > > suggested solutions from that thread and got no where. I''m a total > > > newbie and I need some help. > > > > Thanks. > > > -- > > Posted viahttp://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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Fred- Thanks for the quick response! ...but I''m still getting the same error after clearing the cache. any other thoughts? thanks On Jun 14, 12:23 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Jun 14, 8:18 pm, Jeff <JetsonDa...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi john- > > > i am having the same problem, but your fix does not seem to work - I > > keep getting: > > > ERROR: could not find RAILS locally or in a repository > > gem sources -r > removes a gem source, so unlikely to help > If you run > gem sources > it should tell you what sources are available. ifhttp://gems.rubyforge.org > isn''t there, you can add it with > gem sources -ahttp://gems.rubyforge.org > > You might find that gem sources -c (which clears out the sources > cache) followed by re-addinghttp://gems.rubyforge.org > might help. > > Fred > > > any other suggestions? > > > thanks! > > > jeff > > > On Jun 12, 5:20 pm, John Yerhot <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > wrote: > > > > Try this: > > > > gem sources -r http://gems.rubyforge.org > > > > then > > > > gem env > > > >http://gems.rubyforge.orgshouldnowbe a remote source and you should > > > be able to install rails just fine. > > > > daBigNY wrote: > > > > Hi > > > > > I was using Instant Rails but it wasn''t working for me so I decided to > > > > install Ruby the old fashion way. Everything was going fine until I > > > > tried to install Rails. I just keep getting this error "ERROR: could > > > > not find rails locally or in a repository." > > > > > I saw another thread here discussing this problem and I tried all the > > > > suggested solutions from that thread and got no where. I''m a total > > > > newbie and I need some help. > > > > > Thanks. > > > > -- > > > Posted viahttp://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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
also: Home-iMac:bin jeff$ gem sources -a http://gems.rubyforce.org ERROR: While executing gem ... (Gem::RemoteSourceException) HTTP Response 403 fetching http://gems.rubyforce.org/yaml On Jun 14, 12:27 pm, Jeff <JetsonDa...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi Fred- > > Thanks for the quick response! > > ...but I''m still getting the same error after clearing the cache. > > any other thoughts? > > thanks > > On Jun 14, 12:23 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > On Jun 14, 8:18 pm, Jeff <JetsonDa...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi john- > > > > i am having the same problem, but your fix does not seem to work - I > > > keep getting: > > > > ERROR: could not find RAILS locally or in a repository > > > gem sources -r > > removes a gem source, so unlikely to help > > If you run > > gem sources > > it should tell you what sources are available. ifhttp://gems.rubyforge.org > > isn''t there, you can add it with > > gem sources -ahttp://gems.rubyforge.org > > > You might find that gem sources -c (which clears out the sources > > cache) followed by re-addinghttp://gems.rubyforge.org > > might help. > > > Fred > > > > any other suggestions? > > > > thanks! > > > > jeff > > > > On Jun 12, 5:20 pm, John Yerhot <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > > wrote: > > > > > Try this: > > > > > gem sources -r http://gems.rubyforge.org > > > > > then > > > > > gem env > > > > >http://gems.rubyforge.orgshouldnowbea remote source and you should > > > > be able to install rails just fine. > > > > > daBigNY wrote: > > > > > Hi > > > > > > I was using Instant Rails but it wasn''t working for me so I decided to > > > > > install Ruby the old fashion way. Everything was going fine until I > > > > > tried to install Rails. I just keep getting this error "ERROR: could > > > > > not find rails locally or in a repository." > > > > > > I saw another thread here discussing this problem and I tried all the > > > > > suggested solutions from that thread and got no where. I''m a total > > > > > newbie and I need some help. > > > > > > Thanks. > > > > > -- > > > > Posted viahttp://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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 14 Jun 2008, at 20:29, Jeff wrote:> > also: > > Home-iMac:bin jeff$ gem sources -a http://gems.rubyforce.org > ERROR: While executing gem ... (Gem::RemoteSourceException) > HTTP Response 403 fetching http://gems.rubyforce.org/yaml > >It probably doesn''t help that you''ve typoed the url (rubyforge) Fred> On Jun 14, 12:27 pm, Jeff <JetsonDa...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> Hi Fred- >> >> Thanks for the quick response! >> >> ...but I''m still getting the same error after clearing the cache. >> >> any other thoughts? >> >> thanks >> >> On Jun 14, 12:23 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> >> wrote: >> >>> On Jun 14, 8:18 pm, Jeff <JetsonDa...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi john- >> >>>> i am having the same problem, but your fix does not seem to work >>>> - I >>>> keep getting: >> >>>> ERROR: could not find RAILS locally or in a repository >> >>> gem sources -r >>> removes a gem source, so unlikely to help >>> If you run >>> gem sources >>> it should tell you what sources are available. ifhttp://gems.rubyforge.org >>> isn''t there, you can add it with >>> gem sources -ahttp://gems.rubyforge.org >> >>> You might find that gem sources -c (which clears out the sources >>> cache) followed by re-addinghttp://gems.rubyforge.org >>> might help. >> >>> Fred >> >>>> any other suggestions? >> >>>> thanks! >> >>>> jeff >> >>>> On Jun 12, 5:20 pm, John Yerhot <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> >>>> wrote: >> >>>>> Try this: >> >>>>> gem sources -r http://gems.rubyforge.org >> >>>>> then >> >>>>> gem env >> >>>>> http://gems.rubyforge.orgshouldnowbea remote source and you should >>>>> be able to install rails just fine. >> >>>>> daBigNY wrote: >>>>>> Hi >> >>>>>> I was using Instant Rails but it wasn''t working for me so I >>>>>> decided to >>>>>> install Ruby the old fashion way. Everything was going fine >>>>>> until I >>>>>> tried to install Rails. I just keep getting this error "ERROR: >>>>>> could >>>>>> not find rails locally or in a repository." >> >>>>>> I saw another thread here discussing this problem and I tried >>>>>> all the >>>>>> suggested solutions from that thread and got no where. I''m a >>>>>> total >>>>>> newbie and I need some help. >> >>>>>> Thanks. >> >>>>> -- >>>>> Posted viahttp://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 -~----------~----~----~----~------~----~------~--~---
I''m having a similar problem. I can see the gem rails locally, but when I try to install or update to a newer version (I''m updating from 1.2.6), it gives me the error that it can''t find it locally. Everything I look for (rails, ruby, etc.) returns the right answer, yet I can''t update. Any ideas? (I''ve tried supplying the --source, clearing the cache, as well as running the Hivelogic installation) Machine info: Mac OS X v. 10.5.3, Rails v. 1.2.6, Ruby v. 1.8.6, gem v. 1.2.0 Michael --~--~---------~--~----~------------~-------~--~----~ 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 Wed, 2008-07-16 at 09:59 -0700, MichaelT wrote:> I''m having a similar problem. I can see the gem rails locally, but > when I try to install or update to a newer version (I''m updating from > 1.2.6), it gives me the error that it can''t find it locally. > Everything I look for (rails, ruby, etc.) returns the right answer, > yet I can''t update. > > Any ideas? > > (I''ve tried supplying the --source, clearing the cache, as well as > running the Hivelogic installation) > > Machine info: Mac OS X v. 10.5.3, Rails v. 1.2.6, Ruby v. 1.8.6, gem > v. 1.2.0---- why don''t you show us the commands you''re using that are failing. 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 -~----------~----~----~----~------~----~------~--~---
Gladly. Here''s what I tried today (after many failed attempts yesterday): sudo gem update rails --source http://gems.rubyforge.org Password: Updating installed gems ERROR: http://gems.rubyforge.org/ does not appear to be a repository ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) Operation timed out - connect(2) (Errno::ETIMEDOUT) fetching size (http://gems.rubyforge.org/yaml) gem install rails ERROR: could not find gem rails locally or in a repository sudo gem install rails --source http://gems.rubyforge.org Password: Sorry, try again. Password: ERROR: http://gems.rubyforge.org/ does not appear to be a repository ERROR: could not find gem rails locally or in a repository earlier I ran this: gem sources -c *** Removed specs cache *** *** Removed user source cache *** *** Removed latest user source cache *** *** Removed system source cache *** *** Removed latest system source cache *** --~--~---------~--~----~------------~-------~--~----~ 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 but you''re right. I had a question for you guys, I can see rails being fast for back end but what about styling and astetics? UI? Giovanni ••••••••••••••••• On Jul 16, 2008, at 10:35 AM, Craig White <craigwhite-BQ75lA0ptkhBDgjK7y7TUQ@public.gmane.org> wrote:> > On Wed, 2008-07-16 at 09:59 -0700, MichaelT wrote: >> I''m having a similar problem. I can see the gem rails locally, but >> when I try to install or update to a newer version (I''m updating from >> 1.2.6), it gives me the error that it can''t find it locally. >> Everything I look for (rails, ruby, etc.) returns the right answer, >> yet I can''t update. >> >> Any ideas? >> >> (I''ve tried supplying the --source, clearing the cache, as well as >> running the Hivelogic installation) >> >> Machine info: Mac OS X v. 10.5.3, Rails v. 1.2.6, Ruby v. 1.8.6, gem >> v. 1.2.0 > ---- > why don''t you show us the commands you''re using that are failing. > > 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Craig White
2008-Jul-16 20:11 UTC
Re: ****[Rails] Re: ****[Rails] Re: Can''t seem to install Rails
On Wed, 2008-07-16 at 11:07 -0700, MichaelT wrote:> Gladly. Here''s what I tried today (after many failed attempts > yesterday): > > sudo gem update rails --source http://gems.rubyforge.org > Password: > Updating installed gems > ERROR: http://gems.rubyforge.org/ does not appear to be a repository > ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) > Operation timed out - connect(2) (Errno::ETIMEDOUT) > fetching size (http://gems.rubyforge.org/yaml) > > gem install rails > ERROR: could not find gem rails locally or in a repository > > sudo gem install rails --source http://gems.rubyforge.org > Password: > Sorry, try again. > Password: > ERROR: http://gems.rubyforge.org/ does not appear to be a repository > ERROR: could not find gem rails locally or in a repository > > earlier I ran this: > > gem sources -c > *** Removed specs cache *** > *** Removed user source cache *** > *** Removed latest user source cache *** > *** Removed system source cache *** > *** Removed latest system source cache ***---- I''m only familiar with Linux and not installing Rails on OSX but what happens if you just simply do... sudo gem install rails --include-dependencies without sourcing? 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 -~----------~----~----~----~------~----~------~--~---
On Wed, 2008-07-16 at 12:12 -0700, Giovanni wrote:> Thanks but you''re right. > > I had a question for you guys, I can see rails being fast for back end > but what about styling and astetics? UI? >---- actually, I think php is faster in executing code but the rigid rails structure segregates the code base rather effectively and thus the ''view'' code is entirely separate from other portions of the code...which doesn''t actually answer your question. styling and aesthetics are driven by html/css which is obviously implemented and not likely to be too different than all other middleware platforms with the exception that you do get a fair amount of json for free. 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 -~----------~----~----~----~------~----~------~--~---
MichaelT
2008-Jul-16 20:29 UTC
Re: ****[Rails] Re: ****[Rails] Re: Can''t seem to install Rails
I have been including source to try to avoid any issues with our firewall But here''s the result: sudo gem install rails --include-dependencies INFO: `gem install -y` is now default and will be removed INFO: use --ignore-dependencies to install only the gems you list ERROR: http://gems.rubyforge.org/ does not appear to be a repository ERROR: could not find gem rails locally or in a repository --~--~---------~--~----~------------~-------~--~----~ 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-Jul-16 20:48 UTC
Re: ****[Rails] Re: ****[Rails] Re: ****[Rails] Re: Can''t seem to install Rails
On Wed, 2008-07-16 at 13:29 -0700, MichaelT wrote:> I have been including source to try to avoid any issues with our > firewall > > But here''s the result: > sudo gem install rails --include-dependencies > INFO: `gem install -y` is now default and will be removed > INFO: use --ignore-dependencies to install only the gems you list > ERROR: http://gems.rubyforge.org/ does not appear to be a repository > ERROR: could not find gem rails locally or in a repository---- seems as though you get the same message either way...perhaps it is the firewall. Does it proxy everything? gem list --remote # gem environment RubyGems Environment: - RUBYGEMS VERSION: 1.1.1 - RUBY VERSION: 1.8.6 (2008-06-20 patchlevel 230) [i386-linux] - INSTALLATION DIRECTORY: /usr/lib/ruby/gems/1.8 - RUBY EXECUTABLE: /usr/bin/ruby - RUBYGEMS PLATFORMS: - ruby - x86-linux - GEM PATHS: - /usr/lib/ruby/gems/1.8 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :benchmark => false - :backtrace => false - :bulk_threshold => 1000 - REMOTE SOURCES: - http://gems.rubyforge.org let''s see what happens when you run those commands 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 -~----------~----~----~----~------~----~------~--~---
MichaelT
2008-Jul-16 21:02 UTC
Re: ****[Rails] Re: ****[Rails] Re: ****[Rails] Re: Can''t seem to install Rails
Thanks, Craig, I''m trying that now. In the meanwhile I''ll tell you that I did this yesterday: http_proxy=http://<proxyserver:port>;export http_proxy This was an attempt to get around the firewall. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
MichaelT
2008-Jul-16 21:06 UTC
Re: ****[Rails] Re: ****[Rails] Re: ****[Rails] Re: Can''t seem to install Rails
Here are the results: gem list --remote *** REMOTE GEMS *** ERROR: http://gems.rubyforge.org/ does not appear to be a repository ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) Operation timed out - connect(2) (Errno::ETIMEDOUT) fetching size (http://gems.rubyforge.org/yaml) s889212:~ mtowns$ gem environment RubyGems Environment: - RUBYGEMS VERSION: 1.2.0 - RUBY VERSION: 1.8.6 (2007-09-24 patchlevel 111) [universal- darwin9.0] - INSTALLATION DIRECTORY: /Library/Ruby/Gems/1.8 - RUBY EXECUTABLE: /System/Library/Frameworks/Ruby.framework/ Versions/1.8/usr/bin/ruby - EXECUTABLE DIRECTORY: /usr/bin - RUBYGEMS PLATFORMS: - ruby - universal-darwin-9 - GEM PATHS: - /Library/Ruby/Gems/1.8 - /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/gems/1.8 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :benchmark => false - :backtrace => false - :bulk_threshold => 1000 - REMOTE SOURCES: - http://gems.rubyforge.org/ In my untrained eye, the environment looks good. ???? --~--~---------~--~----~------------~-------~--~----~ 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-Jul-16 21:13 UTC
Re: ****[Rails] Re: ****[Rails] Re: ****[Rails] Re: ****[Rails] Re: Can''t seem to install Rails
On Wed, 2008-07-16 at 14:02 -0700, MichaelT wrote:> Thanks, Craig, I''m trying that now. In the meanwhile I''ll tell you > that I did this yesterday: > http_proxy=http://<proxyserver:port>;export http_proxy > > This was an attempt to get around the firewall.---- clearly that''s not working 1 - try to make it work from command line first. sudo gem install rails --include-dependencies -p http://proxyserver:port 2 - once you get it to work from command line, you can probably set the environmental variable that would work but it probably needs to be upper case. http://lists.rubyonrails.org/pipermail/rails/2004-November/000497.html 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 -~----------~----~----~----~------~----~------~--~---
MichaelT
2008-Jul-16 21:38 UTC
Re: ****[Rails] Re: ****[Rails] Re: ****[Rails] Re: ****[Rails] Re: Can''t seem to install Rails
Here''s the result of the first part: INFO: `gem install -y` is now default and will be removed INFO: use --ignore-dependencies to install only the gems you list Successfully installed rake-0.8.1 Successfully installed activesupport-2.1.0 Successfully installed activerecord-2.1.0 Successfully installed actionpack-2.1.0 Successfully installed actionmailer-2.1.0 Successfully installed activeresource-2.1.0 Successfully installed rails-2.1.0 7 gems installed Installing ri documentation for rake-0.8.1... Installing ri documentation for activesupport-2.1.0... Installing ri documentation for activerecord-2.1.0... Installing ri documentation for actionpack-2.1.0... Installing ri documentation for actionmailer-2.1.0... Installing ri documentation for activeresource-2.1.0... Installing RDoc documentation for rake-0.8.1... Installing RDoc documentation for activesupport-2.1.0... Installing RDoc documentation for activerecord-2.1.0... Installing RDoc documentation for actionpack-2.1.0... Installing RDoc documentation for actionmailer-2.1.0... Installing RDoc documentation for activeresource-2.1.0... And then: export HTTP_PROXY=http://<proxyserver:port> And finally: sudo gem install rails Password: ERROR: http://gems.rubyforge.org/ does not appear to be a repository ERROR: could not find gem rails locally or in a repository --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
MichaelT
2008-Jul-16 21:41 UTC
Re: ****[Rails] Re: ****[Rails] Re: ****[Rails] Re: ****[Rails] Re: Can''t seem to install Rails
*Sigh* --~--~---------~--~----~------------~-------~--~----~ 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-Jul-16 21:45 UTC
Re: ****[Rails] Re: ****[Rails] Re: ****[Rails] Re: ****[Rails] Re: Can''t seem to install Rails
On Wed, 2008-07-16 at 14:38 -0700, MichaelT wrote:> Here''s the result of the first part: > > INFO: `gem install -y` is now default and will be removed > INFO: use --ignore-dependencies to install only the gems you list > Successfully installed rake-0.8.1 > Successfully installed activesupport-2.1.0 > Successfully installed activerecord-2.1.0 > Successfully installed actionpack-2.1.0 > Successfully installed actionmailer-2.1.0 > Successfully installed activeresource-2.1.0 > Successfully installed rails-2.1.0 > 7 gems installed > Installing ri documentation for rake-0.8.1... > Installing ri documentation for activesupport-2.1.0... > Installing ri documentation for activerecord-2.1.0... > Installing ri documentation for actionpack-2.1.0... > Installing ri documentation for actionmailer-2.1.0... > Installing ri documentation for activeresource-2.1.0... > Installing RDoc documentation for rake-0.8.1... > Installing RDoc documentation for activesupport-2.1.0... > Installing RDoc documentation for activerecord-2.1.0... > Installing RDoc documentation for actionpack-2.1.0... > Installing RDoc documentation for actionmailer-2.1.0... > Installing RDoc documentation for activeresource-2.1.0...---- good to know that it works with -p ----> And then: > export HTTP_PROXY=http://<proxyserver:port> > > And finally: > sudo gem install rails > Password: > ERROR: http://gems.rubyforge.org/ does not appear to be a repository > ERROR: could not find gem rails locally or in a repository---- I''m assuming that you dropped the brackets < > above but export HTTP_PROXY=http://proxyserver:port should just work. I don''t know if case matters in the environmental variable or not. what happens when you ''echo $HTTP_PROXY'' does it give you the right value? 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 -~----------~----~----~----~------~----~------~--~---
MichaelT
2008-Jul-16 21:46 UTC
Re: ****[Rails] Re: ****[Rails] Re: ****[Rails] Re: ****[Rails] Re: Can''t seem to install Rails
So I guess it was successful anyway. But I wonder why the last install didn''t work? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
MichaelT
2008-Jul-16 21:54 UTC
Re: ****[Rails] Re: ****[Rails] Re: ****[Rails] Re: ****[Rails] Re: Can''t seem to install Rails
Yes, that works fine. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
MichaelT
2008-Jul-16 22:03 UTC
Re: ****[Rails] Re: ****[Rails] Re: ****[Rails] Re: ****[Rails] Re: Can''t seem to install Rails
Craig, Well, I have to leave now, but let''s consider this somewhat successful. Thank you so much for all your help. I truly appreciate it. Michael --~--~---------~--~----~------------~-------~--~----~ 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 turned to ror for the simple reason that it seems like the best overall solution. I''ll try reinstalling it. Can you use wysiwyg tools for styling? Giovanni ••••••••••••••••• On Jul 16, 2008, at 1:18 PM, Craig White <craigwhite-BQ75lA0ptkhBDgjK7y7TUQ@public.gmane.org> wrote:> > On Wed, 2008-07-16 at 12:12 -0700, Giovanni wrote: >> Thanks but you''re right. >> >> I had a question for you guys, I can see rails being fast for back >> end >> but what about styling and astetics? UI? >> > ---- > actually, I think php is faster in executing code but the rigid rails > structure segregates the code base rather effectively and thus the > ''view'' code is entirely separate from other portions of the > code...which > doesn''t actually answer your question. > > styling and aesthetics are driven by html/css which is obviously > implemented and not likely to be too different than all other > middleware > platforms with the exception that you do get a fair amount of json for > free. > > 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---