Padrino v0.12.2 Release Notes

Release Date: 2014-05-12 // almost 10 years ago
    • ๐Ÿ†• NEW Include all helpers with include Padrino::Helpers (@ujifgc)
    • ๐Ÿ›  FIX #1646 do not pass include_blank as select attribute (@ujifgc)
    • ๐Ÿ›  FIX #1645 disable webrick accesslog (@ujifgc)
    • ๐Ÿ›  FIX #1648 params is not set correctly in prioritized routes (@namusyaka)
    • ๐Ÿ›  FIX #1651 Pass the correct env variable through middleware (@judofyr)
    • ๐Ÿ›  FIX #1652 Rendering bugs by refactoring template resolution (@ujifgc)
    • ๐Ÿ†• NEW #1653 Allow create and drop for sqlite adapter
    • ๐Ÿ›  FIX #1654 double escape of & in mail_to helper (@rmm5t)
    • ๐Ÿ›  FIX #1655 Switch to SVG badges in readme for travis
    • ๐Ÿ›  FIX #1656 Add period and fix types for ja localization
    • FIX Do not pass protect_from_csrf as an attribute of form element (@namusyaka)
    • ๐Ÿ›  FIX The for attribute of the label element must refer to a form control (@namusyaka)
    • ๐Ÿ†• NEW #1661 tests for csrf-protection with http header X-CSRF-TOKEN (@cookiebody)
    • ๐Ÿ›  FIX #1663 override setup_session method to support custom session management (@cookiebody)
    • FIX #1670 url when both uri_root and RACK_BASE_URI is setting (@tmtm)
    • ๐Ÿ›  FIX #1671 add options :fragment and :anchor to #url (@ujifgc)
    • ๐Ÿ†• NEW #1676 Change format of helper.rb.tt to modular style for testability (@namusyaka)
    • ๐Ÿ›  FIX Rack::Test does not work on minitest (@namusyaka)
    • ๐Ÿ›  FIX #1662 load external libraries only once
    • ๐Ÿ†• NEW #905 implement query param filtering protection (@ujifgc)