Notes:
Since version 1.2 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:
* Upgraded to Rails 3.1
* Internationalization: now available in Italian (thanks to Jessica Marcon)
For details see: https://github.com/mischa78/boxroom/commits/master
|