search for: transaction_status

Displaying 2 results from an estimated 2 matches for "transaction_status".

2008 Dec 28
7
2.2.2 simple_captcha upgrade error
...aling with a whole new can of worms. I''ve done a good bit o searching and haven''t found any solid leads. I''m using the simple_captcha plugin on my site, and all is well until i call that plugin. http://www.pastie.org/347721 ActionView::TemplateError (undefined method `transaction_status'' for #<PGconn:0x6a8ae20>) on line #43 of app/views/forms/_slang_form.html.erb: 42: 43: <%= show_simple_captcha %> 44: 45: <%= @f.submit "Submit" %> 46: </p> The plugin works great in 2.1.0, Has anyone seen anything like this before?? -- Posted via http...
2008 Sep 14
2
Postgres adapter issues with Rails 2.1: ruby-pg is the answer!
While upgrading Rails 2.0.2 sites to Rails 2.1.1, I encountered a weird postgres adapter problem. Although the old postgresql adapter (aka ruby-postgres) works fine with Rails 2.1.1 on my Mac dev box (running PG 8.2.6) and also works fine with Rails 2.0.2 apps on a Debian etch staging server (running PG 8.2.1), this error occurs when trying to cap deploy 2.1.1 apps on the Debian box: