Padrino v0.10.2 Release Notes

    • ๐Ÿ†• NEW support for TravisCI with build configurations
    • ๐Ÿ†• NEW support of mysql2 when using sequel as adapter (@rafaelss)
    • ๐Ÿ†• NEW #636 print which views are called in log when in development mode (@minikomi)
    • ๐Ÿ†• NEW support of ActiveRecord 3.1 and ActiveSupport 3.1
    • ๐Ÿ†• NEW yard doc available {here}[http://www.padrinorb.com/api/index.html]
    • ๐Ÿ›  FIX #624 potential issue with libxml-ruby (@farcaller)
    • ๐Ÿ›  FIX #618 allow to map routes using "index" reserved word
    • ๐Ÿ›  FIX #633 RACK_ENV now is respected also using bundled server
    • ๐Ÿ›  FIX rendering error for partials when they start with a forward slash (@philly-mac)
    • ๐Ÿ›  FIX all our sources files now are vim friendly
    • ๐Ÿ›  FIX preserve the original options when resolving a template (@Xylakant)
    • ๐Ÿ›  FIX bad path in shoulda test generator (@futurechimp)
    • ๐Ÿ›  FIX require path in model tests to generate correctly if specifing app
    • ๐Ÿ›  FIX #647 allow to override view errors
    • ๐Ÿ›  FIX #646 compat with ActiveRecord >3.0.10
    • ๐Ÿ›  FIX #381 escape "<> from tag helpers values
    • ๐Ÿ›  FIX #639 prevent XSS from admin login (@eikes)
    • ๐Ÿ›  FIX #620 render :json => obj now set content_type to 'application/json;charset=utf-8'
    • ๐Ÿ›  FIX #575 when using html parts now mailer content type is 'multipart/alternative'
    • ๐Ÿ›  FIX #631 reloading futzing with the query parameters (Hollin Wilkins & Dave Willett @ TrueCar in San Francisco)
    • FIX recognize_path now is compatible with http_router > 0.10