Displaying 2 results from an estimated 2 matches for "auto_complete_with_index_for".
2006 Jan 30
1
auto_complete_with_index_for
...field_with_index_auto_complete. All it does differently is
not output the index in the name of the method to be called.
I copied the code for auto_complete_for out of
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/macros/auto_complete.rb
and pasted it right back in as auto_complete_with_index_for. It just
ignores the index in the parameter. Everything else is the same.
I will probably submit a bug report and a patch eventually, but in the
meantime, I would like to know if I can put the new
auto_complete_with_index_for somewhere local to my application, or
does it have to live in the rail...
2006 Apr 11
2
How do I apply a patch to Rails?
Hi,
How do I apply a patch to Rails?
>From what I can find it looks like I need to be running on the latest
version from SVN.
I don''t want to do that however.
I have also tried applying the changes to the .rb file concerned, but
that didn''t seem to work.
Martin
--
Posted via http://www.ruby-forum.com/.