I just updated Almanac—my open source mountable Rails blog engine. Here is the list of changes:
- Feature: Almanac’s proprietary commenting system is gone. Disqus is used instead. It’s so much better than anything else out there and it deals with spam very well.
- Feature: images can be deleted from posts now.
- Bugfix: Rails version is bumped to
3.2.11because of a critical vulnerability. - Several minor visual and bug fixes.
Before pushing it to production don’t forget to run new migrations in your project:
rake almanac:install:migrations
rake db:migrate