Hi, How do I make a request to the Rails team to include a line something like: js_options[''savingText''] = %(''#{options[:saving_text]}'') if options [:saving_text] in the in_place_editor method? script.aculo.us supports the ''savingText'' option to control the text displayed while saving after an in-line edit. Having the ability to change this is necessary for the localisation of a Rails app that uses in-line editing. Thanks, Bob ---- Bob Hutchison -- blogs at <http://www.recursive.ca/ hutch/> Recursive Design Inc. -- <http://www.recursive.ca/> Raconteur -- <http://www.raconteur.info/> xampl for Ruby -- <http://rubyforge.org/projects/xampl/>
On Saturday, March 18, 2006, at 9:24 AM, Bob Hutchison wrote:>Hi, > >How do I make a request to the Rails team to include a line something like: > >js_options[''savingText''] = %(''#{options[:saving_text]}'') if >options[:saving_text] > >in the in_place_editor method? >Detailed instructions for submitting a patch can be found here: http://dev.rubyonrails.org/>From what I can see, the more complete your patch is (has unit tests,etc), the faster it will make it into the trunk. -- Lori Olson http://blog.dragonsharp.com -- Posted with http://DevLists.com. Sign up and save your time!
On Mar 18, 2006, at 1:34 PM, Lori Olson wrote:> > On Saturday, March 18, 2006, at 9:24 AM, Bob Hutchison wrote: >> Hi, >> >> How do I make a request to the Rails team to include a line >> something like: >> >> js_options[''savingText''] = %(''#{options[:saving_text]}'') if >> options[:saving_text] >> >> in the in_place_editor method? >> > > Detailed instructions for submitting a patch can be found here: > > http://dev.rubyonrails.org/ > >> From what I can see, the more complete your patch is (has unit tests, > etc), the faster it will make it into the trunk.Thanks Lori, I''ve just done this (with a patch and unit test no less). Cheers, Bob> > -- > Lori Olson > http://blog.dragonsharp.com > > > -- > Posted with http://DevLists.com. Sign up and save your time! > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails---- Bob Hutchison -- blogs at <http://www.recursive.ca/ hutch/> Recursive Design Inc. -- <http://www.recursive.ca/> Raconteur -- <http://www.raconteur.info/> xampl for Ruby -- <http://rubyforge.org/projects/xampl/>