This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
v0.3.3
Major changes
- Change
Eucalypt::List
to CLI metaclass extension. - Add
eucalypt rake
command for running database migrations with the commandbundle exec rake db:migrate
- Require
active_support/core_ext/hash
beforesinatra
gem in order to silece ActiveSupport warning (Read sinatra#1476) - Add
partial
helper method for rendering partials in views - Rename
application
manifest accessor method tomanifest
- 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 toconfig/logging.rb