Padrino v0.9.8 Release Notes

    • โฌ‡๏ธ Dropped compatibility with Sinatra < 1.0
    • ๐Ÿ’Ž Ruby 1.8.6 compat
    • ๐ŸŽ‰ Initials additions for make Padrino compat with ruby 1.9.2
    • ๐Ÿ›  Fixed a small issue with Passenger and Ruby 1.9.1
    • Removed clear_template_cache! since Sinatra 1.0. now has settings.reload_templates
    • Fixed error_messages_for with custom locales
    • โž• Added "padrino gen", "padrino g" as alias of padrino-gen.
    • Prevent that an account destroy itself
    • โœ‚ Removed some unused code from padrino-admin
    • ๐Ÿ‘Œ Improved Padrino Admin Generator, now admin_page accepts multiple models
    • ๐Ÿ›  Fixed Padrino Admin Account where the accounts password field is in plain text (text_field)
    • โž• Added layouts folder back into application skeleton
    • ๐Ÿ›  Fixed an issue with not being able to render erb or haml properly in a js response
    • โž• Added support for forcing render of specified template (i.e render 'foo.haml' in js request)