CHANGELOG in josevalim-inherited_resources-0.7.1 vs CHANGELOG in josevalim-inherited_resources-0.7.2
- old
+ new
@@ -1,6 +1,14 @@
# Version 0.7
+* Allow procs as default value in has scope to be able to use values from session, for example.
+* Allow blocks with arity 0 or -1 to be given as the redirect url:
+
+ def destroy
+ destroy!{ project_url(@project) }
+ end
+
+* Allow interpolation_options to be set in the application controller.
* Added has_scope to controller (an interface for named_scopes).
* Added polymorphic_belongs_to, optional_belongs_to and singleton_belongs_to
as quick methods.
* Only load belongs_to, singleton and polymorphic helpers if they are actually
required. base_helpers, class_methods, dumb_responder and url_helpers are loaded