frank.roscher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Aug-07 21:41 UTC
dynamic ruby code via load() method / Mongrel Caching
Hi, my RoR application should load some ruby code which is dynamic created outside of the RoR application. In a RoR helper Iuse the ruby "load" Method. On my development environment anything works fine but when I run the app on production the ruby source file isn''t loaded again - a cached copy is used. When I start/stop mongrel the file is new loaded. Where is my mistake here? Thanks in advance frank --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Florian Aßmann
2007-Aug-08 05:38 UTC
Re: dynamic ruby code via load() method / Mongrel Caching
Hi Frank, just a guess though, but try to remove it from $: Regards Florian --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---