Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

v0.3.3

Compare
Choose a tag to compare
@eonu eonu released this 06 Nov 16:57
· 156 commits to master since this release
2af599b

Major changes

  • Change Eucalypt::List to CLI metaclass extension.
  • Add eucalypt rake command for running database migrations with the command bundle exec rake db:migrate
  • Require active_support/core_ext/hash before sinatra gem in order to silece ActiveSupport warning (Read sinatra#1476)
  • Add partial helper method for rendering partials in views
  • Rename application manifest accessor method to manifest
  • Bump sinatra lower version restriction to >= 2.0.4, making the overall version requirement ~> 2.0, >= 2.0.4

Minor changes

  • Delete config/active_record.rb and move ActiveRecord logging configuration to config/logging.rb