Notes:
Note that the path of uploaded files changed from:
:rails_root/uploads/:id/original/:id
To:
:rails_root/uploads/:environment/:id/original/:id
If you are upgrading from 1.0 or 1.1, you have to create
a folder "production" (or "development") in :rails_root/uploads
and move the existing folders there.
Changes:
* Bugfixes
* Internationalization: now available in English and Dutch (thanks to Rob Halff)
* Unit tests
For details see: https://github.com/mischa78/boxroom/commits/master
|