rabl v0.5.0 Release Notes

    • Adds comprehensive fixture suite (padrino,rails2,rails3,sinatra)
    • Travis CI Integration Testing
    • Cleanup json configuration and related tests (Thanks mschulkind)
    • Adds CHANGELOG to track changes
    • Adds optional MessagePack format support (thanks byu)
    • Explicit requires for ActiveSupport now in gemspec and lib
    • Adds template support for regular (non-ORM) ruby objects (thanks plukevdh)
    • Fixes bug with the child root not properly appearing in all cases
    • Better stack traces by tracking source location in instance_eval (thanks skade)
    • Fix issue with controller object detection failing in namespaces (thanks alunny)
    • Fix ruby -w warnings (thanks achiu)
    • Better partial implementation which passes options
    • Better fetch_source implementation for Padrino (thanks skade)
    • Better fetch_source implementation for Rails
    • Added fetch_source implementation for Sinatra
    • Lots of test refactorings / cleanup / improvement
    • Code block name is now optional [Thanks brentmurphy]