Trailblazer v0.2.0 Release Notes

  • API Changes

    • Controller#present no longer calls respond_to, but lets you do the rendering. This will soon be re-introduced using respond(present: true).
    • ๐Ÿ— Controller#form did not respect builders, this is fixed now.
    • ๐Ÿ‘‰ Use request.body.read in Unicorn/etc. environments in Controller#respond.

    Stuff

    • Autoloading changed, again. We now require_dependency in every request in dev.