[Rails] Re: 2.2.2 simple_captcha upgrade error

2008-12-29 Thread venkat veerla
how shud we create tooltip in rails application.. Thanks in advance On Mon, Dec 29, 2008 at 11:05 AM, Ryan Bigg radarliste...@gmail.com wrote: Try to install the postgres-pr gem install and use that. - Ryan Bigg Freelancer http://frozenplague.net On 29/12/2008, at 3:48 PM,

[Rails] Re: 2.2.2 simple_captcha upgrade error

2008-12-29 Thread Andrew Bloom
I asked my boss what gem it was he determined we need to be on, he claims pr, so I tried to install it and it fails to compile, so now im back to square one. I really thought I had this all sorted out a few weeks ago, maybe it was on a different computer. On Dec 28, 11:18 pm, Andrew Bloom

[Rails] Re: 2.2.2 simple_captcha upgrade error

2008-12-29 Thread Richard Schneeman
richard$ gem list ... postgres-pr (0.4.0) ... richard$ sudo gem install postgres-pr Password: Successfully installed postgres-pr-0.5.0 richard$ script/server = Booting Mongrel (use 'script/server webrick' to force WEBrick) = Rails 2.2.2 application starting on http://0.0.0.0:3000 It worked

[Rails] Re: 2.2.2 simple_captcha upgrade error

2008-12-28 Thread Richard Schneeman
That does make sense given all i've read about this error, thanks a bunch!! I'm not in too much of a hurry to play wih 2.2.2, if its not too much trouble whenever you get back to the office, could you let me know what version of pgsql worked for you ( so i'm not just shooting in the dark) ?

[Rails] Re: 2.2.2 simple_captcha upgrade error

2008-12-28 Thread Andrew Bloom
It's not the postgres (psql) version thats the problem, its actually the ruby postgres gem that ActiveRecord uses to connect to psql. I will be in the office tomorrow and will check it out. On Dec 28, 10:48 am, Richard Schneeman rails-mailing-l...@andreas- s.net wrote: That does make sense

[Rails] Re: 2.2.2 simple_captcha upgrade error

2008-12-28 Thread Ryan Bigg
Try to install the postgres-pr gem install and use that. - Ryan Bigg Freelancer http://frozenplague.net On 29/12/2008, at 3:48 PM, Andrew Bloom wrote: It's not the postgres (psql) version thats the problem, its actually the ruby postgres gem that ActiveRecord uses to connect to

[Rails] Re: 2.2.2 simple_captcha upgrade error

2008-12-27 Thread Andrew Bloom
It's actually a problem with the postgres gem. I ran into this the other day at work, if I remember correctly you just need to switch which gem you hav installed. Unfortunately I don't remember which one to use and I'm not at the office. On Dec 27, 11:57 pm, Richard Schneeman