Calagator v1.0.0.rc1 Release Notes

Release Date: 2015-06-08 // almost 9 years ago
    • ๐Ÿš€ [!] This release completely changes the way in which Calagator is distributed, moving from a standalone Rails app to a Rails engine. Instead of deploying Calagator instance from a modified version of this code, Calagator is now included as a gem within a new Rails app. Please review the updated installation instructions in INSTALL.md.
    • โฌ†๏ธ If you are upgrading a site based on an earlier version of Calagator, please drop us a line. We've recently upgraded calagator.org and can help to point you in the right direction.
    • ๐Ÿšš [THEME] The theme system has been removed, favoring the view overriding functionality provided by Rails engines.
      This works much the same way as the previous theme system, allowing any Calagator view to be overridden by creating a file at the corresponding path within your app's app/views/calagator directory.
    • ๐Ÿ‘€ [SETTING] The YAML-based settings and secrets mechanisms have been replaced with an initializer inside the host application. See INSTALL.md for details.
    • [MIGRATION] Database migrations are now installed into your host application.