This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Ethan (author)
Tue Oct 13 16:11:12 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Mon Jan 05 03:06:59 -0800 2009 | |
| |
README | Mon Jan 05 03:06:59 -0800 2009 | |
| |
Rakefile | Mon Jan 05 03:06:59 -0800 2009 | |
| |
init.rb | Mon Apr 20 04:41:16 -0700 2009 | |
| |
install.rb | Mon Apr 20 04:41:16 -0700 2009 | |
| |
javascripts/ | Tue Oct 13 16:11:12 -0700 2009 | |
| |
lib/ | Thu Sep 10 03:52:04 -0700 2009 | |
| |
tasks/ | Mon Jan 05 03:06:59 -0800 2009 | |
| |
test/ | Mon Jan 05 03:06:59 -0800 2009 | |
| |
uninstall.rb | Mon Apr 20 04:41:16 -0700 2009 |
README
JrailsAutoComplete
==================
This plugin adds autocomplete support to jrails. This plugin works similarly to the build in rails auto complete
Example
=======
In the controller you can use the macro function as such
class ExampleController < ApplicationController
auto_complete_for :fruit, :name
...
end
In your view:
<%= javascript_include_tag 'jquery', 'jrails', 'jquery.suggest' %>
...
<%= text_field_with_auto_complete :fruit, :name %>
Copyright (c) 2009 Marty Zalega, released under the MIT license







