Padrino v0.9.20 Release Notes

    • โœ‚ Removed Rspec1 generator
    • โฌ†๏ธ Upgraded router to 0.5.0
    • ๐Ÿ‘ Allow adding middlewares in front of the router
    • ๐Ÿ›  Fixed DataMapper Admin Adapter and Encrypt Passwords
    • ๐Ÿ”„ Changed default ActiveRecord config with :reconnect => true
    • โž• Added basic erubis support to the admin
    • โœ… Require only require 'spec_helper' in rspec tests
    • โž• Added padrino-cache to our padrino meta-gem
    • โœ‚ Removed mount_core
    • ๐Ÿ›  Fix camelized model names in model generation
    • โž• Added slim renderer component
    • Now the content format can be set explicitly in a param [Thanks to Qzio]
    • ๐Ÿ›  Fixed I18n load_path [Thanks to Pirj]
    • โšก๏ธ Updated column proprieties for DataMapper
    • Now Mounter accept namespaced applications [Thanks to Mcmire]
    • โšก๏ธ Updated ar:translate to be more compat with AS 3.+
    • โœ‚ remove strict_format in layouts to work with Sinatra as a standalone
    • ๐Ÿ”„ Change Padrino Admin to generate model in own app, not default generated app.
    • Sinatra 1.1.2 Compat
    • โœ… Test compatibility with Sinatra 1.1.0 and 1.1.2
    • ๐Ÿ›  Fixed spaces in asset_path