[Rails] Re: Plugins not loading in production environment

2009-06-07 Thread Alastair
I think I may have this figured out.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To unsubscribe from this group,

[Rails] Plugins not loading in production environment

2009-06-07 Thread Alastair
rks fine. Many thanks in advance, Alastair --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To unsubsc

[Rails] Re: Error in production only: `method_missing': undefined method `has_attachment' for # (NoMethodError)

2009-06-07 Thread Alastair
Ok, Turns out when I comment out any references to attachment_fu and restful_authentication in my models, I can run the site in production mode. Obviously this doesn't help as I need both those plugins working :) --~--~-~--~~~---~--~~ You received this message beca

[Rails] Re: Error in production only: `method_missing': undefined method `has_attachment' for # (NoMethodError)

2009-06-07 Thread Alastair
On Jun 7, 10:01 pm, Alastair wrote: > > In lieu of any better suggestions you could change it back to > > production.rb one line at a time till you find the one causing the > > problem. > In lieu of any better suggestions you could change it back to > production.rb one

[Rails] Re: Error in production only: `method_missing': undefined method `has_attachment' for # (NoMethodError)

2009-06-07 Thread Alastair
> In lieu of any better suggestions you could change it back to > production.rb one line at a time till you find the one causing the > problem. I've been trying that also, without much success so far. I'll keep at it though! this is possibly the most bizarre thing ever. I'm wondering if I'm missi

[Rails] Re: Error in production only: `method_missing': undefined method `has_attachment' for # (NoMethodError)

2009-06-07 Thread Alastair
On Jun 7, 9:08 pm, Frederick Cheung wrote: > On Jun 7, 8:18 pm, Alastair wrote: > > > Hello guys, > > > I'm having a problem with running an application in production. The > > error I'm getting is as follows: > > Random guess: is there is a line at t

[Rails] Error in production only: `method_missing': undefined method `has_attachment' for # (NoMethodError)

2009-06-07 Thread Alastair
he site runs fine without issue. I can't see for the life of me what could be causing this problem and would appreciate any help! Regards, Alastair --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby o