Padrino v0.12.4 Release Notes

Release Date: 2014-10-19 // over 9 years ago
    • ๐Ÿ›  FIX #1744 Corrects color support for Windows (@tyabe)
    • ๐Ÿ›  FIX #1736 Regression with textarea helper (@ujifgc)
    • ๐Ÿ›  FIX #1743 Add a padrino-gen generator for creating new Helpers (@dariocravero)
    • ๐Ÿ›  FIX #1746 Avoid reloading the file if its path is not started with Padrino.root (@namusyaka)
    • โœ‚ DELETE deprecated build_object method (@namusyaka)
    • ๐Ÿ‘‰ FIX #1752 Don't set the @_use_format variable when provides method is called (@namusyaka)
    • ๐Ÿ›  FIX #48 Update mailer documentation and sample code (@postmodern)
    • ๐Ÿ›  FIX #1752 Refactor routing code to avoid weird parameter (@namusyaka)
    • ๐Ÿ›  FIX #1754 Adds end tags to admin erb template for index (@namusyaka)
    • ๐Ÿ›  FIX #1749 Replace the AR::ConnectionManagement middleware with new middleware (@namusyaka)
    • ๐Ÿ†• NEW #1756 Adds support for mysql2 gem in sql rake task helpers (@d6rkaiz)
    • ๐Ÿ›  FIX #1761 Allow passing upcased string as the app name
    • ๐Ÿ›  FIX #1776 improve params filtering for routes (@ujifgc)
    • ๐Ÿ›  FIX #1778 Various YARD doc inconsistencies or errors (@claudiob)
    • ๐Ÿ›  FIX #1765 Use controller's base path instead of constant name at controller test (@namusyaka)
    • ๐Ÿ›  FIX #1781 Removes the default_filters method setting incorrect content-type (@namusyaka)
    • ๐Ÿ›  FIX Sinatra compatibility for passing options to the static! method
    • ๐Ÿ›  FIX #1585 Update HAML to pass tests by upgrading versions (@ujifgc)
    • ๐Ÿ›  FIX #1782 make padrino-gen detect absolute paths on Windows (@ujifgc)
    • ๐Ÿ›  FIX #1779 Use expanded path to request controller's content (@namusyaka)
    • ๐Ÿ›  FIX Use yield and flatmap when possible to speed up performance (@ujifgc)
    • ๐Ÿ†• NEW #1787 Mounter now supports Rack applications (@namusyaka)
    • ๐Ÿ›  FIX #1788 exception that occurs when the free regex route exists (@namusyaka)
    • ๐Ÿ†• NEW Merges the padrino-docs guides and content directly into the main repository (@ujifgc)