Padrino v0.10.1 Release Notes

    • โž• Added a Mongo store for padrino-cache [Thanks to aliem]
    • โž• Adds restful support for parent controller declaration
    • Before filters are called regardless of matching
    • ๐Ÿ›  Fix env['padrino.instance'] where create a loop and is too long to show in Padrino::ShowExceptions.
    • ๐Ÿ’Ž Compat with Slim 1.0, Compat with Ruby 1.9.3. FIX #596
    • ๐ŸŒ Translation fixes for IT, CS, DE, NL, and more with locale tests
    • ๐Ÿ›  Fixes for FR, CN and RU locales [Thanks to TweeKane]
    • Compatibility with Bundler > 1.0 in Gemfile
    • Admin generator properly destroys access control on removal
    • ๐Ÿ›  Fixes admin generation when used with namespaced models
    • ๐Ÿ‘ Allow logger to be configured before load [Thanks to skade]
    • ๐Ÿ›  Fix an error message [Thanks mariozig]
    • ๐Ÿ›  Fix doc bug in logger [Thanks Xylakant]
    • โž• Adds host parameter to DM Postgresql Adapter [Thanks to Aigeruth]
    • 0๏ธโƒฃ Cleanup models folder in apps that is no longer used by default