I''m trying to get Globalization to work using the globalize plugin. In their sample application they use in_place_editor to edit the translate strings. <%= in_place_editor "tr_#{tr.id}", :url => { :action => :set_translation_text, :id => tr.id }, :load_text_url => url_for({ :action => :translation_text, :id => tr.id })%> </p> I get the following error: undefined method `in_place_editor'' I use Rails 2.0.1 and read that in_place_editor, just as auto_complet, got kicked out of rails converted to plugins. I tried installing the plugin (script/plugin install in_place_editor) but the plugin could not be found. The only plugin I could find was Improved in_place_editor. I installed this plugin, but still got the same error. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Try installing the plugin as: script/plugin install http://svn.rubyonrails.org/rails/plugins/in_place_editing/ Franz wrote:> I''m trying to get Globalization to work using the globalize plugin. > In their sample application they use in_place_editor to edit the > translate strings. > > <%= in_place_editor "tr_#{tr.id}", > :url => { :action => :set_translation_text, :id => tr.id }, > :load_text_url => url_for({ :action => :translation_text, :id => > tr.id })%> > </p> > > I get the following error: undefined method `in_place_editor'' > > I use Rails 2.0.1 and read that in_place_editor, just as auto_complet, > got kicked out of rails converted to plugins. I tried installing the > plugin (script/plugin install in_place_editor) but the plugin could > not be found. The only plugin I could find was Improved > in_place_editor. I installed this plugin, but still got the same > error.-- 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?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks. It worked. On Dec 19, 3:52 pm, Vidya Ramachandren <rails-mailing-l...@andreas- s.net> wrote:> Try installing the plugin as: > > script/plugin installhttp://svn.rubyonrails.org/rails/plugins/in_place_editing/ > > > > Franz wrote: > > I''m trying to get Globalization to work using the globalize plugin. > > In their sample application they use in_place_editor to edit the > > translate strings. > > > <%= in_place_editor "tr_#{tr.id}", > > :url => { :action => :set_translation_text, :id => tr.id }, > > :load_text_url => url_for({ :action => :translation_text, :id => > > tr.id })%> > > </p> > > > I get the following error: undefined method `in_place_editor'' > > > I use Rails 2.0.1 and read that in_place_editor, just as auto_complet, > > got kicked out of rails converted to plugins. I tried installing the > > plugin (script/plugin install in_place_editor) but the plugin could > > not be found. The only plugin I could find was Improved > > in_place_editor. I installed this plugin, but still got the same > > error. > > -- > Posted viahttp://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?hl=en -~----------~----~----~----~------~----~------~--~---