README.textile in active_scaffold_duplicate-1.0.3 vs README.textile in active_scaffold_duplicate-1.1.0
- old
+ new
@@ -1,8 +1,9 @@
-h1. Drag-Drop Sortable for ActiveScaffold
+h1. Duplicate Action for ActiveScaffold
-Currently, this gem is compatible with rails 3.x and ActiveScaffold 3.3.x gems.
+Currently, this gem is compatible with ActiveScaffold >= 3.3.x gems and rails >= 4.0.
+Use 1.0.x for rails >= 3.x versions.
h2. Overview
This gem adds an action to clone records. By default will only set attributes and belongs_to associations. You must override initialize_dup in your model or define a method to clone the record and set in conf.duplicate.method.
@@ -88,10 +89,10 @@
* For :post method, before_duplicate_save(record) and after_duplicate_save(record) can be defined, which will be called before and after saving the record respectively.
* For :new method, before_duplicate_new(record) can be defined, which will be called before rendering.
h2. Support
-If you have issues installing the gem, search / post to the "Active Scaffold":http://groups.google.com/group/activescaffold forum or "Create an issue":http://github.com/activescaffold/active_scaffold_clone/issues
+If you have issues installing the gem, search / post to the "Active Scaffold":http://groups.google.com/group/activescaffold forum or "Create an issue":http://github.com/activescaffold/active_scaffold_duplicate/issues
h2. Contributing
Fork, hack, push, and request a pull: