similar to: Ruby on Rails Installation Problem

Displaying 20 results from an estimated 200000 matches similar to: "Ruby on Rails Installation Problem"

2005 Jul 18
2
Rails installation problem
Hi there, I''m a new to Rails and to Ruby too. I hope you can help with what hopefully is a simple installation problem. I have successfully installed version: C:\>ruby -v ruby 1.8.2 (2004-12-25) [i386-mswin32] I have successfully installed gem: C:\>gem --version 0.8.11 When I try to install Rails i get the following error: C:\>gem install rails --include-dependencies
2006 Aug 16
5
installing Ruby on Rails behind a firewall
Ok, I went to the "Get Ruby on Rails ..." web page and followed directions. When I get to the step where I''m to do this: gem install rails --include-dependencies I get this error: ERROR: While executing gem ... (SocketError) getaddrinfo: no address associated with hostname. Here is my configuration, Win XP Pro Running commands in a cygwin "bash" sh. And I
2006 Mar 27
1
Problem installing Rails IN WINDOWS
Hi I am getting the following error when i tried to install rails in windows using command prompt....A few suggestions i got were for Linux environment.. I gave the command in command prompt as C:\>gem install rails --remote C:\>"c:\ruby\bin\ruby.exe" "c:\ruby\bin\gem" install rails --remote Attempting remote installation of ''rails'' Updating Gem
2006 Mar 27
6
Problem installing Rails
Hi I am getting the following error when i tried to install rails in windows using command prompt.... Attempting remote installation of ''rails'' Updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (Gem::RemoteSourceException) Error fetching remote gem cache: getaddrinfo: no address associated with hostname. There are proxy settings in
2008 Dec 09
2
Rails and Ruby behind proxy
Hi there, I''ve a little problem. On my code, I use the flickraw gem. On the application.rb there is a require ''flickraw'' who create a new instance, and for that need to pass the net. It works at home, but in my office we have a proxy, and when I launch webrick I have an error saying that I''m behind a proxy :(. Does anyone have an idea on how to correct this
2012 Mar 19
3
Installation steps for Ruby on Rails?
The current project that I''m currently worked on has a requirement for Ruby on Rails and the migration facility provided by it to keep databases in sync. And, I''m completely new to this technology. Here''s my scene : 1) Ruby 1.8.7 patch level 302 2) Rails 2.3.8 3) MYSql (dnt know version) 4) OS : Windows 7 I installed the 1st via the online ruby installer; and, the next
2013 Feb 17
1
Error on installation of Ruby On Rails on QNAP TS809U-RP [Linux]
I am not sure where I should even begin troubleshooting this. I know a little bit about Linux and am comfortable editing files and running commands however definitely not a Linux guru. I have ipkg already installed on the QNAP. I know absolutely nothing about ruby on rails. Thanks for any help. For those that are not familiar with a QNAP, ipkg is the same as apt-get or yum in some Linux
2007 Dec 07
1
Ruby on Rails applications with Mongrel cluster
Hello All I am trying to install 5 mongrel servers against my app. i am using Vista. I found this article on a website.. but am stuck on one point. here are some notes from article: Now enable the needed modules (url rewriting, proxy, proxy_balancer e proxy_http) by editing the httpd.conf file (under c: \Apache_Software_Foundation\Apache2.2\conf, if you installed Apache in its standard path).
2006 Jun 16
4
Installing ruby on rails
Hey, I need to install ruby on rails. I have installed ruby and it says on a site to type in gem install rails --remote. When i try this is what happens: I get the message: C:\>gem install rails --remote ''gem'' is not recognized as an internal or external command, operable program or batch file. Could anyboy help?? Thanks Chris -- Posted via http://www.ruby-forum.com/.
2006 Apr 30
0
Ruby and Rails on Linux
Hi! 1. I want to install Ruby and Rails on Red Hat... Any RPM available... 2. I am not able to install Fast CGI gem in windows environment... with Lighty.. I am getting following error: Pl. guide me to correct this error... Thanks Siva. C:\>gem install fcgi Attempting local installation of ''fcgi'' Local gem file not found: fcgi*.gem Attempting remote installation of
2011 Apr 04
0
issue installing gem Capybara on Debian5 w ruby 1.9.2 ( Rails 3.0.5) => installing native extension
On this server I already installed it in the gemsets for Ruby 1.8.7 and Rails 2.3.11 without any problem ... but trying (many times .. ) to install in Ruby 1.9.2 (Rails 3.0.5) raises an error ... It''s not related to the gem itself as the gem doesn(t build any native extension .. but to one dependency... I don''t know where to start looking for ... here is the log message :
2011 Nov 16
1
New to Ruby On Rails. Problems Installing Rails.
Hi Everyone, I am completely new to this thing and i have absolutely no clue about Ruby and Rails/Gems anything. So i thought about starting off on this learning path. I have got some tutorials and learning stuff with me. But before that i thought of at least getting the software installed. I got Ruby and Gems done properly but when i try to install Rails i get a weird exception I dont know
2006 Mar 21
1
Offline installation of ruby gems and rails
How do i install ruby gems and rails if the computer is not connected to the internet? I have installed Ruby by the one click installer and have the zip files of ruby gems and rails downloaded from rubyforge. I am using Windows XP with Apache and MySql. -- Posted via http://www.ruby-forum.com/.
2010 Feb 26
2
Ruby on Rails install problem in Linux Mint - please help a newbie
Hi, I have just started to study Ruby on Rails, downloaded Ruby 1.8.7, and compiled it from source, RubyGems 1.3.6, and ran "ruby setup.rb", and installed Rails by "sudo gem install rails" But when I do the following steps: rails path/to/your/new/application cd path/to/your/new/application ruby script/server I can''t get the web server to start :( with the following
2010 May 17
2
Installing Ruby on Rails
Hi, I''m a newbie to RoR and have been facing some problem installing RoR on my system. I''m following this guide to install RoR https://help.ubuntu.com/community/RubyOnRails and stuck up at this step Installing Rubygems: To make gem work properly you should write gem''s path to PATH add to ~/.bashrc: export PATH=/var/lib/gems/1.8/bin:$PATH Can anyone help me saying
2008 Jul 05
0
Undefined Method Angst After Rails / Ruby / Gem Updates
I have what appears to be a problem accessing methods from within an application. I can access them from irb, but not from within the app. In other words: irb(main):001:0> require ''rubygems'' => true irb(main):002:0> require ''haml'' => true irb(main):003:0> Haml.respond_to?(''init_rails'') => true
2011 Oct 16
4
Ruby on rails with twitter integration
after i searched, i got so many links related with the twitter integration , Then i do that with one following link http://cbpowell.wordpress.com/2011/03/17/twitter-oauth-and-ruby-on-rails-integrated-cookbook-style-in-the-console-updated-for-twitter-1-0/ after some steps with the rails console, *Then i got some errors after i gave the steps to send the tweet from the application * * client
2006 Apr 11
1
Why will gems only install rails 1.0 when using a proxy?
Why will gems only install rails 1.0 when using a proxy? gem install rails -p http:\\myproxy will only install rails 1.0!!! why is this? it''s very irritating Chris -- Posted via http://www.ruby-forum.com/.
2006 Feb 02
2
Installation behind a proxy
Hi all, I was a client site today on another project and we started talking about RoR. I wanted to show it in action, so I downloaded the one-click Ruby installer for Windows and then tried to do "gem install Rails -include-dependencies". After a time-out period I received the following error: ERROR: While executing gem.(Gem::RemoteSourceException) Error fetching remote gem
2008 Jan 15
2
Installing Ruby on Rails - missing the "Components" folder.
Hi, I''m trying to get up and running on rails. I''m on Vista 32 and have installed instant rails on C:\InstantRails from: http://instantrails.rubyforge.org/wiki/wiki.pl I''ve done the "gem update --system" and "gem install rails --include- dependencies" When I run the "rails music_library" command from rails_apps directory I get the default