Padrino v0.9.7 Release Notes

    • Fixed a problem with folders called "sinatra" and PADRINO_IGNORE_CALLERS
    • ๐Ÿ›  Fixed TestTask
    • ๐Ÿ›  Fixed admin generator since not all ruby versions respond to "lines"
    • ๐Ÿ›  Fixed an issue in Sinatra::ShowExceptions since Bundler changes the Gem.dir
    • โœ‚ Removed from Sinatra::ShowExceptions and clean_backtrace padrino code
    • โž• Added layout finder with format and locale
    • ๐Ÿ‘Œ Improved template finder (with format and locale)
    • ๐Ÿ›  Fixed a bug that duplicates admin menus during app reloading
    • โž• Added feed_tag helper for rss / atom auto discovery
    • โœ‚ Removed Mailer Initializer from app.rb.tt and added it to the mailer generator
    • โœ‚ Removed duplicate app folder in project skeleton
    • Couchrest generator now include in Gemfile json_pure
    • ๐Ÿ›  Fixed project name when using some like www.my-domain.com
    • ๐Ÿ›  Fixed a small typo error in app template
    • ๐Ÿ›  Fixes issue with formatted routes for an index
    • ๐Ÿ›  Fixed an issue with Riot and RR in generator
    • Cleaned up the implementation for asset include helpers for javascript and css
    • โž• Added stylesheet generator. Includes sass and less ( via rack-less)