1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Missing changelog for :only/:except on map.resources

This commit is contained in:
Michael Koziarski 2008-11-14 16:04:19 +01:00
parent ad679a43ec
commit 16ae82db1e

View file

@ -1,5 +1,7 @@
*2.2.1 [RC2] (November 14th, 2008)*
* Added :only and :except to map.resources to let people cut down on the number of redundant routes in an application. Typically only useful for huge routesets. #1215 [Tom Stuart]
* Added render :js for people who want to render inline JavaScript replies without using RJS [DHH]
* Fixed that polymorphic_url should compact given array #1317 [hiroshi]