Padrino v0.10.3 Release Notes

    • ๐Ÿ†• NEW Upgrade to recently released Sinatra 1.3
    • ๐Ÿ›  FIX #679 replaces rack-flash with sinatra-flash
    • ๐Ÿ†• NEW #667 Adds mintest testing component to generator
    • ๐Ÿ›  FIX #634 Removes less gem dependency for less gen
    • ๐Ÿ†• NEW #662 create "content_for?" helper (@mlightner)
    • ๐Ÿ›  FIX #669 Fixes YAML locale files to be psych compliant (@skade)
    • ๐Ÿ†• NEW Fixes logger to be much cleaner with better formatting
    • ๐Ÿ›  FIX issue with generator runner for https templates (@xavierRiley)
    • ๐Ÿ›  FIX #669 YML locale files are now psych compliant
    • ๐Ÿ†• NEW #658 removes shoulda and switch to minitest (with aliases)
    • ๐Ÿ†• NEW #657 Converts RDoc to YARD and improve all docs
    • ๐Ÿ›  FIX Document example of Padrino::Admin::AccessControl (@benjaminoakes)
    • ๐Ÿ†• NEW Adds Latvian locale translation (@ugisozols)
    • ๐Ÿ›  FIX #686 Halt status with code responds as expected