I’m running ruby 1.9.1 and need a gem sitting here:
I do:
[root@www admin]# gem install maxime-ruby-pg-for-ruby-1.9.1rc2
ERROR: could not find gem maxime-ruby-pg-for-ruby-1.9.1rc2 locally or
in a repository
[root@www admin]#
my sources are:
[root@www admin]# gem sources
*** CURRENT SOURCES ***
http://gems.rubyforge.org/
http://gems.github.com
http://gems.github.com
http://gems.github.com
Driving me crazy
Allen W. wrote:
I’m running ruby 1.9.1 and need a gem sitting here:
GitHub - maxime/ruby-pg-for-ruby-1.9.1rc2: this is just a hacked version of ruby-pg that compiles with ruby 1.9.1rc2
I do:
[root@www admin]# gem install maxime-ruby-pg-for-ruby-1.9.1rc2
ERROR: could not find gem maxime-ruby-pg-for-ruby-1.9.1rc2 locally or
in a repository
[root@www admin]#
my sources are:
[root@www admin]# gem sources
*** CURRENT SOURCES ***
http://gems.rubyforge.org/
http://gems.github.com
http://gems.github.com
http://gems.github.com
Driving me crazy
Hi,
If you are using windows system and want to install PostgreSQL with
ruby 1.9.1 than refer this URL may be it’s help you.
http://blog.smajn.net/2009/07/installing-ruby-191-rails-232-and.html
Thanks,
Priyanka P.