Re: [Rails] Re: after_save in plugin

2012-01-31 Thread Tsirkin Evgeny
Thanks Tom , I have actually figured out the problem. Seems like since the lib of the plugin is not reloaded on every request but the main app is .The plugin override works for first request but the original methods are restored the next one. The solution that worked for me was wrapping our monkey-

[Rails] Re: after_save in plugin

2012-01-30 Thread Tim Shaffer
I think your issue may be a mixup with class instance and instance variables. However, what's the issue you are having with all this? Are you getting any error messages? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this di