Adapted history and readme accordingly.

This commit is contained in:
nathanvda 2011-07-24 00:57:57 +02:00
parent e410388bd6
commit 2084204d15
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Change History / Release Notes
## Version 1.0.9
* is now rails 3.1 compatible. If you are not using Rails 3.1 yet, this should have no effect.
For rails 3.1 the cocoon.js no longer needs to be installed using the `rails g cocoon:install`. It is
automatically used from the gem.
## Version 1.0.8
* Loosened the gem dependencies.

View File

@ -24,7 +24,7 @@ Inside your `Gemfile` add the following:
gem "cocoon"
Run the installation task:
If you are using Rails 3.0.x, you need to run the installation task (since rails 3.1 this is no longer needed):
rails g cocoon:install