Padrino v0.13.0.beta1 Release Notes

Release Date: 2015-02-22 // about 9 years ago
    • ๐Ÿ›  FIX cleanup and refactor rake tasks (@ujifgc)
    • ๐Ÿ†• NEW Remove deprecated cache functionality (@minad)
    • ๐Ÿ›  FIX Cleanup and improve test helpers for each gem (@ujifgc)
    • ๐Ÿ›  FIX allow Padrino::Rendering with standard ERB (@ujifgc)
    • ๐Ÿ†• NEW Emulate set method in mailer context (@ujifgc)
    • ๐Ÿ›  FIX #1772 add button content tag to button_to block (@ujifgc)
    • ๐Ÿ†• NEW #1133 switch default renderer to none (@ujifgc)
    • ๐Ÿ›  FIX #1792 Faster code using reverse_each to iterate gems (@glaucocustodio)
    • ๐Ÿ›  FIX #1793 Faster code using #sub instead of #gsub (@glaucocustodio)
    • ๐Ÿ›  FIX #1795 load missing models for sq:seed (@ujifgc)
    • ๐Ÿ†• NEW Use mustermann19 in all cases now (@namusyaka)
    • ๐Ÿ›  FIX Remove abuse of force_encoding (@ujifgc)
    • ๐Ÿ›  FIX #1811 Refactor and change style of path_router within core routing (@namusyaka)
    • ๐Ÿ›  FIX #1803 Use relative paths for sqlite and sequel (@ujifgc)
    • ๐Ÿ†• NEW #1800 Support named capture on regex for router (@namusyaka)
    • ๐Ÿ›  FIX #1821 Don't load dependency files unless app's root is within Padrino root (@namusyaka)
    • ๐Ÿ›  FIX Improved docs and FAQ for helpers and core (@fwolfst, @CrowdHailer, @seanhussey, @neilang)
    • ๐Ÿ›  FIX #1835 Switch admin to sequel fixtures rather than datamapper (@namusyaka)
    • ๐Ÿ›  FIX #1828 Refactor new router and fix sinatra compatibility (@namusyaka)
    • ๐Ÿ›  FIX Ensure the before_filter is triggered in certain cases (@namusyaka)
    • FIX Widen the range of default_dependency_paths (@namusyaka)
    • ๐Ÿ†• NEW #1831 Implement the mi:translate task (@namusyaka)
    • ๐Ÿ›  FIX #1852 ApplicationWrapper Prerequisite Issue (@hcatlin)
    • ๐Ÿ›  FIX #1856 Skips loading models for the activerecord rake tasks (@namusyaka)
    • ๐Ÿ†• NEW #1857 Precompile routes when loading Padrino (@namusyaka)
    • ๐Ÿ†• NEW #1818 Implement source_location option for logger (@namusyaka)
    • ๐Ÿ›  FIX #1859 Correct issues with the admin seeds generator (@Quintasan)
    • ๐Ÿ›  FIX #1704 Make broken async stream callbacks work in Padrino (@jay2u)
    • ๐Ÿ›  FIX #1862 Re-implement PathRouter#recognize (@namusyaka)
    • ๐Ÿ›  FIX #863 Removes unsafe http_router patch (@namusyaka)
    • ๐Ÿ›  FIX #1867 Update ShowExceptions to suit latest rack master (@namusyaka)
    • ๐Ÿ›  FIX #1879 Improve access to Active Record Database Configuration (@scudelletti)
    • โœ‚ DELETE remove deprecations (String#undent, #link_to with :fragment, old caching, old form builder, rendering #fetch_template_file, #cache_template_file!, #resolved_layout, Application#load_paths, Padrino.set_load_paths, Padrino.load_paths)
    • ๐Ÿ›  FIX #1860 Padrino --environment switch now takes precedence over RACK_ENV environment variable
    • ๐Ÿ›  FIX #1849 return proper exit codes in CLI