Adapted history and readme accordingly.
This commit is contained in:
parent
e410388bd6
commit
2084204d15
|
@ -1,5 +1,11 @@
|
||||||
# Change History / Release Notes
|
# 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
|
## Version 1.0.8
|
||||||
|
|
||||||
* Loosened the gem dependencies.
|
* Loosened the gem dependencies.
|
||||||
|
|
|
@ -24,7 +24,7 @@ Inside your `Gemfile` add the following:
|
||||||
|
|
||||||
gem "cocoon"
|
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
|
rails g cocoon:install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue