Hi. I need to remove the "globalize" plugin from a rails app, without breaking it up. The app does not use the translation methods provided by the plugin. What is the best practice, or at lease the working practice to do this? Thanks, Marcus. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Marcus Ob wrote:> Hi. > I need to remove the "globalize" plugin from a rails app, without > breaking it up. > The app does not use the translation methods provided by the plugin. > What is the best practice, or at lease the working practice to do this? > > Thanks, > Marcus.Can''t you just do a script/plugin uninstall globalize ? Jeroen -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Jeroen wrote:> Marcus Ob wrote: >> Hi. >> I need to remove the "globalize" plugin from a rails app, without >> breaking it up. >> The app does not use the translation methods provided by the plugin. >> What is the best practice, or at lease the working practice to do this? >> >> Thanks, >> Marcus. > > Can''t you just do a script/plugin uninstall globalize ? > > JeroenHi, script/plugin remove globalize says "globalize not found".. wierd.. Anyway i managed to remove it my deleting the files and removing manually the referenced around the code, and everything works. Thanks, Marcus. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---