Skip to content

Commit

Permalink
releasing 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Mar 26, 2011
1 parent c3e667f commit 4cfa93d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,11 @@
0.1.0 (March 26, 2011)

* Prefix new records with "new_" so there's no possible conflict with existing records - issue #21

* Add support for _fields partial if no block is passed in to fields_for

* Use the $-jquery-function only inside the jQuery scope (thanks nhocki)

* Triggers nested:fieldAdded and nested:fieldRemoved events (thanks pirelenito)

* Fixed JavaScript bug for nested attributes in has_one association (thanks pirelenito)
Expand Down
2 changes: 1 addition & 1 deletion nested_form.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "nested_form"
s.version = "0.0.0"
s.version = "0.1.0"
s.authors = ["Ryan Bates", "Andrea Singh"]
s.email = "ryan@railscasts.com"
s.homepage = "http://github.com/ryanb/nested_form"
Expand Down

0 comments on commit 4cfa93d

Please sign in to comment.