CHANGELOG in josevalim-inherited_resources-0.6.1 vs CHANGELOG in josevalim-inherited_resources-0.6.2
- old
+ new
@@ -1,10 +1,12 @@
# Version 0.6
+* Stop rescueing any error when constantizing the resource class and allow
+ route_prefix to be nil.
* Cleaned up tests and responder structure. Whenever you pass a block to aliases
- and this block responds to the request, the other blocks are not parsed improcing performance.
-* [BACKWARDS INCOMPATIBLE] By default, Inherited Resources respond only :html requests
-* Added a quick way to overwrite the redirect to url in :create, :update and :destroy
+ and this block responds to the request, the other blocks are not parsed improving performance.
+* [BACKWARDS INCOMPATIBLE] By default, Inherited Resources respond only :html requests.
+* Added a quick way to overwrite the redirect to url in :create, :update and :destroy.
# Version 0.5
* Decoupled routes name from :instance_name and :collection_name. This way we
have more flexibility. Use route_instance_name and route_collection_name to