Padrino v0.12.3 Release Notes

Release Date: 2014-08-13 // over 9 years ago
    • ๐Ÿ›  FIX #1579 Update admin deps such as font-awesome, jquery, bootstrap (@WaYdotNET)
    • ๐Ÿ›  FIX #1681 Set html message part properly within the mailer (@judofyr)
    • ๐Ÿ›  FIX Refactor application router code into multiple modules (@ujifgc)
    • ๐Ÿ›  FIX Cleanup routing controller code by removing code duplication (@ujifgc)
    • DEL #1684 Extract breadcrumbs into padrino-contrib (@namusyaka)
    • ๐Ÿ›  FIX #1690 fields_for helper should respect the builder of parent (@namusyaka)
    • ๐Ÿ›  FIX Update taiwanese translations to fix typos (@felix125)
    • ๐Ÿ›  FIX #1693 Remove load_paths and have reloader rely on default prerequisites (@ujifgc)
    • ๐Ÿ›  FIX #1694 Setup proper name for helper when generating a skeleton project (@namusyaka)
    • ๐Ÿ›  FIX make Padrino server threaded in development if possible (@ujifgc)
    • ๐Ÿ›  FIX #1697 Padrino::Mailer::Mime.mime_type detection (@tyabe)
    • ๐Ÿ›  FIX #1701 don't load admin locales automatically (@dariocravero)
    • ๐Ÿ›  FIX #1705 Upgrade to RSpec 3 syntax (@tyabe)
    • ๐Ÿ›  FIX #1683 Test should not depend on the execution order (@namusyaka)
    • ๐Ÿ†• NEW #1708 Adds no-helper option to controller generator to skip helpers (@tyabe)
    • ๐Ÿ›  FIX #1709 tiny app skeleton generator should provide test files (@namusyaka)
    • ๐Ÿ›  FIX datamapper sqlite rake tasks (@ujifgc)
    • DEL Padrino::Admin::Utils::Crypt as it wasn't being used (@dariocravero)
    • ๐Ÿ›  FIX #1710 Adjust path to pre-load the helper (@namusyaka)
    • ๐Ÿ†• NEW #1712 Implement :force option in the app generator and the model generator (@namusyaka)
    • ๐Ÿ›  FIX #1717 make generated 'log' and 'tmp' folders to contain ".keep" file (@namusyaka)
    • ๐Ÿ›  FIX #1722 do not remove external constants (@ujifgc)
    • ๐Ÿ›  FIX #1727 do not apply default layout to templates with unsupported engine (@ujifgc)
    • ๐Ÿ›  FIX controller-wide expires to be respected (@ujifgc)
    • ๐Ÿ›  FIX Do not pass :submit_options as an attribute of form element for button (@namusyaka)
    • ๐Ÿ›  FIX #1732 Only use initializing with mutex on Java platform (@ujifgc)
    • ๐Ÿ›  FIX #1736 Respect the leading newline in textarea value (@krororo)
    • ๐Ÿ›  FIX #1738 Change email condition for default AR4.1 in minirecord (@tyabe)
    • ๐Ÿ›  FIX #1733 Allow strings in route :with option (@ujifgc)
    • ๐Ÿ›  FIX #1740 Loosen thor dependency to ~> 0.18 (@postmodern)
    • ๐Ÿ›  FIX #1741 Fix tests related to the thor generator (@namusyaka)

    NOTE: If you're using the admin locales and you're not using Padrino::Admin::AccessControl you will have to add register Padrino::Admin to your app/app.rb in order to get the locales in.