Displaying 15 results from an estimated 15 matches for "gemrc".
Did you mean:
gemrb
2009 Jul 18
4
rails 2.3.2.not working working with cgi - How to revert
...to rails 2.2.2 on my shared host
(bluehost ) can anybody guide me how to revert to 2.2.2.
I tried the following:
1. I installed the older rails gem "gem install rails --version 2.2.2
--include-dependencies
"
2. I tried to set the PATH env to my rails 2.2.2 version and also
updated the .gemrc file
but no luck it seems i am still using 2.3.2
Any suggestions please.
Thanks a lot
Regards
Saurabh
--
Posted via http://www.ruby-forum.com/.
2009 Nov 03
1
Gem::RemoteFetcher::FetchErro when installing rails
I am trying to install rails on Ubuntu 8.10, and met following errors. Please
help me get through.Thanks.
root@pierr-desktop:~# gem install rails
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
bad response 500
(http://gems.rubyforge.vm.bytemark.co.uk/gems/actionpack-2.3.4.gem)
#other information
root@pierr-desktop:~# ruby -v
ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]
2009 Nov 01
19
will_paginate vs mislav-will_paginate
I''ve just reinstalled linux (9.10) and am trying to match my gem
environment to our server''s. I''m having a problem with will_paginate.
On the server, under gem list, i have "mislav-will_paginate (2.3.6)".
So, i''m trying to install that locally. Following the instructions on
the will_paginate page, http://wiki.github.com/mislav/will_paginate,
2005 Mar 02
2
Problems installing gems using rails
Hello
I''m trying to use rubyonrails, but had some troubles:
First, there was an issue with gems (it did not finished the installation):
# gem install rails
Config file /root/.gemrc does not exist
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
Updating Gem source index for: http://gems.rubyforge.org
Install required dependency rake? [Yn]
Install required dependency acti...
2007 Sep 03
1
Problem installing RMagick gem
...Q8-windows-dll.exe
I have problems installing the gem:
cmd I''m running:
gem install rmagick --local --debug
Error:
Exception `Errno::ENOENT'' at F:/InstantRails/ruby/lib/ruby/site_ruby/
1.8/rubygems/config_file.rb:50 -
No such file or directory - C:\Documents and Settings\Daniel/.gemrc
Exception `Zlib::BufError'' at F:/InstantRails/ruby/lib/ruby/site_ruby/
1.8/rubygems/package.rb:348 - buffer error
ERROR: Error installing gem rmagick[.gem]: buffer error
Does it ring a bell to anybody?
Thanks...regards Daniel
--~--~---------~--~----~------------~-------~--~----~
You r...
2006 Jan 20
0
Newbie installation problem: gem [command] --remote
...mpp\ruby\bin>"D:\rg\xampp\ruby\bin\ruby.exe" "D:\rg\xa
mpp\ruby\bin\gem" install rails --remote --debug
Exception `Errno::ENOENT'' at
D:/rg/xampp/ruby/lib/ruby/site_ruby/1.8/rubyg
ems/config_file.rb:12 - No such file or directory - C:\Documents and
Settings\Da
niel/.gemrc
Attempting remote installation of ''rails''
Exception `Errno::ENOENT'' at
D:/rg/xampp/ruby/lib/ruby/1.8/fileutils.rb:82
1 - No such file or directory -
D:/rg/xampp/ruby/lib/ruby/gems/1.8/source_
cache
Exception `EOFError'' at
D:/rg/xampp/ruby/lib/ruby/site_ruby/1....
2012 Feb 01
2
How do I install this gem?
I''m trying to figure out how I can setup my own forums using Ruby, but I
can''t get passed installing "nifty-generators"... I haven''t a clue how
to install the gems... Please tell me what I''m doing wrong?
I open the command prompt, I type in :
gem install nifty-generators
And this is what I get:
Successfully installed nifty-generators-0.4.6
1 gem
2005 Mar 02
1
gem install rails error
...4 server for my company and I am trying to get rails up and
running on it. I have ruby 1.8.2 installed fine. And the gem install
process went fine as well. But when I try to do the gem install raisl
under the root user this is what I getL:
[root@yhrws root]# gem instal rails
Config file /root/.gemrc does not exist
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
Updating Gem source index for: http://gems.rubyforge.org
/usr/local/lib/ruby/1.8/timeout.rb:42:in `new'': execution expi...
2008 Apr 26
1
gem fetching error
...#39;' and ''gem update''. The latter gives
the following error (the same error is replicable when I try any ruby
applications):
# gem update --debug
Exception `Errno::ENOENT'' at
/usr/lib/ruby/site_ruby/1.8/rubygems/config_file.rb:51 - No such file or
directory - /root/.gemrc
Exception `NameError'' at
/usr/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:145 -
uninitialized constant Gem::Commands::BuildCommand
Exception `NameError'' at
/usr/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:145 -
uninitialized constant Gem::Commands::CertCommand
Except...
2006 Dec 21
0
how does capistrano get the ENV?
I don''t have the same environment variables with a capistrano task as I
do with a conventional ssh session.
When I ssh in and try "env" I see my GEM_HOME and GEM_PATH environment
variables from my ~/.bash_profile (I also have a .gemrc file).
But when I try "cap shell" and "env" I don''t see the GEM_HOME and
GEM_PATH environment variables.
How do I force capistrano to pick up the shell environment variables
when it runs? Why doesn''t it pick up the environment variables that are
set in my ~/....
2010 Jan 25
1
mongrel_rails unable to start (cant find rubygems)
I am currently nearing the end (hopefully) of a ruby versions nightmare
on OSX...
I ended up installing rubygems again. However one of my remaining
problems is I am unable to start mongrel due to this error:
/usr/bin/mongrel_rails:9:in `require'': no such file to load -- rubygems
(LoadError)
from /usr/bin/mongrel_rails:9
I have searched around but cant find any clues about this.
2010 Sep 24
0
I cant update gem more than 1.3.5 on Ubuntu
I try many ways to update
1.use ruby setup.rb in /gem1.3.7dir did not work
show text
NOTE:
http://rubygems.org is now the default source for downloading gems.
You may have sources set via ~/.gemrc, so you should replace
http://gems.rubyforge.org with http://rubygems.org
http://gems.rubyforge.org will continue to work for the forseeable
future.
New features:
.
.
.
2.Try RVM cant connect to server to download
3. .gem file I do not know what should i do with this file ???...
2006 Jun 30
2
Installing products through gem on ubuntu
I''m trying to install mongrel and sqlite3 through the gem command on
ubuntu. I''m have in the same problem with both. If I try to do sudo gem
install sqlite3, it says GemNotFoundException. If I run the same command
without sudo, I don''t have permission to some directory:
pbarry@pbarry-laptop:~/downloads/rubygems-0.9.0$ sudo gem install
sqlite3-ruby
ERROR: While
2005 Mar 05
3
login generator problem
I am trying to use the login generator, but I keep
getting the following error when I run "generate login
Account":
/usr/lib/ruby/gems/1.8/gems/rails-0.10.0/lib/rails_generator/base.rb:84:in
`manifest'': No manifest for ''login'' generator.
(NotImplementedError)
from (eval):3:in `__send__''
from (eval):3:in `manifest''
from
2005 Mar 04
24
Rails speed?
Hi --
(First time posting to the list...)
I''m trying out Rails on my Mac (OS X Panther, 1.6 G5). It seems...
kinda slow? I''ve even run it with FastCGI and the response time is
still painfully slow.
Is this just me? Is mod_ruby any better than FastCGI? Or is it rails?
Thanks in advance!
-- joshua