Re: [Rails] Re: ar - rollback on staging/production - whats causing it?

2011-05-20 Thread Tom Meinlschmidt
hi think the best is to use debugger and see what happening here tom On May 20, 2011, at 19:19 , tom wrote: > yes and no - im not calling delete 'manually' nor do i have coded it > into the create method. to me it seems the rollback is doing this, as > far as i can trace back the code. > anyhow

Re: [Rails] Re: ar - rollback on staging/production - whats causing it?

2011-05-20 Thread tom
yes and no - im not calling delete 'manually' nor do i have coded it into the create method. to me it seems the rollback is doing this, as far as i can trace back the code. anyhow - thx On Fri, May 20, 2011 at 12:49 PM, Colin Law wrote: > On 20 May 2011 08:33, tom wrote: >> hi, >> >> here are

Re: [Rails] Re: ar - rollback on staging/production - whats causing it?

2011-05-20 Thread Colin Law
On 20 May 2011 08:33, tom wrote: > hi, > > here are the missing info: > > > Processing FeedbacksController#create (for 78.42.xyz.xyz at 2011-05-20 > 09:26:51) [POST] >  Parameters: {"commit"=>"Send", > "authenticity_token"=>"2HzCbBM0J1SfEwIHP/GucR+HPs3fM31ts69llwkQDNc=", > "feedback"=>{"comment"=>

Re: [Rails] Re: ar - rollback on staging/production - whats causing it?

2011-05-20 Thread tom
hi, here are the missing info: Processing FeedbacksController#create (for 78.42.xyz.xyz at 2011-05-20 09:26:51) [POST] Parameters: {"commit"=>"Send", "authenticity_token"=>"2HzCbBM0J1SfEwIHP/GucR+HPs3fM31ts69llwkQDNc=", "feedback"=>{"comment"=>"test", "subject"=>"Suggestion", "email"=>"myem...

[Rails] Re: ar - rollback on staging/production - whats causing it?

2011-05-18 Thread Kendall Gifford
On Wednesday, May 18, 2011 1:32:39 PM UTC-6, der_tom wrote: > > hi, > > i;m using a easy feedback plugin which works just fine - locally. > > uploading the app to staging production gives me this: > > > /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/transactions.rb:214:in > `rollb