Padrino v0.10.6 Release Notes

    • ๐Ÿ›  FIX #786 reloader issues with routes
    • ๐Ÿ›  FIX Lumberjack Logging Compatibility
    • ๐Ÿ›  FIX Write cached css into public stylesheets path (@fnordfish)
    • ๐Ÿ›  FIX Fixes error with less component (@fnordfish)
    • ๐Ÿ†• NEW #787 Support Nested Data Attributes in Tags (@agios)
    • ๐Ÿ›  FIX #760 better html5 helper support (@Cirex)
    • ๐Ÿ†• NEW #764 adds a few form inputs in helpers (@Cirex)
    • ๐Ÿ›  FIX #680 upgrade to activesupport and activerecord 3.2
    • ๐Ÿ›  FIX Adds support for minirecord generators
    • ๐Ÿ›  FIX Upgrade to latest datamapper
    • ๐Ÿ›  FIX #702 Change to new sequel migration syntax (@funny-falcon)
    • ๐Ÿ›  FIX #705 incorrect require when using AR with pg gem (@udzura)
    • ๐Ÿ›  FIX #724 Use binread for file cache on 1.9.X
    • ๐Ÿ›  FIX #729 Added setting to change model name for admin
    • ๐Ÿ†• NEW Adds regexp route generation support (@joshbuddy)
    • ๐ŸŒฒ FIX #720 Set PADRINO_LOG_LEVEL constant by default (@marcosdsanchez)
    • ๐Ÿ›  FIX #725 app.app_name is not set error in padrino-cache (@modeverv)
    • ๐Ÿ›  FIX #733 Mailer generator now handles hyphens
    • ๐Ÿ›  FIX Replace Sinatra quote with Godfather movie reference on server exit (@danishkhan)
    • ๐Ÿ›  FIX #743 Correctly parse arguments to padrino binary
    • ๐Ÿ›  FIX #745 Cache now stores response and content_type (@sumskyi)
    • ๐Ÿ›  FIX #676 Adds support for trinidad web server on jruby
    • ๐Ÿ›  FIX #736 Logger refactoring to support other loggers (@skade)
    • NEW Adds alias 'escape_javascript' for 'js_escape_html' method
    • ๐Ÿ›  FIX Asset files from absolute paths should not have asset stamps associated
    • ๐Ÿ›  FIX Updated stylesheets initializers to respect spaces.