This commit is contained in:
Marcel Molina 2008-07-03 13:31:19 -05:00
Родитель 96d3cb1b04
Коммит 1385e70c5e
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,7 @@
head:
- For now just redefine __method__ to take arguments so we don't break 1.8.7 use today
0.5.0:
- Bug #17458 fixed. Normalize the :expires_in option to always be an integer even if the actual object passed in is a proxy to an integer, such as is the case with 2.hours from ActiveSupport which is actually an instance of ActiveSupport::Duration. Reported by [Steve Kickert steve@riverocktech.com]