0
votes
3answers
296 views
Trying to install Ruby on Rails on OSX and I get a Gem::RemoteSourceException
What is going on when I get this "HTTP Response 403" error?
I am trying to setup Ruby on Rails on OS X 10.5.8 with XCode 3.1.4:
Boston:$ ruby --version
ruby 1.8.6 (2008-08-11 pa …
0
votes
0answers
37 views
missing rake tasks ??
hi
I have ran gem install rails and am running 2.3.4
but i am missing some rake tasks like 'db' and 'gems'
if i run rake -T i get the following tasks. How can i get all the ot …
0
votes
5answers
33 views
Don’t know how to build task ‘gems:install’
hi all
I am deploying my rails app to a linux server and i have some of the rake tasks missing inlcuding rake gems:install and rake db
I am running rails 2.3.4 from GEM.
Does an …
0
votes
1answer
26 views
Ruby Daemons Gem
Hello there,
I installed the ruby gem Daemons. To make sure it was working I created a script that would print to a file every 5 seconds. I then created another file to run the …
1
vote
3answers
43 views
Is it possible to have too many $PATHs set in OS X?
I've been learning about gems lately, and one error I get is:
WARNING: Installing to ~/.gem since /Library/Ruby/Gems/1.8 and
/usr/bin aren't both writable.
WARNING: You don't …
1
vote
1answer
59 views
mysql gem for snow leopard
I had trouble with the gem at first but got it to work when I installed the 64-bit MySQL and reinsatlled the gem with arch flags.
So it work in rails. The error I used to get was …
2
votes
3answers
69 views
Ruby library/gem for game graphics?
I am creating a simple Blackjack game in Ruby, and I have finished all the game logic stuff (finally!) and currently have it running through the command line. It is all working, so …
0
votes
3answers
250 views
Can’t install gemcutter as a Ruby Gem source
I'm trying to install the thinking sphinx gem, which is on gemcutter.org
When I run the command
gem sources -a http://gemcutter.org
I get the error:
Error fetching http://gemc …
0
votes
0answers
21 views
Composite Primary Keys plugin timestamp problem
I am using Composite Primary Keys plugin and everything is working fine except timestamps. When i insert new row to table that has composite primary key , created_at and updated_at …
0
votes
1answer
30 views
Manually adding a Ruby Gem
I am trying to install the mechanize gem that is supposed to work with 1.9 from here: http://github.com/kemiller/mechanize but I do not know how to add it manually.
I am using Win …
1
vote
1answer
60 views
MySQL Rails migration error: “Error on rename of schema_migration (errno: -1)”
Hi there,
I'm a PHP dev and I'm new to Rails but have been getting on pretty well, everything seems pretty straightforward. However, up until this morning I have been using SQLite …
1
vote
1answer
29 views
Why would the Net::LDAP gem prevent tests from running?
I have installed the ruby-net-ldap gem version 0.0.4 on my OS X (Snow Leopard) system. When I include the line...
config.gem('ruby-net-ldap')
in environment.rb, my tests won't r …
1
vote
1answer
40 views
Ruby gems repository
I'm trying to set a gem repository on one of our local servers. Here are the steps I'm running, that I've followed from several guides.
1) I create the BASEDIR folder /var/www/ht …
5
votes
2answers
49 views
Ruby Geolocation Gem/Plugins
What are the available (best) ruby IP-based geolocation gem/plugins?
How do they compare to one another in terms of functionality, performance and ease of use (e.g. do they intera …
0
votes
1answer
23 views
Searchlogic question
The functionality I'm looking for: I have a form that will search my 'Proposal' model. I want the form to contain a select box and display the categories I have. Now, 'category' is …
