Padrino v0.9.29 Release Notes

    • ๐Ÿ‘ Cleanup SupportLite
    • Cleanup Reloader
    • Cleanup Padrino::Application
    • Cleanup Gemfile generation
    • Cleanup Reloader
    • Cleanup Application Server
    • ๐Ÿ‘Œ Improved Reloader
    • Decoupled Reloader, Loader, Application
    • ๐Ÿ›  Fixed Reloader in some extreme scenarios
    • ๐Ÿ‘‰ Make methods of Padrino::Application that act as Padrino Core
    • ๐Ÿ›  Fixed error logging
    • โž• Added Padrino.clear, useful to clean a Padrino Enviroment
    • ๐Ÿ‘Œ Improved granularity of our reloader locking and prevent reloading of unnecessary deps
    • ๐Ÿ‘‰ Use Sequel::Model.db= instead of DB= because is more simple change on the fly connections
    • โž• Added compatibility with CouchRest::Model 1.1+
    • ๐Ÿ’Ž Cleanup support lite and improved compatiblity with jruby
    • ๐Ÿ”ฆ Expose Padrino::Application.load_paths
    • โž• Added a new method to load custom app dependencies
    • โž• Added a new format helper 'truncate_words' [Thanks cearls!]
    • ๐Ÿ›  Fixes support for local vars passing in render
    • Rake 0.9 and 0.8.7 compat
    • ๐Ÿš… Use Rack::Flash as Rails do
    • ๐Ÿ›  Fix a deprecation with model_name.human