Padrino v0.9.21 Release Notes

    • ๐Ÿ‘Œ Support of regex captures in routes
    • ๐Ÿ›  Fixed routing issues with :index
    • ๐Ÿ’… Creation of empty directories for images/javascripts/stylesheets/tmp
    • โšก๏ธ Updated mongomapper adapter to use rails3 branch
    • โœ‚ Removed snowtag
    • โšก๏ธ Updated datamapper gen to store correctly passwords
    • โž• Added Slim template to Padrino Admin [Thanks to Matthew Winter]
    • โž• Added Traditional Chinese support(zh_tw) [Thanks to ayamomiji]
    • Include padrino-cache gem as part of standard install
    • โž• Added Rake Task for Mongoid
    • Ensure project name are valid
    • โœ‚ Removed erubis support
    • ๐Ÿ”จ Refactored the output handlers for helpers
    • ๐Ÿ‘Œ Improves select_tag 'selected' option
    • ๐Ÿ‘ Basic nested object form support
    • โšก๏ธ Updated mongoid adapter to use 2.0.0.beta.20
    • โœ‚ Remove legacy bundler setup from config/boot.rb
    • ๐Ÿ”„ Change to routes to fix param assembly order
    • ๐Ÿ›  Fixed optional parameter routing test
    • Fixes error_message_on object name bug [Thanks craigp]
    • โœ‚ Removed default index page
    • Fetch Layout Path in app/views and app/views/layouts with :layout => :foo
    • ๐Ÿ›  Fixes issue with layout and format resolution in render
    • โž• Added Simplified Chinese support(zh_cn)