search for: text_field_with_index_auto_complet

Displaying 2 results from an estimated 2 matches for "text_field_with_index_auto_complet".

2006 Jan 30
1
auto_complete_with_index_for
...ns. Using a select list is extremely ugly in this case. I copied the code for text_field_with_auto_complete out of /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_view/helpers/java_script_macros_helper.rb and hacked it, putting the result in app/helpers/application_helper.rb as text_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....
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/.