README.markdown in rails3-jquery-autocomplete-0.7.4 vs README.markdown in rails3-jquery-autocomplete-0.7.5

- old
+ new

@@ -219,11 +219,11 @@ option. simple_form_for @product do |form| form.input :name - form.input :brand_name, :url => autocomplete_brand_name_path, :as => :autocomplete + form.input :brand_name, :url => autocomplete_brand_name_products_path, :as => :autocomplete # Cucumber I have created a step to test your autocomplete with Cucumber and Capybara, all you have to do is add the following lines to your *env.rb* file: @@ -305,28 +305,9 @@ integration folder: cd integration rake db:migrate cucumber - -# Changelog - -* 0.7.4 Allows Rails 3.1 -* 0.7.3 MongoMapper -* 0.7.2 Steak helper -* 0.7.1 Fixed joined scopes (Issue #43) -* 0.7.0 Scopes -* 0.6.6 ILIKE for postgres -* 0.6.5 JS select event -* 0.6.4 Use YAJL instead of JSON -* 0.6.3 SimpleForm plugin -* 0.6.2 Fix Issue #8 -* 0.6.1 Allow specifying fully qualified class name for model object as an option to autocomplete -* 0.6.0 JS Code cleanup -* 0.5.1 Add STI support -* 0.5.0 Formtastic support -* 0.4.0 MongoID support -* 0.3.6 Using .live() to put autocomplete on dynamic fields # Thanks to Everyone on [this list](https://github.com/crowdint/rails3-jquery-autocomplete/contributors)