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.
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.
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
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 ?
Jeroen
Hi,
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.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs